shreyasmeher commited on
Commit
af0db37
·
verified ·
1 Parent(s): befa0a2

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +15 -0
Modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /scratch/bbov/smeher/gtd_scratch/shreyasmeher/ConflLlama-Alt/unsloth.BF16.gguf
2
+
3
+ TEMPLATE """Below is a description of an incident or situation. Please analyze if it describes a conflict-related event and identify any relevant incident types.{{ if .Prompt }}
4
+ >>> Description:
5
+ {{ .Prompt }}{{ end }}
6
+ >>> Incident Classification:
7
+ {{ .Response }}<|end_of_text|>"""
8
+
9
+ PARAMETER stop "<|eot_id|>"
10
+ PARAMETER stop "<|end_header_id|>"
11
+ PARAMETER stop "<|start_header_id|>"
12
+ PARAMETER stop "<|end_of_text|>"
13
+ PARAMETER stop "<|reserved_special_token_"
14
+ PARAMETER temperature 1.5
15
+ PARAMETER min_p 0.1