Instructions to use CohereLabs/aya-101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CohereLabs/aya-101 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CohereLabs/aya-101") model = AutoModelForSeq2SeqLM.from_pretrained("CohereLabs/aya-101", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 231cff3 verified
Update Cohere link (#22) 709e97e verified
Make languages covered foldable efe2086 verified
Update README.md a90980f verified
Ahmet Ustun commited on
Update README.md 0cfc95d verified
Ahmet Ustun commited on
Update README.md fc44676 verified
Ahmet Ustun commited on
Update README.md d53e4f9 verified
Ahmet Ustun commited on
initial commit e6b0084 verified
Ahmet Ustun commited on