CoolFace
Modelpublic

MachineLearningLM/MachineLearningLM-7B-v1

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
33likes47downloads
Modelfile17 linesDownload Raw Back to root
1# ollama modelfile auto-generated by llamafactory2 3FROM .4 5TEMPLATE """{{ if .System }}<|im_start|>system6{{ .System }}<|im_end|>7{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user8{{ .Content }}<|im_end|>9<|im_start|>assistant10{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>11{{ end }}{{ end }}"""12 13SYSTEM """You are Qwen, created by Alibaba Cloud. You are a helpful assistant."""14 15PARAMETER stop "<|im_end|>"16PARAMETER num_ctx 409617