minoosh commited on
Commit
94d420e
·
1 Parent(s): f7cf3a4

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: transcription
5
+ dtype: string
6
+ - name: emotion
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': A
11
+ '1': H
12
+ '2': N
13
+ '3': S
14
+ '4': W
15
+ '5': F
16
+ splits:
17
+ - name: train
18
+ num_bytes: 255721.6
19
+ num_examples: 2400
20
+ - name: test
21
+ num_bytes: 31965.2
22
+ num_examples: 300
23
+ - name: valid
24
+ num_bytes: 31965.2
25
+ num_examples: 300
26
+ download_size: 173563
27
+ dataset_size: 319652.0
28
+ ---
29
+ # Dataset Card for "shEMO_transcripts"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)