Datasets:
File size: 952 Bytes
67f47fb c021327 67f47fb c99b7b3 e7fb819 67f47fb e7fb819 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
dataset_info:
features:
- name: text_en
dtype: string
- name: text_ar
dtype: string
splits:
- name: train
num_bytes: 43878549
num_examples: 269380
download_size: 28782159
dataset_size: 43878549
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc-by-nc-4.0
task_categories:
- translation
language:
- ar
- en
size_categories:
- 1K<n<10K
---
## Dataset Details
This is a text-only filtered version of the English-Arabic [CoVoST2-EN-AR](https://huggingface.co./datasets/ymoslem/CoVoST2-EN-AR).
### Dataset Structure
```
Dataset({
features: ['text_en', 'text_ar'],
num_rows: 269380
})
```
### Citation
```
@misc{wang2020covost,
title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},
author={Changhan Wang and Anne Wu and Juan Pino},
year={2020},
eprint={2007.10310},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
``` |