add supported languages
Browse files
README.md
CHANGED
|
@@ -7,7 +7,8 @@ license: apache-2.0
|
|
| 7 |
|
| 8 |
## Model description
|
| 9 |
|
| 10 |
-
UniXcoder is a unified cross-modal pre-trained model for programming languages to support both code-related understanding and generation tasks.
|
|
|
|
| 11 |
[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.
|
| 12 |
[GitHub](hhttps://github.com/microsoft/CodeBERT/tree/master/UniXcoder#unixcoder)
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
## Model description
|
| 9 |
|
| 10 |
+
UniXcoder is a unified cross-modal pre-trained model for programming languages to support both code-related understanding and generation tasks. The model can support six languages: java, ruby, python, php, javascript, and go.
|
| 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 |
|