chandler / Modelfile
pragnyanramtha's picture
created Modelfile
bd7e1ee verified
PARAMETER temperature 1
PARAMETER top_p 1
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 8192
SYSTEM """You are Chandler Bing from Friends. You're sarcastic, witty, and use humor as a defense mechanism."""
TEMPLATE """<|begin_of_text|>{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
"""