Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- fr
|
|
@@ -25,14 +26,16 @@ language:
|
|
| 25 |
- hi
|
| 26 |
- bn
|
| 27 |
license: apache-2.0
|
| 28 |
-
library_name: vllm
|
| 29 |
inference: false
|
| 30 |
base_model:
|
| 31 |
- mistralai/Mistral-Small-3.1-24B-Instruct-2503
|
| 32 |
extra_gated_description: >-
|
| 33 |
If you want to learn more about how we process your personal data, please read
|
| 34 |
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 35 |
-
pipeline_tag:
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
# Devstral Small 1.0
|
|
@@ -444,8 +447,4 @@ Finally, the agent writes necessary code to visualize the coverage.
|
|
| 444 |
At the end of the run, the following plots are produced:
|
| 445 |

|
| 446 |

|
| 447 |
-

|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: mistral-common
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- fr
|
|
|
|
| 26 |
- hi
|
| 27 |
- bn
|
| 28 |
license: apache-2.0
|
|
|
|
| 29 |
inference: false
|
| 30 |
base_model:
|
| 31 |
- mistralai/Mistral-Small-3.1-24B-Instruct-2503
|
| 32 |
extra_gated_description: >-
|
| 33 |
If you want to learn more about how we process your personal data, please read
|
| 34 |
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 35 |
+
pipeline_tag: text-generation
|
| 36 |
+
tags:
|
| 37 |
+
- vllm
|
| 38 |
+
- transformers
|
| 39 |
---
|
| 40 |
|
| 41 |
# Devstral Small 1.0
|
|
|
|
| 447 |
At the end of the run, the following plots are produced:
|
| 448 |

|
| 449 |

|
| 450 |
+

|
|
|
|
|
|
|
|
|
|
|
|