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
Update README via Huggy
Browse files
README.md
CHANGED
|
@@ -113,7 +113,7 @@ metrics:
|
|
| 113 |
- bleu
|
| 114 |
---
|
| 115 |
|
| 116 |
-
<img src="aya-fig1.png" alt="Aya model summary image" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
| 117 |
|
| 118 |
# Model Card for Aya 101
|
| 119 |
|
|
|
|
| 113 |
- bleu
|
| 114 |
---
|
| 115 |
|
| 116 |
+
<img src="./assets/aya-fig1.png" alt="Aya model summary image" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
| 117 |
|
| 118 |
# Model Card for Aya 101
|
| 119 |
|