Update README.md
Browse files
README.md
CHANGED
|
@@ -59,11 +59,16 @@ outputs = outputs["generated_text"]
|
|
| 59 |
### Prompting Guidelines
|
| 60 |
To prompt this model, please use the following chat template:
|
| 61 |
```
|
| 62 |
-
<|user
|
| 63 |
```
|
| 64 |
|
| 65 |
### Example Prompts and Generations
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
## Training Details
|
| 69 |
The alignment phase follows the recipe for [Zephyr-7B](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta), and comprises two stages: supervised fine-tuning (SFT) and Direct Performance Optimization (DPO).
|
|
|
|
| 59 |
### Prompting Guidelines
|
| 60 |
To prompt this model, please use the following chat template:
|
| 61 |
```
|
| 62 |
+
<|user|>:\n{question}</s>\n<|assistant|>\n
|
| 63 |
```
|
| 64 |
|
| 65 |
### Example Prompts and Generations
|
| 66 |
+
```
|
| 67 |
+
<|user|>:
|
| 68 |
+
ปรัชญาทางเศรษฐกิจที่พระบาทสมเด็จพระมหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตรมีพระราชดำรัสแก่ชาวไทย มีชื่อว่าอะไร</s>
|
| 69 |
+
<|assistant|>:
|
| 70 |
+
ปรัชญาทางเศรษฐกิจที่พระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดชทรงมีพระราชดำรัสแก่ชาวไทยเรียกว่า \"ปรัชญาเศรษฐกิจพอเพียง\" ปรัชญานี้เน้นความสำคัญของการพัฒนาแบบองค์รวมแ ละความสมดุล โดยคำนึงถึงสภาพแวดล้อมทางสังคม เศรษฐกิจ และสิ่งแวดล้อม ปรัชญาเศรษฐกิจพอเพียงเน้นความสำคัญของการพึ่งพาตนเอง ความมีเหตุผล และการประหยัด ตลอดจนความสำคัญของก ารพัฒนาจิตใจและจิตวิญญาณ ปรัชญานี้เน้นย้ำถึงความสำคัญของการดำเนินชีวิตอย่างพอประมาณ มีเหตุผล และมีคุณธรรม ตลอดจนความสำคัญของการพัฒนาความรู้และทักษะอย่างต่อเนื่อง ปรัชญาเศรษฐกิ จพอเพียงได้รับการยกย่องอย่างกว้างขวางว่าเป็นแนวทางแก้ไขปัญหาการพัฒนาที่ยั่งยืนและเป็นแนวทางในการดำเนินชีวิตที่นำไปสู่ความสุขและความเป็นอยู่ที่ดี
|
| 71 |
+
```
|
| 72 |
|
| 73 |
## Training Details
|
| 74 |
The alignment phase follows the recipe for [Zephyr-7B](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta), and comprises two stages: supervised fine-tuning (SFT) and Direct Performance Optimization (DPO).
|