Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- mistralai/Codestral-22B-v0.1
|
4 |
+
tags:
|
5 |
+
- mlx
|
6 |
+
- 3_6bit
|
7 |
+
---
|
8 |
+
Quantized 3_6bit MLX version of https://huggingface.co/mistralai/Codestral-22B-v0.1 that performs better than regular 3bit MLX quants with a slightly larger size. Converted using mlx-lm 0.22.2
|