kuanhuggingface commited on
Commit
357de0f
·
1 Parent(s): 6f9080b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype: audio
8
+ - name: SrNo
9
+ dtype: string
10
+ - name: utterance
11
+ dtype: string
12
+ - name: speaker
13
+ dtype: string
14
+ - name: label
15
+ dtype: string
16
+ - name: sentiment
17
+ dtype: string
18
+ - name: dialogue_id
19
+ dtype: string
20
+ - name: utterance_id
21
+ dtype: string
22
+ - name: season
23
+ dtype: string
24
+ - name: episode
25
+ dtype: string
26
+ - name: start_time
27
+ dtype: string
28
+ - name: end_time
29
+ dtype: string
30
+ - name: instruction
31
+ dtype: string
32
+ splits:
33
+ - name: test
34
+ num_bytes: 5775848651.698
35
+ num_examples: 3426
36
+ download_size: 5117815276
37
+ dataset_size: 5775848651.698
38
+ ---
39
+ # Dataset Card for "emotion_recognition_multimodal_emotionlines_dataset"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)