fix paper
Browse files
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://
|
89 |
- **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
|
90 |
- **Languages:** 600+ Programming languages
|
91 |
|
@@ -174,7 +174,7 @@ The pretraining dataset of the model was filtered for permissive licenses and co
|
|
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://
|
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://huggingface.co/papers/2402.19173)
|
89 |
- **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
|
90 |
- **Languages:** 600+ Programming languages
|
91 |
|
|
|
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://huggingface.co/papers/2402.19173) for an in-depth discussion of the model limitations.
|
178 |
|
179 |
# Training
|
180 |
|