Zahra99 commited on
Commit
524ba20
·
verified ·
1 Parent(s): c39b6c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 16000
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': anger
13
+ '1': happiness
14
+ '2': neutral
15
+ '3': sadness
16
+ '4': surprise
17
+ splits:
18
+ - name: train
19
+ num_bytes: 1083799820.184
20
+ num_examples: 2962
21
+ download_size: 1033171155
22
+ dataset_size: 1083799820.184
23
+ ---
24
+ # Dataset Card for "ShEMO_Audio2"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)