24 lines
809 B
Plaintext
24 lines
809 B
Plaintext
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."""
|