Web_info_extra_1.5b / Modelfile
Easonnoway's picture
Upload folder using huggingface_hub
4c6904e verified
raw
history blame contribute delete
457 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 }}<|im_end|>
{{ end }}{{ end }}"""
SYSTEM """Below is an instruction that describes a task. Write a response that appropriately completes the request.
"""
PARAMETER stop "<|im_end|>"
PARAMETER num_ctx 4096