sebaxakerhtc
commited on
(Continued pretraining)
Browse files
Modelfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM /content/burgasdotpro/Sebushka-llama-3.1-8B-GGUF/Sebushka-llama-3.1-8B.
|
2 |
|
3 |
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
4 |
|
@@ -9,10 +9,10 @@ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
|
9 |
{{ .Response }}<|end_of_text|>"""
|
10 |
|
11 |
PARAMETER stop "<|eom_id|>"
|
12 |
-
PARAMETER stop "<|
|
13 |
PARAMETER stop "<|start_header_id|>"
|
14 |
PARAMETER stop "<|finetune_right_pad_id|>"
|
15 |
-
PARAMETER stop "<|
|
16 |
PARAMETER stop "<|python_tag|>"
|
17 |
PARAMETER stop "<|end_of_text|>"
|
18 |
PARAMETER stop "<|reserved_special_token_"
|
|
|
1 |
+
FROM /content/burgasdotpro/Sebushka-llama-3.1-8B-GGUF/Sebushka-llama-3.1-8B.BF16.gguf
|
2 |
|
3 |
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
4 |
|
|
|
9 |
{{ .Response }}<|end_of_text|>"""
|
10 |
|
11 |
PARAMETER stop "<|eom_id|>"
|
12 |
+
PARAMETER stop "<|eot_id|>"
|
13 |
PARAMETER stop "<|start_header_id|>"
|
14 |
PARAMETER stop "<|finetune_right_pad_id|>"
|
15 |
+
PARAMETER stop "<|end_header_id|>"
|
16 |
PARAMETER stop "<|python_tag|>"
|
17 |
PARAMETER stop "<|end_of_text|>"
|
18 |
PARAMETER stop "<|reserved_special_token_"
|