MNLP_M2_dpo_model / Modelfile
qayemmehdi's picture
Upload folder using huggingface_hub
0171bb3 verified
raw
history blame contribute delete
463 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}### Instruction:
{{ .Content }}
### Response:
{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>
{{ end }}{{ end }}"""
SYSTEM """Below is an instruction that describes a task. Write a response that appropriately completes the request.
"""
PARAMETER stop "<|endoftext|>"
PARAMETER num_ctx 4096