laoc81 commited on
Commit
abafd54
·
verified ·
1 Parent(s): 4e3d56b

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +10 -7
Modelfile CHANGED
@@ -1,17 +1,20 @@
1
  FROM ./laoc81/parnaso_5ep31/unsloth.Q8_0.gguf
2
 
3
- TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.
4
- ### Instruction:{{ if .Prompt }}
 
5
  {{ .Prompt }}{{ end }}
6
 
7
- ### Response:
8
  {{ .Response }}<|end_of_text|>"""
9
 
10
  PARAMETER stop "<|eom_id|>"
11
- PARAMETER stop "<|start_header_id|>"
12
- PARAMETER stop "<|eot_id|>"
13
  PARAMETER stop "<|end_header_id|>"
14
- PARAMETER stop "<|finetune_right_pad_id|>"
15
  PARAMETER stop "<|python_tag|>"
 
 
 
16
  PARAMETER stop "<|end_of_text|>"
17
- PARAMETER stop "<|reserved_special_token_"
 
 
 
1
  FROM ./laoc81/parnaso_5ep31/unsloth.Q8_0.gguf
2
 
3
+ TEMPLATE """Abaixo está uma pergunta, seguida de uma resposta ao pedido.{{ if .Prompt }}
4
+
5
+ ### Pergunta:
6
  {{ .Prompt }}{{ end }}
7
 
8
+ ### Resposta:
9
  {{ .Response }}<|end_of_text|>"""
10
 
11
  PARAMETER stop "<|eom_id|>"
 
 
12
  PARAMETER stop "<|end_header_id|>"
 
13
  PARAMETER stop "<|python_tag|>"
14
+ PARAMETER stop "<|start_header_id|>"
15
+ PARAMETER stop "<|finetune_right_pad_id|>"
16
+ PARAMETER stop "<|eot_id|>"
17
  PARAMETER stop "<|end_of_text|>"
18
+ PARAMETER stop "<|reserved_special_token_"
19
+ PARAMETER temperature 1.5
20
+ PARAMETER min_p 0.1