graykode
Committed by GitHub

Update README.md

......@@ -8,11 +8,10 @@
Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence!
##### Python
<p align="center"><img src="images/python.gif" /></p>
##### Javascript
<p align="center"><img src="images/javascript.gif" /></p>
<div align="center">
<span align="left"><img src="https://raw.githubusercontent.com/graykode/commit-autosuggestions/master/images/python.gif" weight="380px" height="270px" /></span>
<span align="right"><img src="https://raw.githubusercontent.com/graykode/commit-autosuggestions/master/images/javascript.gif" weight="380px" height="270px" /></span>
</div>
### Abstract
[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!
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.
### Author
[Tae Hwan Jung(@graykode)](https://github.com/graykode)
\ No newline at end of file
[Tae Hwan Jung(@graykode)](https://github.com/graykode)
......