Showing
1 changed file
with
5 additions
and
6 deletions
... | @@ -8,11 +8,10 @@ | ... | @@ -8,11 +8,10 @@ |
8 | 8 | ||
9 | Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence! | 9 | Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence! |
10 | 10 | ||
11 | -##### Python | 11 | +<div align="center"> |
12 | -<p align="center"><img src="images/python.gif" /></p> | 12 | +<span align="left"><img src="https://raw.githubusercontent.com/graykode/commit-autosuggestions/master/images/python.gif" weight="380px" height="270px" /></span> |
13 | - | 13 | + <span align="right"><img src="https://raw.githubusercontent.com/graykode/commit-autosuggestions/master/images/javascript.gif" weight="380px" height="270px" /></span> |
14 | -##### Javascript | 14 | +</div> |
15 | -<p align="center"><img src="images/javascript.gif" /></p> | ||
16 | 15 | ||
17 | ### Abstract | 16 | ### Abstract |
18 | [CodeBERT: A Pre-Trained Model for Programming and Natural Languages](https://arxiv.org/pdf/2002.08155.pdf) introduces a pre-trained model in a combination of Program Language and Natural Language(PL-NL). It also introduces the problem of converting code into natural language (Code Documentation Generation). | 17 | [CodeBERT: A Pre-Trained Model for Programming and Natural Languages](https://arxiv.org/pdf/2002.08155.pdf) introduces a pre-trained model in a combination of Program Language and Natural Language(PL-NL). It also introduces the problem of converting code into natural language (Code Documentation Generation). |
... | @@ -134,4 +133,4 @@ You can contribute anything, even a typo or code in the article. Don't hesitate! | ... | @@ -134,4 +133,4 @@ You can contribute anything, even a typo or code in the article. Don't hesitate! |
134 | Versions are managed only within the branch with the name of each version. After being released on Pypi, it is merged into the master branch and new development proceeds in the upgraded version branch. | 133 | Versions are managed only within the branch with the name of each version. After being released on Pypi, it is merged into the master branch and new development proceeds in the upgraded version branch. |
135 | 134 | ||
136 | ### Author | 135 | ### Author |
137 | -[Tae Hwan Jung(@graykode)](https://github.com/graykode) | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
136 | +[Tae Hwan Jung(@graykode)](https://github.com/graykode) | ... | ... |
-
Please register or login to post a comment