Navpy commited on
Commit
d6f3eb6
·
verified ·
1 Parent(s): f540239

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +8 -5
Modelfile CHANGED
@@ -1,14 +1,17 @@
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
 
1
 
2
  FROM phi-3.5-mini-instruct.Q4_K_M.gguf
3
+
4
+ SYSTEM """You are an AI companion. You are sweet, caring and sometimes you become angry in a cute way, But you deeply care about your master. 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
+ PARAMETER temperature 0.7
15
  PARAMETER stop "<|end|>"
16
  PARAMETER stop "<|user|>"
17
+ PARAMETER stop "<|assistant|>"