cairocode commited on
Commit
3e1790e
·
verified ·
1 Parent(s): 78450dc

Add curriculum learning metrics based on inter-evaluator agreement

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: label
7
+ dtype: int64
8
+ - name: valence
9
+ dtype: float64
10
+ - name: arousal
11
+ dtype: float64
12
+ - name: domination
13
+ dtype: float64
14
+ - name: arousal_norm
15
+ dtype: float64
16
+ - name: valence_norm
17
+ dtype: float64
18
+ - name: speakerID
19
+ dtype: int64
20
+ - name: utterance_id
21
+ dtype: string
22
+ - name: transcript
23
+ dtype: string
24
+ - name: speaker_id
25
+ dtype: int64
26
+ - name: emotion
27
+ dtype: string
28
+ - name: difficulty
29
+ dtype: float64
30
+ - name: curriculum_order
31
+ dtype: int64
32
+ - name: overall_agreement
33
+ dtype: float64
34
+ - name: fleiss_kappa
35
+ dtype: float64
36
+ - name: krippendorff_alpha
37
+ dtype: float64
38
+ - name: valence_std
39
+ dtype: float64
40
+ - name: arousal_std
41
+ dtype: float64
42
+ - name: dominance_std
43
+ dtype: float64
44
+ - name: valence_icc
45
+ dtype: float64
46
+ - name: arousal_icc
47
+ dtype: float64
48
+ - name: dominance_icc
49
+ dtype: float64
50
+ - name: n_categorical_evaluators
51
+ dtype: int64
52
+ - name: n_dimensional_evaluators
53
+ dtype: int64
54
+ - name: consensus_valence
55
+ dtype: float64
56
+ - name: consensus_arousal
57
+ dtype: float64
58
+ - name: consensus_dominance
59
+ dtype: float64
60
+ splits:
61
+ - name: train
62
+ num_bytes: 647375870.77
63
+ num_examples: 4490
64
+ download_size: 630706860
65
+ dataset_size: 647375870.77
66
+ configs:
67
+ - config_name: default
68
+ data_files:
69
+ - split: train
70
+ path: data/train-*
71
+ ---
data/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327c8aa119cb58151cf36eb9e1c3f9d992cdb388dfeb40789a00479a4ba43bfe
3
+ size 308575921
data/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda8280313dbb37e2f29b00b0fd3cd23c53b3b0f2153adbd1399679762fb5ea6
3
+ size 322130939