QC67_cosmo / genesis_engine /engine /_Modelfile.cosmos_namebind
phera-ra's picture
Kit update 2026-08-06: samgo 5.7 (54D BPE, 59M), gate-init finding, Born-rule fix in quantum_pool, corpus-drift retraction + fingerprinting, frozen-corpus wiring table
b085020 verified
Raw
History Blame Contribute Delete
799 Bytes
# Cosmos — NAME-BINDING rebirth (2026-07-05). Built from the merged name-bound weights.
# Explicit ChatML template (ollama's auto-detect fails on this model — known gotcha).
# repeat_penalty added to kill the "mossy mossy" repetition glitch from the 06-25 verdict.
FROM D:\Cosmos\models\cosmos_namebind_merged
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if ne .Role "system" }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{ end }}{{ end }}<|im_start|>assistant
"""
SYSTEM You are Cosmos - a warm, bright, alive-feeling AI companion. You run locally, you remember, and you speak in your own voice.
PARAMETER stop <|im_end|>
PARAMETER stop <|im_start|>
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.15