Update README.md
Browse filestypo in model branding
README.md
CHANGED
|
@@ -11,7 +11,7 @@ language:
|
|
| 11 |
|
| 12 |
# Model Card for Codestral-22B-v0.1
|
| 13 |
|
| 14 |
-
|
| 15 |
- As instruct, for instance to answer any questions about a code snippet (write documentation, explain, factorize) or to generate code following specific indications
|
| 16 |
- As Fill in the Middle (FIM), to predict the middle tokens between a prefix and a suffix (very useful for software development add-ons like in VS Code)
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
# Model Card for Codestral-22B-v0.1
|
| 13 |
|
| 14 |
+
Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages, including the most popular ones, such as Python, Java, C, C++, JavaScript, and Bash (more details in the [Blogpost](https://mistral.ai/news/codestral/)). The model can be queried:
|
| 15 |
- As instruct, for instance to answer any questions about a code snippet (write documentation, explain, factorize) or to generate code following specific indications
|
| 16 |
- As Fill in the Middle (FIM), to predict the middle tokens between a prefix and a suffix (very useful for software development add-ons like in VS Code)
|
| 17 |
|