vignesh-spericorn
commited on
Commit
•
7ebc122
1
Parent(s):
ab6e355
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
FROM ./vignesh-spericorn/Llama-3.1-8B-Instruct-4bit-chat/unsloth.F16.gguf
|
3 |
+
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
4 |
+
|
5 |
+
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
6 |
+
|
7 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
8 |
+
|
9 |
+
{{ .Response }}<|eot_id|>"""
|
10 |
+
PARAMETER stop "<|start_header_id|>"
|
11 |
+
PARAMETER stop "<|end_header_id|>"
|
12 |
+
PARAMETER stop "<|eot_id|>"
|