sajid73 commited on
Commit
5492986
1 Parent(s): 905ac56

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: file name
7
+ dtype: string
8
+ - name: transcription
9
+ dtype: string
10
+ - name: speaker_id
11
+ dtype: int64
12
+ - name: speaker_name
13
+ dtype: string
14
+ - name: speaker_gender
15
+ dtype: string
16
+ - name: sentence_no
17
+ dtype: string
18
+ - name: repetation_no
19
+ dtype: string
20
+ - name: label
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ '0': ANGRY
25
+ '1': DISGUST
26
+ '2': FEAR
27
+ '3': HAPPY
28
+ '4': NEUTRAL
29
+ '5': SAD
30
+ '6': SURPRISE
31
+ splits:
32
+ - name: train
33
+ num_bytes: 3261447009.0
34
+ num_examples: 7000
35
+ download_size: 2203950787
36
+ dataset_size: 3261447009.0
37
+ ---
38
+ # Dataset Card for "SUBESCO-audio-dataset"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)