akhmedsakip commited on
Commit
255b174
·
1 Parent(s): 71b1f6b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': fearful
13
+ '1': neutral
14
+ '2': calm
15
+ '3': happy
16
+ '4': sad
17
+ '5': angry
18
+ splits:
19
+ - name: train
20
+ num_bytes: 120236438.52470355
21
+ num_examples: 809
22
+ - name: test
23
+ num_bytes: 30381090.47529644
24
+ num_examples: 203
25
+ download_size: 115056541
26
+ dataset_size: 150617529.0
27
+ ---
28
+ # Dataset Card for "ravdess-singing-emotions"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)