Views
No views yet
Chocolatine-3B-Instruct-DPO-Revisedollama run jpacifico/chocolatine-3b1FROM ./chocolatine-3b-instruct-dpo-revised-q4_k_m.gguf
2TEMPLATE """{{ if .System }}<|system|>
3{{ .System }}<|end|>
4{{ end }}{{ if .Prompt }}<|user|>
5{{ .Prompt }}<|end|>
6{{ end }}<|assistant|>
7{{ .Response }}<|end|>
8"""
9PARAMETER stop """{"stop": ["<|end|>","<|user|>","<|assistant|>"]}"""
10SYSTEM """You are a friendly assistant called Chocolatine."""