Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,21 @@ model-index:
|
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
15 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [KnutJaegersberg/Qwen-1_8B-Llamafied](https://huggingface.co/KnutJaegersberg/Qwen-1_8B-Llamafied) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
|
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
15 |
+
# Quan-1.8b
|
16 |
+
|
17 |
+
Qwen-1.8B finetuned on Vietnamese Data.
|
18 |
+
|
19 |
+
## Prompt Template
|
20 |
+
ChatML, same as VinaLlama
|
21 |
+
|
22 |
+
```
|
23 |
+
<|im_start|>system
|
24 |
+
Bạn là một trợ lí AI hữu ích. Hãy trả lời người dùng một cách chính xác.
|
25 |
+
<|im_end|>
|
26 |
+
<|im_start|>user
|
27 |
+
Hello world!<|im_end|>
|
28 |
+
<|im_start|>assistant
|
29 |
+
```
|
30 |
|
31 |
This model is a fine-tuned version of [KnutJaegersberg/Qwen-1_8B-Llamafied](https://huggingface.co/KnutJaegersberg/Qwen-1_8B-Llamafied) on the None dataset.
|
32 |
It achieves the following results on the evaluation set:
|