update prompt
Browse files- ollama-Q4_K_M +2 -8
- ollama-f16 +2 -8
ollama-Q4_K_M
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
FROM ./ggml-model-Q4_K_M.gguf
|
2 |
FROM ./mmproj-model-f16.gguf
|
3 |
|
4 |
-
SYSTEM ""
|
5 |
-
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
6 |
-
"""
|
7 |
|
8 |
-
TEMPLATE ""
|
9 |
-
{{ .System }}
|
10 |
-
USER: {{ .Prompt }}
|
11 |
-
ASSISTANT:
|
12 |
-
"""
|
13 |
|
14 |
PARAMETER temperature 0.0
|
15 |
PARAMETER num_ctx 4096
|
|
|
1 |
FROM ./ggml-model-Q4_K_M.gguf
|
2 |
FROM ./mmproj-model-f16.gguf
|
3 |
|
4 |
+
SYSTEM "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
|
|
|
|
|
5 |
|
6 |
+
TEMPLATE "{{ .System }} USER: {{ .Prompt }} ASSISTANT:"
|
|
|
|
|
|
|
|
|
7 |
|
8 |
PARAMETER temperature 0.0
|
9 |
PARAMETER num_ctx 4096
|
ollama-f16
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
FROM ./ggml-model-f16.gguf
|
2 |
FROM ./mmproj-model-f16.gguf
|
3 |
|
4 |
-
SYSTEM ""
|
5 |
-
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
6 |
-
"""
|
7 |
|
8 |
-
TEMPLATE ""
|
9 |
-
{{ .System }}
|
10 |
-
USER: {{ .Prompt }}
|
11 |
-
ASSISTANT:
|
12 |
-
"""
|
13 |
|
14 |
PARAMETER temperature 0.0
|
15 |
PARAMETER num_ctx 4096
|
|
|
1 |
FROM ./ggml-model-f16.gguf
|
2 |
FROM ./mmproj-model-f16.gguf
|
3 |
|
4 |
+
SYSTEM "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
|
|
|
|
|
5 |
|
6 |
+
TEMPLATE "{{ .System }} USER: {{ .Prompt }} ASSISTANT:"
|
|
|
|
|
|
|
|
|
7 |
|
8 |
PARAMETER temperature 0.0
|
9 |
PARAMETER num_ctx 4096
|