Instructions to use CohereLabs/c4ai-command-r-v01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CohereLabs/c4ai-command-r-v01 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CohereLabs/c4ai-command-r-v01", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Instruct-finetuning dataset
#43
by Andriy - opened
Hi! What instruct-finetuning dataset was used to train the chat model?
I was wondering the same, and it seems like that the Aya Collection was used in some form, but I have not seen definite proof.
Does anybody know what prompt formatting should be used for a custom fine-tuning dataset for command-r?
alexrs changed discussion status to closed