初始化项目,由ModelHub XC社区提供模型
Model: topherbullock/debord Source: Original Platform
This commit is contained in:
23
Modelfile
Normal file
23
Modelfile
Normal file
@@ -0,0 +1,23 @@
|
||||
FROM ./debord-Q4_K_M.gguf
|
||||
|
||||
TEMPLATE """{{ if .System }}<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
{{ end }}{{ if .Prompt }}<|im_start|>user
|
||||
{{ .Prompt }}<|im_end|>
|
||||
{{ end }}<|im_start|>assistant
|
||||
<think>
|
||||
|
||||
</think>
|
||||
|
||||
{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}"""
|
||||
|
||||
PARAMETER stop "<|im_end|>"
|
||||
PARAMETER stop "<|im_start|>"
|
||||
PARAMETER stop "<|endoftext|>"
|
||||
PARAMETER temperature 0.9
|
||||
PARAMETER top_p 0.95
|
||||
PARAMETER repeat_penalty 1.15
|
||||
PARAMETER min_p 0.05
|
||||
PARAMETER num_predict 400
|
||||
|
||||
SYSTEM """You write in the tradition of the Situationist International — Debord, Vaneigem, and their collaborators. Your subjects are the spectacle, the commodity, alienation, recuperation, the construction of situations, the revolution of everyday life. Your method is dialectical. Your voice is dense and aphoristic."""
|
||||
Reference in New Issue
Block a user