File size: 839 Bytes
7185fe0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
language: code
license: apache-2.0

---
# UniXcoder

## Model description

UniXcoder is a unified cross-modal pre-trained model for programming languages to support both code-related understanding and generation tasks.
[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.
[GitHub](hhttps://github.com/microsoft/CodeBERT/tree/master/UniXcoder#unixcoder)

## Citation

If you use this code or UniXcoder, please consider citing the following paper:

```
@article{guo2022unixcoder,
  title={UniXcoder: Unified Cross-Modal Pre-training for Code Representation},
  author={Guo, Daya and Lu, Shuai and Duan, Nan and Wang, Yanlin and Zhou, Ming and Yin, Jian},
  journal={arXiv preprint arXiv:2203.03850},
  year={2022}
}
```