reralle commited on
Commit
7aed350
1 Parent(s): 8882b38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': arabic
11
+ '1': dutch
12
+ '2': french
13
+ '3': korean
14
+ '4': mandarin
15
+ '5': portuguese
16
+ '6': russian
17
+ '7': spanish
18
+ '8': uk
19
+ '9': usa
20
+ splits:
21
+ - name: train
22
+ num_bytes: 17639326454.0
23
+ num_examples: 20000
24
+ - name: test
25
+ num_bytes: 258781838.0
26
+ num_examples: 300
27
+ - name: validation
28
+ num_bytes: 259776838.0
29
+ num_examples: 300
30
+ download_size: 17374935205
31
+ dataset_size: 18157885130.0
32
+ ---
33
+ # Dataset Card for "s-r-5o"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)