9 1 year ago

1 year ago

ad3a1ec02d4c · 37GB ·

command-r
·
35B
·
Q8_0
Creative Commons Attribution-NonCommercial 4.0 International Public License with Acceptable Use Adde
Cohere for AI Acceptable Use Policy We believe that independent and open machine learning research i
{ "stop": [ "<|END_OF_TURN_TOKEN|>" ] }
<BOS_TOKEN>{{ if .System }}<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>{{ .System }}<|END_OF_TURN_TOKEN|>

Readme

This is the same model as https://ollama.com/andrewcanis/command-r only with template modified to:

<BOS_TOKEN>{{ if .System }}<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>{{ .System }}<|END_OF_TURN_TOKEN|>{{ end }}{{ if .Prompt }}<|START_OF_TURN_TOKEN|><|USER_TOKEN|>{{ .Prompt }}<|END_OF_TURN_TOKEN|>{{ end }}<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>{{ .Response }}

When you have a system message at the end of your messages, this template is consistent with the description in: https://huggingface.co/CohereForAI/c4ai-command-r-v01