loubnabnl HF staff commited on
Commit
3aa94d7
1 Parent(s): ee34ae3
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -84,7 +84,7 @@ model-index:
84
  StarCoder2-7B model is a 7B parameter model trained on 17 programming languages from [The Stack v2](https://huggingface.co/datasets/bigcode/the-stack-v2-train), with opt-out requests excluded. The model uses [Grouped Query Attention](https://arxiv.org/abs/2305.13245), [a context window of 16,384 tokens](https://arxiv.org/abs/2205.14135) with [a sliding window attention of 4,096 tokens](https://arxiv.org/abs/2004.05150v2), and was trained using the [Fill-in-the-Middle objective](https://arxiv.org/abs/2207.14255) on 3.5+ trillion tokens.
85
 
86
  - **Project Website:** [bigcode-project.org](https://www.bigcode-project.org)
87
- - **Paper:** [Link](https://drive.google.com/file/d/17iGn3c-sYNiLyRSY-A85QOzgzGnGiVI3/view?usp=sharing)
88
  - **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
89
  - **Languages:** 17 Programming languages
90
 
@@ -176,7 +176,7 @@ The pretraining dataset of the model was filtered for permissive licenses and co
176
 
177
  # Limitations
178
 
179
- The model has been trained on source code from 600+ programming languages. The predominant language in source is English although other languages are also present. As such the model is capable of generating code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient and contain bugs or exploits. See [the paper](https://drive.google.com/file/d/17iGn3c-sYNiLyRSY-A85QOzgzGnGiVI3/view?usp=sharing) for an in-depth discussion of the model limitations.
180
 
181
  # Training
182
 
@@ -202,4 +202,13 @@ The model is licensed under the BigCode OpenRAIL-M v1 license agreement. You can
202
 
203
  # Citation
204
 
205
- _Coming soon_
 
 
 
 
 
 
 
 
 
84
  StarCoder2-7B model is a 7B parameter model trained on 17 programming languages from [The Stack v2](https://huggingface.co/datasets/bigcode/the-stack-v2-train), with opt-out requests excluded. The model uses [Grouped Query Attention](https://arxiv.org/abs/2305.13245), [a context window of 16,384 tokens](https://arxiv.org/abs/2205.14135) with [a sliding window attention of 4,096 tokens](https://arxiv.org/abs/2004.05150v2), and was trained using the [Fill-in-the-Middle objective](https://arxiv.org/abs/2207.14255) on 3.5+ trillion tokens.
85
 
86
  - **Project Website:** [bigcode-project.org](https://www.bigcode-project.org)
87
+ - **Paper:** [Link](https://huggingface.co/papers/2402.19173)
88
  - **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
89
  - **Languages:** 17 Programming languages
90
 
176
 
177
  # Limitations
178
 
179
+ The model has been trained on source code from 600+ programming languages. The predominant language in source is English although other languages are also present. As such the model is capable of generating code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient and contain bugs or exploits. See [the paper](https://huggingface.co/papers/2402.19173) for an in-depth discussion of the model limitations.
180
 
181
  # Training
182
 
202
 
203
  # Citation
204
 
205
+ ```bash
206
+ @misc{lozhkov2024starcoder,
207
+ title={StarCoder 2 and The Stack v2: The Next Generation},
208
+ author={Anton Lozhkov and Raymond Li and Loubna Ben Allal and Federico Cassano and Joel Lamy-Poirier and Nouamane Tazi and Ao Tang and Dmytro Pykhtar and Jiawei Liu and Yuxiang Wei and Tianyang Liu and Max Tian and Denis Kocetkov and Arthur Zucker and Younes Belkada and Zijian Wang and Qian Liu and Dmitry Abulkhanov and Indraneil Paul and Zhuang Li and Wen-Ding Li and Megan Risdal and Jia Li and Jian Zhu and Terry Yue Zhuo and Evgenii Zheltonozhskii and Nii Osae Osae Dade and Wenhao Yu and Lucas Krauß and Naman Jain and Yixuan Su and Xuanli He and Manan Dey and Edoardo Abati and Yekun Chai and Niklas Muennighoff and Xiangru Tang and Muhtasham Oblokulov and Christopher Akiki and Marc Marone and Chenghao Mou and Mayank Mishra and Alex Gu and Binyuan Hui and Tri Dao and Armel Zebaze and Olivier Dehaene and Nicolas Patry and Canwen Xu and Julian McAuley and Han Hu and Torsten Scholak and Sebastien Paquet and Jennifer Robinson and Carolyn Jane Anderson and Nicolas Chapados and Mostofa Patwary and Nima Tajbakhsh and Yacine Jernite and Carlos Muñoz Ferrandis and Lingming Zhang and Sean Hughes and Thomas Wolf and Arjun Guha and Leandro von Werra and Harm de Vries},
209
+ year={2024},
210
+ eprint={2402.19173},
211
+ archivePrefix={arXiv},
212
+ primaryClass={cs.SE}
213
+ }
214
+ ```