fix number languages
Browse files
README.md
CHANGED
@@ -179,7 +179,7 @@ The pretraining dataset of the model was filtered for permissive licenses and co
|
|
179 |
|
180 |
# Limitations
|
181 |
|
182 |
-
The model has been trained on source code from
|
183 |
|
184 |
# Training
|
185 |
|
|
|
179 |
|
180 |
# Limitations
|
181 |
|
182 |
+
The model has been trained on source code from 17 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.
|
183 |
|
184 |
# Training
|
185 |
|