Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- cognitivecomputations/Dolphin3.0-R1-Mistral-24B
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- mlx
|
| 7 |
+
- 3bit
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
Quantized 3bit MLX version of https://huggingface.co/cognitivecomputations/Dolphin3.0-R1-Mistral-24B
|