Sadique5 commited on
Commit
2dc0490
1 Parent(s): 23ac898

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -22
README.md CHANGED
@@ -1,22 +1,29 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: text
6
- dtype: string
7
- - name: audio
8
- dtype:
9
- audio:
10
- sampling_rate: 16000
11
- splits:
12
- - name: train
13
- num_bytes: 24889464162.997
14
- num_examples: 16697
15
- download_size: 9541157295
16
- dataset_size: 24889464162.997
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: audio
8
+ dtype:
9
+ audio:
10
+ sampling_rate: 16000
11
+ splits:
12
+ - name: train
13
+ num_bytes: 24889464162.997
14
+ num_examples: 16697
15
+ download_size: 9541157295
16
+ dataset_size: 24889464162.997
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ task_categories:
23
+ - automatic-speech-recognition
24
+ - text-to-speech
25
+ language:
26
+ - ar
27
+ size_categories:
28
+ - 10K<n<100K
29
+ ---