File size: 345 Bytes
6ee5388 266d5eb 6ee5388 3416c98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
FROM /content/Kevinkre/phi35tuned/unsloth.BF16.gguf
TEMPLATE """{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
{{ .Response }}<|end|>
"""
PARAMETER stop "<|end|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|assistant|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1 |