dearxoasis
commited on
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /content/dearxoasis/llama-3-typhoon2_dearx/unsloth.Q8_0.gguf
|
2 |
+
|
3 |
+
TEMPLATE """ด้านล่างนี้คือคำแนะนำที่อธิบายงานที่เกี่ยวข้องกับการเขียนหนังสือราชการภาษาไทย (หนังสือราชการ) โดยมีข้อมูลเฉพาะที่ให้มาเพื่อเป็นบริบท โปรดเขียนคำตอบที่ยึดตามรูปแบบ โทนภาษา และสไตล์มาตรฐานของหนังสือราชการไทย
|
4 |
+
|
5 |
+
{{ if .Prompt }}### คำสั้ง
|
6 |
+
{{ .Prompt }}
|
7 |
+
|
8 |
+
{{ end }}### คำตอบ
|
9 |
+
{{ .Response }}
|
10 |
+
|
11 |
+
<|eot_id|>"""
|
12 |
+
|
13 |
+
PARAMETER stop "<|python_tag|>"
|
14 |
+
PARAMETER stop "<|start_header_id|>"
|
15 |
+
PARAMETER stop "<|eom_id|>"
|
16 |
+
PARAMETER stop "<|end_of_text|>"
|
17 |
+
PARAMETER stop "<|end_header_id|>"
|
18 |
+
PARAMETER stop "<|finetune_right_pad_id|>"
|
19 |
+
PARAMETER stop "<|eot_id|>"
|
20 |
+
PARAMETER stop "<|reserved_special_token_"
|
21 |
+
PARAMETER temperature 1.5
|
22 |
+
PARAMETER min_p 0.1
|