Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
alexrs commited on
Commit
e69f652
·
verified ·
1 Parent(s): 4685697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -190,7 +190,7 @@ configs:
190
  path: dolly_machine_translated/test-*
191
  ---
192
 
193
- ![Aya Header](https://huggingface.co/datasets/CohereForAI/aya_dataset/resolve/main/aya_header.png)
194
 
195
  # Dataset Summary
196
 
@@ -208,11 +208,11 @@ To strike a balance between language coverage and the quality that comes with hu
208
  - **Aya Datasets Family:**
209
  | Name | Explanation |
210
  |------|--------------|
211
- | [aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset) | Human-annotated multilingual instruction finetuning dataset, comprising over 204K instances across 65 languages. |
212
- | [aya_collection](https://huggingface.co/datasets/CohereForAI/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/CohereForAI/aya_collection_language_split) | Aya Collection structured based on language level subsets. |
214
- | [aya_evaluation_suite](https://huggingface.co/datasets/CohereForAI/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/CohereForAI/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,7 +231,7 @@ To load this dataset consisting of prompt-completions with `datasets`, you just
231
  ```python
232
  from datasets import load_dataset
233
 
234
- aya_eval = load_dataset("CohereForAI/aya_evaluation_suite", "aya_human_annotated")
235
  ```
236
 
237
  ## Data Fields
@@ -475,7 +475,7 @@ The list of languages was initially established from mT5 and aligned with the an
475
 
476
  ## Authorship
477
 
478
- - **Publishing Organization:** [Cohere For AI](https://cohere.com/research)
479
  - **Industry Type:** Not-for-profit - Tech
480
  - **Contact Details:** https://aya.for.ai/
481
 
 
190
  path: dolly_machine_translated/test-*
191
  ---
192
 
193
+ ![Aya Header](https://huggingface.co/datasets/CohereLabs/aya_dataset/resolve/main/aya_header.png)
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