Update Modelfile
Browse files
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
|