Fix language count discrepancy in Model Card (600+ ->17)

#14
by User-42111 - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -176,7 +176,7 @@ The pretraining dataset of the model was filtered for permissive licenses and co
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://huggingface.co/papers/2402.19173) for an in-depth discussion of the model limitations.
180
 
181
  # Training
182
 
 
176
 
177
  # Limitations
178
 
179
+ 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 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.
180
 
181
  # Training
182