204k prompt-completion pairs written and curated by ~3,000 native-speaking contributors from 119 countries via the open-science Aya project — the largest fully human-annotated multilingual instruction dataset. Covers 65 languages (71 including dialects and scripts): 28 high-resource, 12 mid-resource, and 31 low-resource. Includes annotator demographics for bias research.
| Provider | Cohere Labs |
| Category | 多语言 |
| Size | 204k Rows |
| License | Apache 2.0 |
| Downloads | n/a |
| Tags | Multilingual, Human-Annotated, 65 Languages, Open-Science, 2024 |
from datasets import load_dataset
ds = load_dataset("CohereLabs/aya_dataset")
使用 QLoRA(4-bit 基础模型 + LoRA 适配器)微调的预计显存需求(保守默认参数):
| 7B QLoRA | ~6GB VRAM |
| 13B QLoRA | ~10GB VRAM |