Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 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: [Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507)
|
| 6 |
+
- Model creator: [Qwen](https://huggingface.co/Qwen)
|
| 7 |
+
- [License](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507/blob/main/LICENSE)
|
| 8 |
+
|
| 9 |
+
## Recommended Prompt Format (chatml)
|
| 10 |
+
```
|
| 11 |
+
<|im_start|>system
|
| 12 |
+
Provide some context and/or instructions to the model.<|im_end|>
|
| 13 |
+
<|im_start|>user
|
| 14 |
+
The user’s message goes here<|im_end|>
|
| 15 |
+
<|im_start|>assistant
|
| 16 |
+
AI message goes here<|im_end|>
|
| 17 |
+
```
|