loubnabnl HF staff commited on
Commit
a3d3368
1 Parent(s): eb21a4e

fix number languages

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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://huggingface.co/papers/2402.19173) for an in-depth discussion of the model limitations.
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