Datasets:
MightyStudent
commited on
Commit
•
c05cf74
1
Parent(s):
f54b410
readjust readme
Browse files
README.md
CHANGED
@@ -1,13 +1,22 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
dataset_info:
|
4 |
features:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
language:
|
12 |
- ar
|
13 |
tags:
|
@@ -19,6 +28,8 @@ tags:
|
|
19 |
pretty_name: 'Egyptian Arabic dialect automatic speech recognition '
|
20 |
size_categories:
|
21 |
- 1K<n<10K
|
|
|
|
|
22 |
---
|
23 |
# Egyptian Arabic dialect automatic speech recognition
|
24 |
|
@@ -122,5 +133,4 @@ the resulting dataset was uploaded to huggingface.
|
|
122 |
[Speech Recognition Challenge in the Wild: Arabic MGB-3](https://arxiv.org/abs/1709.07276)
|
123 |
|
124 |
|
125 |
-
### Contributions
|
126 |
-
|
|
|
1 |
---
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: input_features
|
5 |
+
sequence:
|
6 |
+
sequence: float32
|
7 |
+
- name: input_length
|
8 |
+
dtype: float64
|
9 |
+
- name: labels
|
10 |
+
sequence: int64
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 877085901.0485437
|
14 |
+
num_examples: 912
|
15 |
+
- name: test
|
16 |
+
num_bytes: 217335736.68965518
|
17 |
+
num_examples: 226
|
18 |
+
download_size: 888280535
|
19 |
+
dataset_size: 1094421637.7381988
|
20 |
language:
|
21 |
- ar
|
22 |
tags:
|
|
|
28 |
pretty_name: 'Egyptian Arabic dialect automatic speech recognition '
|
29 |
size_categories:
|
30 |
- 1K<n<10K
|
31 |
+
task_categories:
|
32 |
+
- automatic-speech-recognition
|
33 |
---
|
34 |
# Egyptian Arabic dialect automatic speech recognition
|
35 |
|
|
|
133 |
[Speech Recognition Challenge in the Wild: Arabic MGB-3](https://arxiv.org/abs/1709.07276)
|
134 |
|
135 |
|
136 |
+
### Contributions
|
|