xbgoose commited on
Commit
a4a6c53
1 Parent(s): 0aa0a70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: modality
7
+ dtype: string
8
+ - name: vocal_channel
9
+ dtype: string
10
+ - name: emotion
11
+ dtype: string
12
+ - name: emotional_intensity
13
+ dtype: string
14
+ - name: statement
15
+ dtype: string
16
+ - name: repetition
17
+ dtype: string
18
+ - name: actor
19
+ dtype: int64
20
+ - name: gender
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 595474115.04
25
+ num_examples: 1440
26
+ download_size: 324920159
27
+ dataset_size: 595474115.04
28
+ ---
29
+ # Dataset Card for "ravdess"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)