Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,39 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: cc0-1.0
|
20 |
+
task_categories:
|
21 |
+
- translation
|
22 |
+
language:
|
23 |
+
- ar
|
24 |
+
- en
|
25 |
+
size_categories:
|
26 |
+
- 1K<n<10K
|
27 |
---
|
28 |
+
|
29 |
+
## Dataset Details
|
30 |
+
|
31 |
+
This is a text-only filtered version of the English-Arabic [CoVoST2-EN-AR](https://huggingface.co/datasets/ymoslem/CoVoST2-EN-AR).
|
32 |
+
|
33 |
+
### Dataset Structure
|
34 |
+
|
35 |
+
```
|
36 |
+
Dataset({
|
37 |
+
features: ['text_en', 'text_ar'],
|
38 |
+
num_rows: 269380
|
39 |
+
})
|
40 |
+
```
|
41 |
+
|
42 |
+
### Citation
|
43 |
+
|
44 |
+
```
|
45 |
+
@misc{wang2020covost,
|
46 |
+
title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus},
|
47 |
+
author={Changhan Wang and Anne Wu and Juan Pino},
|
48 |
+
year={2020},
|
49 |
+
eprint={2007.10310},
|
50 |
+
archivePrefix={arXiv},
|
51 |
+
primaryClass={cs.CL}
|
52 |
+
}
|
53 |
+
|
54 |
+
```
|