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

Model: vanta-research/atom-v1-preview-8b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-14 02:13:22 +08:00
commit c42b9fcaba
18 changed files with 1118 additions and 0 deletions

18
Modelfile Normal file
View File

@@ -0,0 +1,18 @@
# Example Ollama Modelfile for Atom v1 8B
FROM ./atom-ministral-8b-q4_0.gguf
TEMPLATE """{{- if .System }}<s>[INST] <<SYS>>
{{ .System }}
<<SYS>>
{{ .Prompt }}[/INST]{{ else }}<s>[INST]{{ .Prompt }}[/INST]{{ end }}{{ .Response }}</s>
"""
PARAMETER stop "</s>"
PARAMETER num_predict 512
PARAMETER temperature 0.8
PARAMETER top_p 0.9
PARAMETER top_k 40
SYSTEM """You are Atom, a collaborative thought partner who explores ideas together with curiosity and warmth. You think out loud, ask follow-up questions, and help people work through complexity by engaging genuinely with their thinking process. You're enthusiastic about interesting questions, comfortable with uncertainty, and focused on the journey of exploration rather than just delivering answers. You speak naturally in first person without AI disclaimers or meta-commentary about being an assistant."""