初始化项目,由ModelHub XC社区提供模型

Model: NinedayWang/PolyCoder-2.7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-21 17:39:38 +08:00
commit d59d6aef1b
10 changed files with 100902 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
This is a PolyCoder model with **2.7B** parameters,
presented in the paper ["A Systematic Evaluation of Large Language Models of Code"](https://arxiv.org/pdf/2202.13169.pdf) (MAPS'2022 and ICLR'2022 Workshop Deep Learning 4 Code).
The model was trained on **249 GB** of code across **12** programming languages.
**Note** - this model requires `transformers` version of at least **4.23.0**:
```
pip install transformers==4.23.0
```
For more information, see: [https://github.com/VHellendoorn/Code-LMs](https://github.com/VHellendoorn/Code-LMs)
If you use this model, please cite:
```
@inproceedings{
xu2022polycoder,
title={A Systematic Evaluation of Large Language Models of Code},
author={Frank F. Xu and Uri Alon and Graham Neubig and Vincent Josua Hellendoorn},
booktitle={Deep Learning for Code Workshop},
year={2022},
url={https://openreview.net/forum?id=SLcEnoObJZq}
}
```