BAAI
/

GGUF
Isaachh commited on
Commit
849a5d1
1 Parent(s): 4031a42

update prompt

Browse files
Files changed (2) hide show
  1. ollama-Q4_K_M +2 -8
  2. 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