VibeCheck1 commited on
Commit
61087c5
·
verified ·
1 Parent(s): c6840d1

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: experiment_type
25
+ dtype: string
26
+ - name: dataset_source
27
+ dtype: string
28
+ - name: implicit_emotion
29
+ dtype: string
30
+ - name: explicit_emotion
31
+ dtype: string
32
+ - name: audio
33
+ dtype:
34
+ audio:
35
+ sampling_rate: 16000
36
+ splits:
37
+ - name: train
38
+ num_bytes: 46560033
39
+ num_examples: 256
40
+ - name: test
41
+ num_bytes: 11354703
42
+ num_examples: 64
43
+ download_size: 57671209
44
+ dataset_size: 57914736
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:7151963e2873dbd9ff865d94b3e6edf0f4ae65ef6fbcb7b09af0c55864c3cf33
3
+ size 11320854
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb8c2e9e7aacf475d3e5bbf859711379738ef3b83adb6bac0830d903c96cabe
3
+ size 46350355