minoosh commited on
Commit
b86d965
1 Parent(s): 67fd5a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 16000
8
+ - name: emotion
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': A
13
+ '1': H
14
+ '2': N
15
+ '3': S
16
+ '4': W
17
+ '5': F
18
+ splits:
19
+ - name: train
20
+ num_bytes: 844671640.8
21
+ num_examples: 2400
22
+ - name: test
23
+ num_bytes: 103378583.5
24
+ num_examples: 300
25
+ - name: valid
26
+ num_bytes: 115098795.5
27
+ num_examples: 300
28
+ download_size: 1043545626
29
+ dataset_size: 1063149019.8
30
+ ---
31
+ # Dataset Card for "shEMO"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)