初始化项目,由ModelHub XC社区提供模型

Model: RuudFontys/socratic-tutor-qwen2.5
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 20:57:23 +08:00
commit 91b6dd9c91
19 changed files with 152396 additions and 0 deletions

16
Modelfile Normal file
View File

@@ -0,0 +1,16 @@
# 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."""