Falan filan
commited on
Commit
•
bf6ba88
1
Parent(s):
c1da67b
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
FROM ./emir12/phi_lora_3b_medical_HealthcareMagic_gguf/unsloth.Q8_0.gguf
|
3 |
+
TEMPLATE """{{ if .System }}<|system|>
|
4 |
+
{{ .System }}<|end|>
|
5 |
+
{{ end }}{{ if .Prompt }}<|user|>
|
6 |
+
{{ .Prompt }}<|end|>
|
7 |
+
{{ end }}<|assistant|>
|
8 |
+
{{ .Response }}<|end|>
|
9 |
+
"""
|
10 |
+
PARAMETER stop "<|end|>"
|
11 |
+
PARAMETER stop "<|user|>"
|
12 |
+
PARAMETER stop "<|assistant|>"
|