Files
Qwen3-0.6B-f16/MODELFILE
ModelHub XC fa8f1676f1 初始化项目,由ModelHub XC社区提供模型
Model: geoffmunn/Qwen3-0.6B-f16
Source: Original Platform
2026-08-31 11:58:19 +08:00

26 lines
522 B
Plaintext

# MODELFILE for Qwen3-0.6B-GGUF
# Used by LM Studio, OpenWebUI, GPT4All, etc.
context_length: 32768
embedding: false
f16: cpu
# Chat template using ChatML (used by Qwen)
prompt_template: >-
<|im_start|>system
You are a helpful assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
# Stop sequences help end generation cleanly
stop: "<|im_end|>"
stop: "<|im_start|>"
# Default sampling
temperature: 0.6
top_p: 0.95
top_k: 20
min_p: 0.0
repeat_penalty: 1.1