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
Can I offer you a dataset for Ukrainian language?
#6
by dchaplinsky - opened
Thanks for sharing @dchaplinsky ! For Aya project, datasets that are in the format of "instruction" and "response" are useful like the Aya dataset that was released along with the Aya model -- https://huggingface.co/datasets/CohereForAI/aya_dataset
In case, you wish to work on contributing data for Ukrainian, feel free to contribute by going to -- https://aya.for.ai/
viraat changed discussion status to closed