96 11 months ago

Cogito v1 is a family of hybrid reasoning models by Deep Cogito that outperform the best available open models of the same size. But I have made it to think it as default, if you don't want to set the system parameter every time, you can use this model.

tools
ollama run sivab14/cogito-thinking

Details

11 months ago

dee4d77079d6 · 9.0GB ·

qwen2
·
14.8B
·
Q4_K_M
Enable deep thinking subroutine.
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
{{- if .Messages }} {{- if or .System .Tools }}<|im_start|>system {{- if .System }} {{ .System }} {{

Readme

Deep-Cogito.png

  • The Cogito v1 Preview LLMs are instruction tuned generative models (text in/text out). All models are released under an open license for commercial use.

    • Cogito models are hybrid reasoning models. Each model can answer directly (standard LLM), or self-reflect before answering (like reasoning models).
    • The LLMs are trained using Iterated Distillation and Amplification (IDA) - an scalable and efficient alignment strategy for superintelligence using iterative self-improvement.
    • The models have been optimized for coding, STEM, instruction following and general helpfulness, and have significantly higher multilingual, coding and tool calling capabilities than size equivalent counterparts.
      • In both standard and reasoning modes, Cogito v1-preview models outperform their size equivalent counterparts on common industry benchmarks.
    • Each model is trained in over 30 languages and supports a context length of 128k.

Extended [thinking]

This model’s modelfile is modified to make it think as default, so you don’t have to use this SYSTEM parameter, like you use for the default model.

/set system """Enable deep thinking subroutine."""

CREDITS

This model is made by Deep Cogito, so the full credits goes to them, I didn’t make any other changes to the model, so hope you like this modified version😅.