Compare commits
No commits in common. "3b0952feddeffad0063f274080e3c23d75e7eb39" and "0047fa076defe724ba9a3061b69d308bd4e1da87" have entirely different histories.
3b0952fedd
...
0047fa076d
|
@ -6,4 +6,3 @@
|
|||
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
27
README.md
27
README.md
|
@ -1,27 +0,0 @@
|
|||
## CodeBERT-base
|
||||
Pretrained weights for [CodeBERT: A Pre-Trained Model for Programming and Natural Languages](https://arxiv.org/abs/2002.08155).
|
||||
|
||||
### Training Data
|
||||
The model is trained on bi-modal data (documents & code) of [CodeSearchNet](https://github.com/github/CodeSearchNet)
|
||||
|
||||
### Training Objective
|
||||
This model is initialized with Roberta-base and trained with MLM+RTD objective (cf. the paper).
|
||||
|
||||
### Usage
|
||||
Please see [the official repository](https://github.com/microsoft/CodeBERT) for scripts that support "code search" and "code-to-document generation".
|
||||
|
||||
### Reference
|
||||
1. [CodeBERT trained with Masked LM objective](https://huggingface.co/microsoft/codebert-base-mlm) (suitable for code completion)
|
||||
2. 🤗 [Hugging Face's CodeBERTa](https://huggingface.co/huggingface/CodeBERTa-small-v1) (small size, 6 layers)
|
||||
|
||||
### Citation
|
||||
```bibtex
|
||||
@misc{feng2020codebert,
|
||||
title={CodeBERT: A Pre-Trained Model for Programming and Natural Languages},
|
||||
author={Zhangyin Feng and Daya Guo and Duyu Tang and Nan Duan and Xiaocheng Feng and Ming Gong and Linjun Shou and Bing Qin and Ting Liu and Daxin Jiang and Ming Zhou},
|
||||
year={2020},
|
||||
eprint={2002.08155},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CL}
|
||||
}
|
||||
```
|
BIN
flax_model.msgpack (Stored with Git LFS)
BIN
flax_model.msgpack (Stored with Git LFS)
Binary file not shown.
BIN
pytorch_model.bin (Stored with Git LFS)
BIN
pytorch_model.bin (Stored with Git LFS)
Binary file not shown.
BIN
rust_model.ot (Stored with Git LFS)
BIN
rust_model.ot (Stored with Git LFS)
Binary file not shown.
BIN
tf_model.h5 (Stored with Git LFS)
BIN
tf_model.h5 (Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue