Fix misconfigured `library_name` and `tags` settings
#27
by
minpeter
- opened
README.md
CHANGED
|
@@ -11,7 +11,7 @@ language:
|
|
| 11 |
- ru
|
| 12 |
- ko
|
| 13 |
license: apache-2.0
|
| 14 |
-
library_name:
|
| 15 |
inference: false
|
| 16 |
base_model:
|
| 17 |
- mistralai/Mistral-Small-24B-Base-2501
|
|
@@ -19,7 +19,7 @@ extra_gated_description: >-
|
|
| 19 |
If you want to learn more about how we process your personal data, please read
|
| 20 |
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 21 |
tags:
|
| 22 |
-
-
|
| 23 |
---
|
| 24 |
|
| 25 |
# Model Card for Mistral-Small-24B-Instruct-2501
|
|
|
|
| 11 |
- ru
|
| 12 |
- ko
|
| 13 |
license: apache-2.0
|
| 14 |
+
library_name: transformers
|
| 15 |
inference: false
|
| 16 |
base_model:
|
| 17 |
- mistralai/Mistral-Small-24B-Base-2501
|
|
|
|
| 19 |
If you want to learn more about how we process your personal data, please read
|
| 20 |
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 21 |
tags:
|
| 22 |
+
- vllm
|
| 23 |
---
|
| 24 |
|
| 25 |
# Model Card for Mistral-Small-24B-Instruct-2501
|