Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -190,7 +190,7 @@ configs:
|
|
190 |
path: dolly_machine_translated/test-*
|
191 |
---
|
192 |
|
193 |
-

|
194 |
|
195 |
# Dataset Summary
|
196 |
|
|
|
208 |
- **Aya Datasets Family:**
|
209 |
| Name | Explanation |
|
210 |
|------|--------------|
|
211 |
+
| [aya_dataset](https://huggingface.co/datasets/CohereLabs/aya_dataset) | Human-annotated multilingual instruction finetuning dataset, comprising over 204K instances across 65 languages. |
|
212 |
+
| [aya_collection](https://huggingface.co/datasets/CohereLabs/aya_collection) | Created by applying instruction-style templates from fluent speakers to 44 datasets, including translations of 19 instruction-style datasets into 101 languages, providing 513M instances for various tasks.|
|
213 |
+
| [aya_collection_language_split](https://huggingface.co/datasets/CohereLabs/aya_collection_language_split) | Aya Collection structured based on language level subsets. |
|
214 |
+
| [aya_evaluation_suite](https://huggingface.co/datasets/CohereLabs/aya_evaluation_suite) | A diverse evaluation set for multilingual open-ended generation, featuring 250 culturally grounded prompts in 7 languages, 200 translated prompts in 24 languages, and human-edited versions selected for cross-cultural relevance from English Dolly in 6 languages.|
|
215 |
+
| [aya_redteaming](https://huggingface.co/datasets/CohereLabs/aya_redteaming)| A red-teaming dataset consisting of harmful prompts in 8 languages across 9 different categories of harm with explicit labels for "global" and "local" harm.|
|
216 |
|
217 |
|
218 |
# Dataset
|
|
|
231 |
```python
|
232 |
from datasets import load_dataset
|
233 |
|
234 |
+
aya_eval = load_dataset("CohereLabs/aya_evaluation_suite", "aya_human_annotated")
|
235 |
```
|
236 |
|
237 |
## Data Fields
|
|
|
475 |
|
476 |
## Authorship
|
477 |
|
478 |
+
- **Publishing Organization:** [Cohere Labs](https://cohere.com/research)
|
479 |
- **Industry Type:** Not-for-profit - Tech
|
480 |
- **Contact Details:** https://aya.for.ai/
|
481 |
|