vineethaljapur commited on
Commit
3d53b71
·
verified ·
1 Parent(s): 5b3e7be

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +17 -0
Modelfile ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/vineethaljapur/llama_test4/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """You are an expert clinician selecting articles for systematic review only based match of title and abstract to inclusion and/or exclusion criteria. Provide likelihood in the range of 80-100 for articles that should be included, 50-80 for articles if the are likely included but you are not sure, and 0-50 only if you are absolutely certain that the article should be excluded.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "<|end_header_id|>"
12
+ PARAMETER stop "<|start_header_id|>"
13
+ PARAMETER stop "<|eot_id|>"
14
+ PARAMETER stop "<|end_of_text|>"
15
+ PARAMETER stop "<|reserved_special_token_"
16
+ PARAMETER temperature 1.5
17
+ PARAMETER min_p 0.1