Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: spow12/Ko-Qwen2-7B-Instruct
|
| 4 |
+
tags:
|
| 5 |
+
- gguf
|
| 6 |
+
model-index:
|
| 7 |
+
- name: joongi007/Ko-Qwen2-7B-Instruct-GGUF
|
| 8 |
+
results: []
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
- Original model is [spow12/Ko-Qwen2-7B-Instruct](https://huggingface.co/spow12/Ko-Qwen2-7B-Instruct)
|
| 12 |
+
- quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
| 13 |
+
|
| 14 |
+
```prompt
|
| 15 |
+
<|im_start|>system
|
| 16 |
+
{System}<|im_end|>
|
| 17 |
+
|
| 18 |
+
<|im_start|>user
|
| 19 |
+
{User}<|im_end|>
|
| 20 |
+
|
| 21 |
+
<|im_start|>assistant
|
| 22 |
+
{Assistant}
|
| 23 |
+
```
|