Delete Modelfile
Browse files
Modelfile
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
FROM /content/burgasdotpro/Sebushka-llama-3.1-8B-GGUF/BurgasProRu-llama3.1-8B.BF16.gguf
|
2 |
-
|
3 |
-
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
|
4 |
-
|
5 |
-
### Въпрос:
|
6 |
-
{{ .Prompt }}{{ end }}
|
7 |
-
|
8 |
-
### Отговор:
|
9 |
-
{{ .Response }}<|end_of_text|>"""
|
10 |
-
|
11 |
-
PARAMETER stop "<|end_header_id|>"
|
12 |
-
PARAMETER stop "<|start_header_id|>"
|
13 |
-
PARAMETER stop "<|eot_id|>"
|
14 |
-
PARAMETER stop "<|finetune_right_pad_id|>"
|
15 |
-
PARAMETER stop "<|eom_id|>"
|
16 |
-
PARAMETER stop "<|python_tag|>"
|
17 |
-
PARAMETER stop "<|end_of_text|>"
|
18 |
-
PARAMETER stop "<|reserved_special_token_"
|
19 |
-
PARAMETER temperature 1.5
|
20 |
-
PARAMETER min_p 0.1
|
21 |
-
SYSTEM "Below are some instructions that describe some tasks. Write responses that appropriately complete each request."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|