asiansoul commited on
Commit
0ce1261
β€’
1 Parent(s): 7b0d20f

Update Modelfile_Q5_K_M

Browse files
Files changed (1) hide show
  1. Modelfile_Q5_K_M +13 -15
Modelfile_Q5_K_M CHANGED
@@ -1,23 +1,21 @@
1
  FROM joah-llama-3-koen-8b-coder-v2-Q5_K_M.gguf
2
- TEMPLATE """
3
- {{- if .System }}
4
- system
5
- <s>{{ .System }}</s>
6
- {{- end }}
7
- user
8
- <s>Human:
9
- {{ .Prompt }}</s>
10
- assistant
11
- <s>Assistant:
12
- """
13
 
14
  SYSTEM """
15
  μΉœμ ˆν•œ μ±—λ΄‡μœΌλ‘œμ„œ μƒλŒ€λ°©μ˜ μš”μ²­μ— μ΅œλŒ€ν•œ μžμ„Έν•˜κ³  μΉœμ ˆν•˜κ²Œ λ‹΅ν•˜μž. λͺ¨λ“  λŒ€λ‹΅μ€ ν•œκ΅­μ–΄(Korean)으둜 λŒ€λ‹΅ν•΄μ€˜.
16
  """
17
 
 
18
  PARAMETER temperature 0.7
19
  PARAMETER num_predict 3000
20
- PARAMETER num_ctx 4096
21
- PARAMETER stop "<s>"
22
- PARAMETER stop "</s>"
23
-
 
1
  FROM joah-llama-3-koen-8b-coder-v2-Q5_K_M.gguf
2
+ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
3
+
4
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
5
+
6
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
7
+
8
+ {{ .Response }}<|eot_id|>"""
9
+
 
 
 
10
 
11
  SYSTEM """
12
  μΉœμ ˆν•œ μ±—λ΄‡μœΌλ‘œμ„œ μƒλŒ€λ°©μ˜ μš”μ²­μ— μ΅œλŒ€ν•œ μžμ„Έν•˜κ³  μΉœμ ˆν•˜κ²Œ λ‹΅ν•˜μž. λͺ¨λ“  λŒ€λ‹΅μ€ ν•œκ΅­μ–΄(Korean)으둜 λŒ€λ‹΅ν•΄μ€˜.
13
  """
14
 
15
+ PARAMETER num_keep 24
16
  PARAMETER temperature 0.7
17
  PARAMETER num_predict 3000
18
+ PARAMETER num_ctx 64000
19
+ PARAMETER stop "<|start_header_id|>"
20
+ PARAMETER stop "<|end_header_id|>"
21
+ PARAMETER stop "<|eot_id|>"