reralle commited on
Commit
4eb3e39
1 Parent(s): 4b0a6c4

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: 1335945733.632
23
+ num_examples: 1516
24
+ - name: test
25
+ num_bytes: 51756368.0
26
+ num_examples: 60
27
+ - name: validation
28
+ num_bytes: 51955368.0
29
+ num_examples: 60
30
+ download_size: 1229069272
31
+ dataset_size: 1439657469.632
32
+ ---
33
+ # Dataset Card for "s-f-c"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)