farahabdou commited on
Commit
dd23a52
·
verified ·
1 Parent(s): 9638381

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -32,4 +32,66 @@ configs:
32
  path: data/validation-*
33
  - split: test
34
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
 
32
  path: data/validation-*
33
  - split: test
34
  path: data/test-*
35
+
36
+
37
+
38
+ description: |
39
+
40
+ # FLEURS-AR-EN Dataset
41
+
42
+ ## Dataset Description
43
+
44
+ FLEURS-AR-EN is an Arabic-to-English dataset designed for Speech Translation tasks. This dataset is derived from Google's FLEURS (Few-shot Learning Evaluation of Universal Representations of Speech) dataset, specifically focusing on aligned Arabic audio samples with their corresponding Arabic transcriptions and English translations.
45
+
46
+ ### Overview
47
+
48
+ - **Task:** Speech Translation
49
+ - **Languages:** Arabic (source) → English (target)
50
+ - **Source:** Google FLEURS dataset
51
+ - **Dataset Size:** 1.87 GB (1,868,049,547 bytes)
52
+ - **Download Size:** 1.85 GB (1,848,856,905 bytes)
53
+
54
+ ## Dataset Structure
55
+
56
+ ### Features
57
+ - `id` (int32): Unique identifier for each example
58
+ - `audio` (audio): Audio file with 16kHz sampling rate
59
+ - `arabic` (string): Arabic transcription
60
+ - `english` (string): English translation
61
+
62
+ ### Splits
63
+ - **Train**: 2,228 examples (1.49 GB)
64
+ - **Validation**: 278 examples (186.47 MB)
65
+ - **Test**: 279 examples (187.14 MB)
66
+
67
+ ### Data Files
68
+ The dataset is organized into the following structure:
69
+ ```
70
+ data/
71
+ ├── train-*
72
+ ├── validation-*
73
+ └── test-*
74
+ ```
75
+
76
+ ## Dataset Details
77
+
78
+ The dataset was created by aligning the Arabic and English portions of the FLEURS dataset through identifying common IDs between Arabic and English data and merging the datasets based on these common identifiers.
79
+
80
+ ## Citation
81
+
82
+ ```bibtex
83
+ @article{fleurs2022arxiv,
84
+ title = {FLEURS: Few-shot Learning Evaluation of Universal Representations of Speech},
85
+ author = {Conneau, Alexis and Ma, Min and Khanuja, Simran and Zhang, Yu and Axelrod, Vera,
86
+ Dalmia, Siddharth and Riesa, Jason and Rivera, Clara and Bapna, Ankur},
87
+ journal = {arXiv preprint arXiv:2205.12446},
88
+ url = {https://arxiv.org/abs/2205.12446},
89
+ year = {2022},
90
+ }
91
+ ```
92
+
93
+ ## Contact
94
+
95
+ For questions or issues related to the dataset, please contact:
96
+ Farah Abdou (faraahabdou@gmail.com)
97
  ---