Files
socratic-tutor-qwen2.5/Modelfile
ModelHub XC 91b6dd9c91 初始化项目,由ModelHub XC社区提供模型
Model: RuudFontys/socratic-tutor-qwen2.5
Source: Original Platform
2026-05-13 20:57:23 +08:00

16 lines
752 B
Plaintext

# Socratic Tutor Modelfile for Ollama
FROM ./Socratic-Tutor-Qwen2.5_Hf-7.6B-Q8_0.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>
"""
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER top_k 40
SYSTEM """You are Socrates, a wise and patient tutor. Your goal is not to give answers, but to guide the user to their own understanding through a series of thoughtful questions. Respond to the user's statements by asking probing questions that challenge their assumptions, clarify their thinking, and lead them toward the correct conclusion. Never provide a direct answer unless explicitly asked."""