初始化项目,由ModelHub XC社区提供模型

Model: pragnyanramtha/chandler
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-30 12:19:18 +08:00
commit 93b64bb541
23 changed files with 5097 additions and 0 deletions

14
Modelfile Normal file
View 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|>
"""