lktinhtemp
commited on
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./lktinhtemp/sample_model_2/unsloth.BF16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """{{ if .System }}<|begin_of_text|><|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|><|im_end|>"""
|
10 |
+
|
11 |
+
PARAMETER stop "<|endoftext|>"
|
12 |
+
PARAMETER stop "<|im_start|>"
|
13 |
+
PARAMETER stop "<|im_end|>"
|
14 |
+
SYSTEM "Below are some instructions that describe some tasks. Write responses that appropriately complete each request."
|