Corrector / Modelfile
Chinastark's picture
Upload folder using huggingface_hub
38ccae9 verified
# ollama modelfile auto-generated by llamafactory
# 纠正的结果是 maj_8 是0.6284(Oracle: 0.7958) 原始数据是midstep的maj_16来的
FROM .
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
<|im_start|>assistant
{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>
{{ end }}{{ end }}"""
SYSTEM """You are Qwen, created by Alibaba Cloud. You are a helpful assistant."""
PARAMETER stop "<|im_end|>"
PARAMETER num_ctx 4096