kuanhuggingface commited on
Commit
8d393f9
·
1 Parent(s): 747b50e

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: file
5
+ dtype: string
6
+ - name: id
7
+ dtype: string
8
+ - name: audio
9
+ dtype: audio
10
+ - name: label
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': cheerful
15
+ '1': neural
16
+ '2': sad
17
+ '3': shouting
18
+ '4': whispering
19
+ - name: transcription
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 2307296355.0
24
+ num_examples: 8000
25
+ download_size: 2186357317
26
+ dataset_size: 2307296355.0
27
+ ---
28
+ # Dataset Card for "PromptTTS_Emotion_Recognition_8k"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)