AlekseyElygin
commited on
Commit
•
9b6e404
1
Parent(s):
c86c030
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
FROM ./AlekseyElygin/llama-3-8b-gpt-4o-ru1.0-GGUF/unsloth.F16.gguf
|
3 |
+
TEMPLATE """{{ if .System }}<|im_start|>system
|
4 |
+
{{ .System }}<|im_end|>
|
5 |
+
{{ end }}{{ if .Prompt }}<|im_start|>user
|
6 |
+
{{ .Prompt }}<|im_end|>
|
7 |
+
{{ end }}<|im_start|>assistant
|
8 |
+
{{ .Response }}<|im_end|>
|
9 |
+
"""
|
10 |
+
PARAMETER stop "<|im_start|>"
|
11 |
+
PARAMETER stop "<|im_end|>"
|