Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
|
| 5 |
+
- Original model: [Mistral-Small-3.2-24B-Instruct-2506](https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506)
|
| 6 |
+
- Model creator: [Mistral](https://huggingface.co/mistralai)
|
| 7 |
+
- [License](https://choosealicense.com/licenses/apache-2.0/)
|
| 8 |
+
|
| 9 |
+
## Recommended Prompt Format (mistral-v7-tekken)
|
| 10 |
+
```
|
| 11 |
+
<s>[SYSTEM_PROMPT]<system prompt>[/SYSTEM_PROMPT][INST]<user message>[/INST]<assistant response></s>[INST]<user message>[/INST]
|
| 12 |
+
```
|