sebaxakerhtc commited on
Commit
9c0d675
·
verified ·
1 Parent(s): d024e04

(Continued pretraining)

Browse files
Files changed (1) hide show
  1. Modelfile +5 -5
Modelfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM /content/burgasdotpro/bgGPT-llama-3.1-8B-GGUF/bgGPT-llama-3.1-8B.Q8_0.gguf
2
 
3
  TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
4
 
@@ -8,12 +8,12 @@ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
8
  ### Отговор:
9
  {{ .Response }}<|end_of_text|>"""
10
 
11
- PARAMETER stop "<|start_header_id|>"
12
- PARAMETER stop "<|finetune_right_pad_id|>"
13
- PARAMETER stop "<|end_header_id|>"
14
- PARAMETER stop "<|eom_id|>"
15
  PARAMETER stop "<|eot_id|>"
 
16
  PARAMETER stop "<|python_tag|>"
 
 
 
17
  PARAMETER stop "<|end_of_text|>"
18
  PARAMETER stop "<|reserved_special_token_"
19
  PARAMETER temperature 1.5
 
1
+ FROM /content/burgasdotpro/bgGPT-llama-3.1-8B-GGUF/bgGPT-llama-3.1-8B-GGUF.BF16.gguf
2
 
3
  TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
4
 
 
8
  ### Отговор:
9
  {{ .Response }}<|end_of_text|>"""
10
 
 
 
 
 
11
  PARAMETER stop "<|eot_id|>"
12
+ PARAMETER stop "<|end_header_id|>"
13
  PARAMETER stop "<|python_tag|>"
14
+ PARAMETER stop "<|start_header_id|>"
15
+ PARAMETER stop "<|eom_id|>"
16
+ PARAMETER stop "<|finetune_right_pad_id|>"
17
  PARAMETER stop "<|end_of_text|>"
18
  PARAMETER stop "<|reserved_special_token_"
19
  PARAMETER temperature 1.5