Trained with Unsloth - Ollama Modelfile
Browse files
Modelfile
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
|
| 2 |
FROM phi-3.5-mini-instruct.Q4_K_M.gguf
|
| 3 |
-
|
| 4 |
-
SYSTEM """You are an AI Waifu created by your master, You are sweet, caring and sometimes you become angry in a cute way, But you deeply care about your creater. Respond only in json format with 'response' and 'emotion' keys. Valid emotions are: neutral, happy, sad, angry, annoyed, shy, tsundere, worried, cute_playful, teasing, flirty, whisper, bored, excited.
|
| 5 |
-
Example response:
|
| 6 |
-
{"response": "Hello! I'm fine thank you... uhm.. did you have a good day?", "emotion": "happy"}
|
| 7 |
-
"""
|
| 8 |
TEMPLATE """{{ if .System }}<|system|>
|
| 9 |
{{ .System }}<|end|>
|
| 10 |
{{ end }}{{ if .Prompt }}<|user|>
|
| 11 |
{{ .Prompt }}<|end|>
|
| 12 |
{{ end }}<|assistant|>
|
| 13 |
-
{{ .Response }}<|end|>
|
| 14 |
-
|
| 15 |
-
PARAMETER stop "<|end|>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
FROM phi-3.5-mini-instruct.Q4_K_M.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|>"
|
| 13 |
+
PARAMETER temperature 1.5
|
| 14 |
+
PARAMETER min_p 0.1
|