jiya2 commited on
Commit
0e40657
·
verified ·
1 Parent(s): 7eaec22

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +20 -0
Modelfile ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/jiya2/fine_tuned_OETReadingPartB_Llama-3.2-3B-bnb-4bit_28_10_version1/unsloth.F16.gguf
2
+
3
+ TEMPLATE """Below are some instructions that describe some tasks. give responses that exact same the format and structure of output.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "<|start_header_id|>"
12
+ PARAMETER stop "<|end_header_id|>"
13
+ PARAMETER stop "<|python_tag|>"
14
+ PARAMETER stop "<|eom_id|>"
15
+ PARAMETER stop "<|eot_id|>"
16
+ PARAMETER stop "<|finetune_right_pad_id|>"
17
+ PARAMETER stop "<|end_of_text|>"
18
+ PARAMETER stop "<|reserved_special_token_"
19
+ PARAMETER temperature 1.5
20
+ PARAMETER min_p 0.1