lastmass commited on
Commit
6d1e69b
·
verified ·
1 Parent(s): 1471ebe

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +36 -0
Modelfile ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /home/featurize/work/lastmass/llama3.2-chinese/unsloth.BF16.gguf
2
+
3
+ TEMPLATE """以下是描述一项任务的指令。请输出合适的内容回应指令。
4
+ ### Input:
5
+ 大象和猎豹的奔跑速度谁更快,简单说明原因.
6
+
7
+ ### Response:
8
+ 猎豹的奔跑速度比大象快得多。
9
+
10
+ 猎豹:是世界上奔跑速度最快的陆地动物之一,短距离内可以达到约 100-120 公里/小时(约 60-75 英里/小时)。
11
+ 大象:虽然大象体型巨大,但它们的速度较慢,奔跑速度最高约为 40 公里/小时(约 25 英里/小时)。
12
+ 因此,猎豹在速度上远远超过了大象。
13
+
14
+ ### Input:
15
+ 鱼为什么能在水里呼吸。
16
+
17
+ ### Response:
18
+ 鱼能够在水中呼吸,主要是因为它们有一种特殊的呼吸器官——鳃。鳃能够从水中提取氧气,并排出二氧化碳,这个过程使鱼能够在水中生存。
19
+ {{ if .Prompt }}
20
+
21
+ ### 指令:
22
+ {{ .Prompt }}
23
+
24
+ {{ end }}### 回应:
25
+ {{ .Response }}<|end_of_text|>"""
26
+
27
+ PARAMETER stop "<|eot_id|>"
28
+ PARAMETER stop "<|end_header_id|>"
29
+ PARAMETER stop "<|finetune_right_pad_id|>"
30
+ PARAMETER stop "<|eom_id|>"
31
+ PARAMETER stop "<|python_tag|>"
32
+ PARAMETER stop "<|start_header_id|>"
33
+ PARAMETER stop "<|end_of_text|>"
34
+ PARAMETER stop "<|reserved_special_token_"
35
+ PARAMETER temperature 1.5
36
+ PARAMETER min_p 0.1