lvwerra HF staff commited on
Commit
ee34ae3
1 Parent(s): 44827dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -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://huggingface.co/datasets/bigcode/the-stack-v2/)
88
  - **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
89
  - **Languages:** 17 Programming languages
90
 
@@ -172,11 +172,11 @@ Memory footprint: 4197.64 MB
172
  ```
173
  ### Attribution & Other Requirements
174
 
175
- The pretraining dataset of the model was filtered for permissive licenses and code with no license only. Nevertheless, the model can generate source code verbatim from the dataset. The code's license might require attribution and/or other specific requirements that must be respected. We provide a [search index](TODO) that lets you search through the pretraining data to identify where the generated code came from and apply the proper attribution to your code.
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](TODO) for an in-depth discussion of the model limitations.
180
 
181
  # Training
182
 
 
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
 
 
172
  ```
173
  ### Attribution & Other Requirements
174
 
175
+ The pretraining dataset of the model was filtered for permissive licenses and code with no license only. Nevertheless, the model can generate source code verbatim from the dataset. The code's license might require attribution and/or other specific requirements that must be respected. We provide a [search index](https://huggingface.co/spaces/bigcode/search-v2) that lets you search through the pretraining data to identify where the generated code came from and apply the proper attribution to your code.
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