Updated 1 year ago
1 year ago
ad3a1ec02d4c · 37GB ·
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