|
--- |
|
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} |
|
} |
|
|
|
``` |