update readme
#1
by
loubnabnl
HF Staff
- opened
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: code
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
+
# UniXcoder
|
| 7 |
+
|
| 8 |
+
## Model description
|
| 9 |
+
|
| 10 |
+
UniXcoder-base-nine is a unified cross-modal pre-trained model for programming languages to support both code-related understanding and generation tasks. The model can support **nine** languages: java, ruby, python, php, javascript, go, c, c++ and c#.
|
| 11 |
+
|
| 12 |
+
[UniXcoder: Unified Cross-Modal Pre-training for Code Representation.](https://arxiv.org/abs/2203.03850) Daya Guo, Shuai Lu, Nan Duan, Yanlin Wang, Ming Zhou, Jian Yin.
|
| 13 |
+
[GitHub](hhttps://github.com/microsoft/CodeBERT/tree/master/UniXcoder#unixcoder)
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
If you use UniXcoder, please consider citing the following paper:
|
| 18 |
+
|
| 19 |
+
```
|
| 20 |
+
@article{guo2022unixcoder,
|
| 21 |
+
title={UniXcoder: Unified Cross-Modal Pre-training for Code Representation},
|
| 22 |
+
author={Guo, Daya and Lu, Shuai and Duan, Nan and Wang, Yanlin and Zhou, Ming and Yin, Jian},
|
| 23 |
+
journal={arXiv preprint arXiv:2203.03850},
|
| 24 |
+
year={2022}
|
| 25 |
+
}
|
| 26 |
+
```
|
| 27 |
+
|