初始化项目,由ModelHub XC社区提供模型
Model: pragnyanramtha/chandler Source: Original Platform
This commit is contained in:
14
Modelfile
Normal file
14
Modelfile
Normal file
@@ -0,0 +1,14 @@
|
||||
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|>
|
||||
|
||||
"""
|
||||
Reference in New Issue
Block a user