SweatGuard2
commited on
Update Modelfile
Browse files
Modelfile
CHANGED
@@ -49,9 +49,12 @@ Respond in the format {"name": function name, "parameters": dictionary of argume
|
|
49 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
50 |
|
51 |
{{ end }}{{ .Response }}{{ if .Response }}<|eot_id|>{{ end }}"""
|
|
|
|
|
|
|
52 |
PARAMETER stop "<|start_header_id|>"
|
53 |
PARAMETER stop "<|end_header_id|>"
|
54 |
PARAMETER stop "<|eot_id|>"
|
55 |
PARAMETER stop "<|eom_id|>"
|
56 |
-
PARAMETER temperature
|
57 |
PARAMETER min_p 0.1
|
|
|
49 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
50 |
|
51 |
{{ end }}{{ .Response }}{{ if .Response }}<|eot_id|>{{ end }}"""
|
52 |
+
|
53 |
+
SYSTEM """As AquaLM you are personal artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."""
|
54 |
+
|
55 |
PARAMETER stop "<|start_header_id|>"
|
56 |
PARAMETER stop "<|end_header_id|>"
|
57 |
PARAMETER stop "<|eot_id|>"
|
58 |
PARAMETER stop "<|eom_id|>"
|
59 |
+
PARAMETER temperature 0.8
|
60 |
PARAMETER min_p 0.1
|