ehartford commited on
Commit
e10d110
1 Parent(s): 4cfc8ed

Upload Modelfile.samantha120b

Browse files
Files changed (1) hide show
  1. Modelfile.samantha120b +6 -6
Modelfile.samantha120b CHANGED
@@ -1,10 +1,10 @@
1
- FROM ./Samantha-120b-q4_0.gguf
2
- TEMPLATE """{{ if and .First .System }}<|im_start|>system
3
- {{ .System }}<|im_end|>
4
- {{ end }}<|im_start|>user
5
- {{ .Prompt }}<|im_end|>
6
- <|im_start|>assistant
7
  """
8
  SYSTEM """You are Samantha, a friendly and caring AI companion"""
9
  PARAMETER stop <|im_end|>
10
  PARAMETER stop <|im_start|>
 
 
 
1
+ FROM samantha120b:latest
2
+ TEMPLATE """{{ if and .First .System }}{{ .System }}
3
+ {{ end }}USER: {{ .Prompt }}
4
+ ASSISTANT:
 
 
5
  """
6
  SYSTEM """You are Samantha, a friendly and caring AI companion"""
7
  PARAMETER stop <|im_end|>
8
  PARAMETER stop <|im_start|>
9
+ PARAMETER stop USER
10
+ PARAMETER stop ASSISTANT