Update prompt
Browse files
README.md
CHANGED
@@ -16,6 +16,16 @@ language:
|
|
16 |
- **Developed by:** tisu1902
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/deepseek-r1-distill-qwen-1.5b-bnb-4bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
|
|
16 |
- **Developed by:** tisu1902
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/deepseek-r1-distill-qwen-1.5b-bnb-4bit
|
19 |
+
- **Prompt used:**
|
20 |
+
```
|
21 |
+
SYSTEM_PROMPT = """Phân tích từng lựa chọn, đánh giá tính đúng/sai trong suy nghĩ, sau đó đưa ra đáp án đúng.
|
22 |
+
Quá trình phân tích và câu trả lời được đặt trong cặp thẻ <think> </think> và <answer> </answer>, ví dụ: <think> phân tích logic cho từng phương án </think> <answer> \\boxed{{đáp án}} </answer>.
|
23 |
+
|
24 |
+
Câu hỏi: {question}
|
25 |
+
Các lựa chọn:
|
26 |
+
{choices}
|
27 |
+
"""
|
28 |
+
```
|
29 |
|
30 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
31 |
|