zachlandes
commited on
Update model card metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for Mistral-Large-Instruct-2411-MLX
|
2 |
|
3 |
This repository serves as the parent directory for the MLX quantized versions of the Mistral Large Instruct 2411 model. The quantized versions were created for MLX (Apple Silicon) using the `mlx-lm` library.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- fr
|
6 |
+
- es
|
7 |
+
- de
|
8 |
+
- it
|
9 |
+
- pt
|
10 |
+
- zh
|
11 |
+
- ja
|
12 |
+
- ru
|
13 |
+
- ko
|
14 |
+
base_model:
|
15 |
+
- mistralai/Mistral-Large-Instruct-2411
|
16 |
+
tags:
|
17 |
+
- conversational
|
18 |
+
- mlx
|
19 |
+
---
|
20 |
# Model Card for Mistral-Large-Instruct-2411-MLX
|
21 |
|
22 |
This repository serves as the parent directory for the MLX quantized versions of the Mistral Large Instruct 2411 model. The quantized versions were created for MLX (Apple Silicon) using the `mlx-lm` library.
|