MNLP_M3 / Modelfile
qayemmehdi's picture
Upload 10 files
cb34c30 verified
# 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