loubnabnl HF staff commited on
Commit
7185fe0
1 Parent(s): 02583b5

add README

Browse files

I added a `code` tag to find the model easily among other code models, and a small description of the model.

Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: code
3
+ license: apache-2.0
4
+
5
+ ---
6
+ # UniXcoder
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
+
14
+ ## Citation
15
+
16
+ If you use this code or UniXcoder, please consider citing the following paper:
17
+
18
+ ```
19
+ @article{guo2022unixcoder,
20
+ title={UniXcoder: Unified Cross-Modal Pre-training for Code Representation},
21
+ author={Guo, Daya and Lu, Shuai and Duan, Nan and Wang, Yanlin and Zhou, Ming and Yin, Jian},
22
+ journal={arXiv preprint arXiv:2203.03850},
23
+ year={2022}
24
+ }
25
+ ```
26
+