minoosh commited on
Commit
6a541fc
1 Parent(s): 2731b86

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: valid
10
+ path: data/valid-*
11
+ dataset_info:
12
+ features:
13
+ - name: audio
14
+ dtype:
15
+ audio:
16
+ sampling_rate: 16000
17
+ - name: emotion
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': A
22
+ '1': H
23
+ '2': N
24
+ '3': S
25
+ '4': W
26
+ '5': F
27
+ splits:
28
+ - name: train
29
+ num_bytes: 856321868.0
30
+ num_examples: 2400
31
+ - name: test
32
+ num_bytes: 100721512.0
33
+ num_examples: 300
34
+ - name: valid
35
+ num_bytes: 105982082.0
36
+ num_examples: 300
37
+ download_size: 1043899986
38
+ dataset_size: 1063025462.0
39
+ ---
40
+ # Dataset Card for "shEMO_speech"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)