Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- mistralai/Mistral-Small-3.2-24B-Instruct-2506
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
**Modified Small 3.2:**
|
| 7 |
+
- No vision encoder
|
| 8 |
+
- Reused some special tokens for ChatML tokens
|
| 9 |
+
- Standard "Mistral" architecture
|
| 10 |
+
|
| 11 |
+
Enjoy!
|