Remek commited on
Commit
f502750
·
verified ·
1 Parent(s): 4fc9993

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -16,8 +16,19 @@ Wersja minimum 0.2.20 - koniecznie wybierz format promptu Llama 3 (!) (opcja Pre
16
  Wersja 0.1.32. Konfiguracja ollama plik Modelfile
17
 
18
 
 
19
  FROM ./Llama-3-Omnibus-PL-v01-GGUF.Q4_K_M.gguf
20
- TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|> {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|> {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|> {{ .Response }}<|eot_id|>""" PARAMETER stop "<|start_header_id|>" PARAMETER stop "<|end_header_id|>" PARAMETER stop "<|eot_id|>" PARAMETER stop "<|reserved_special_token"
 
 
 
 
 
 
 
 
 
 
21
 
22
 
23
 
 
16
  Wersja 0.1.32. Konfiguracja ollama plik Modelfile
17
 
18
 
19
+ ```
20
  FROM ./Llama-3-Omnibus-PL-v01-GGUF.Q4_K_M.gguf
21
+ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
22
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
23
+
24
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
25
+
26
+ {{ .Response }}<|eot_id|>"""
27
+ PARAMETER stop "<|start_header_id|>"
28
+ PARAMETER stop "<|end_header_id|>"
29
+ PARAMETER stop "<|eot_id|>"
30
+ PARAMETER stop "<|reserved_special_token|>"
31
+ ```
32
 
33
 
34