chohtet commited on
Commit
5be9ae4
·
verified ·
1 Parent(s): 2a0adeb

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +4 -1
Modelfile CHANGED
@@ -9,4 +9,7 @@ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
9
  {{ .Response }}<|eot_id|>"""
10
  PARAMETER stop "<|start_header_id|>"
11
  PARAMETER stop "<|end_header_id|>"
12
- PARAMETER stop "<|eot_id|>"
 
 
 
 
9
  {{ .Response }}<|eot_id|>"""
10
  PARAMETER stop "<|start_header_id|>"
11
  PARAMETER stop "<|end_header_id|>"
12
+ PARAMETER stop "<|eot_id|>"
13
+ PARAMETER num_ctx 32768
14
+ PARAMETER temperature 0.0
15
+ PARAMETER seed 42