reralle commited on
Commit
1ecd8f0
·
1 Parent(s): d669e6c

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: 6691961286.82
23
+ num_examples: 7580
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: 6894311687
31
+ dataset_size: 7210519962.82
32
+ ---
33
+ # Dataset Card for "s-r-5c"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)