VibeCheck1 commited on
Commit
6e0b4b9
·
verified ·
1 Parent(s): d5b81e7

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: choices
11
+ list: string
12
+ - name: conversation_format
13
+ dtype: string
14
+ - name: acted_or_spontaneous
15
+ dtype: string
16
+ - name: sarcasm
17
+ dtype: bool
18
+ - name: age
19
+ dtype: string
20
+ - name: gender
21
+ dtype: string
22
+ - name: transcription
23
+ dtype: string
24
+ - name: implicit_emotion
25
+ dtype: string
26
+ - name: explicit_emotion
27
+ dtype: string
28
+ - name: experiment_type
29
+ dtype: string
30
+ - name: dataset_source
31
+ dtype: string
32
+ - name: audio
33
+ dtype:
34
+ audio:
35
+ sampling_rate: 16000
36
+ splits:
37
+ - name: train
38
+ num_bytes: 155946564
39
+ num_examples: 961
40
+ - name: test
41
+ num_bytes: 37912925
42
+ num_examples: 241
43
+ download_size: 193096154
44
+ dataset_size: 193859489
45
+ configs:
46
+ - config_name: default
47
+ data_files:
48
+ - split: train
49
+ path: data/train-*
50
+ - split: test
51
+ path: data/test-*
52
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8aa2bbe76d06c30f0ba5420d862d07c6851a2c4ffc8f39a41222b2341f2ff9
3
+ size 37717367
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f7b06ffd44d8b41a545fe48b8e7fbee6052015c73039cc0a367287b614b27e0
3
+ size 155378787