File size: 799 Bytes
b085020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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