Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -43,7 +43,7 @@ index 1b1b82a..32a93f1 100644 | ... | @@ -43,7 +43,7 @@ index 1b1b82a..32a93f1 100644 |
43 | ```text | 43 | ```text |
44 | Recommended Commit Message : Remove unused imports | 44 | Recommended Commit Message : Remove unused imports |
45 | ``` | 45 | ``` |
46 | -To solve this problem, use a new embedding called [`patch_type_embeddings`](https://github.com/graykode/commit-autosuggestions/blob/master/commit/model/diff_roberta.py#L40) that can distinguish added and deleted, just as the sample et al, 2019 (XLM) used language embeddeding. (1 for added, 2 for deleted.) | 46 | +To solve this problem, use a new embedding called [`patch_type_embeddings`](https://github.com/graykode/commit-autosuggestions/blob/master/commit/model/diff_roberta.py#L40) that can distinguish added and deleted, just as the XLM(Lample et al, 2019) used language embeddeding. (1 for added, 2 for deleted.) |
47 | 47 | ||
48 | ### Language support | 48 | ### Language support |
49 | | Language | Added | Diff | | 49 | | Language | Added | Diff | | ... | ... |
-
Please register or login to post a comment