minoosh commited on
Commit
f6e6480
1 Parent(s): bf9187f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 1063025462.0
21
+ num_examples: 3000
22
+ download_size: 1043899084
23
+ dataset_size: 1063025462.0
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ ---
30
+ # Dataset Card for "shEMO_nosplits"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)