Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ model-index:
|
|
84 |
StarCoder2-3B model is a 3B 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+ trillion tokens.
|
85 |
|
86 |
- **Project Website:** [bigcode-project.org](https://www.bigcode-project.org)
|
87 |
-
- **Paper:** [Link](https://
|
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: 1994.90 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](
|
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 to generate code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient, contain bugs or exploits. See [the paper](
|
180 |
|
181 |
# Training
|
182 |
|
|
|
84 |
StarCoder2-3B model is a 3B 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+ 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 to generate code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient, 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 |
|