lvwerra HF staff commited on
Commit
e18a21d
1 Parent(s): b1bcca5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -85,7 +85,7 @@ StarCoder2-15B model is a 15B parameter model trained on 600+ programming langua
85
  The model was trained with [NVIDIA NeMo™ Framework](https://www.nvidia.com/en-us/ai-data-science/generative-ai/nemo-framework/) using the [NVIDIA Eos Supercomputer](https://blogs.nvidia.com/blog/eos/) built with [NVIDIA DGX H100](https://www.nvidia.com/en-us/data-center/dgx-h100/) systems.
86
 
87
  - **Project Website:** [bigcode-project.org](https://www.bigcode-project.org)
88
- - **Paper:** [Link](https://huggingface.co/datasets/bigcode/the-stack-v2/)
89
  - **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
90
  - **Languages:** 600+ Programming languages
91
 
@@ -170,11 +170,11 @@ Memory footprint: 9224.60 MB
170
  ```
171
  ### Attribution & Other Requirements
172
 
173
- 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 let's you search through the pretraining data to identify where generated code came from and apply the proper attribution to your code.
174
 
175
  # Limitations
176
 
177
- 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](TODO) for an in-depth discussion of the model limitations.
178
 
179
  # Training
180
 
 
85
  The model was trained with [NVIDIA NeMo™ Framework](https://www.nvidia.com/en-us/ai-data-science/generative-ai/nemo-framework/) using the [NVIDIA Eos Supercomputer](https://blogs.nvidia.com/blog/eos/) built with [NVIDIA DGX H100](https://www.nvidia.com/en-us/data-center/dgx-h100/) systems.
86
 
87
  - **Project Website:** [bigcode-project.org](https://www.bigcode-project.org)
88
+ - **Paper:** [Link](https://drive.google.com/file/d/17iGn3c-sYNiLyRSY-A85QOzgzGnGiVI3/view?usp=sharing)
89
  - **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
90
  - **Languages:** 600+ Programming languages
91
 
 
170
  ```
171
  ### Attribution & Other Requirements
172
 
173
+ 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 let's you search through the pretraining data to identify where generated code came from and apply the proper attribution to your code.
174
 
175
  # Limitations
176
 
177
+ 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.
178
 
179
  # Training
180