cairocode commited on
Commit
7c643ff
·
verified ·
1 Parent(s): bc620fa

Add curriculum learning metrics based on inter-evaluator agreement

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: arousal_norm
13
+ dtype: float64
14
+ - name: valence_norm
15
+ dtype: float64
16
+ - name: speakerID
17
+ dtype: int64
18
+ - name: utterance
19
+ dtype: string
20
+ - name: transcript
21
+ dtype: string
22
+ - name: emotion
23
+ dtype: string
24
+ - name: difficulty
25
+ dtype: float64
26
+ - name: curriculum_order
27
+ dtype: int64
28
+ - name: overall_agreement
29
+ dtype: float64
30
+ - name: fleiss_kappa
31
+ dtype: float64
32
+ - name: krippendorff_alpha
33
+ dtype: float64
34
+ - name: valence_std
35
+ dtype: float64
36
+ - name: arousal_std
37
+ dtype: float64
38
+ - name: dominance_std
39
+ dtype: float64
40
+ - name: valence_icc
41
+ dtype: float64
42
+ - name: arousal_icc
43
+ dtype: float64
44
+ - name: dominance_icc
45
+ dtype: float64
46
+ - name: n_categorical_evaluators
47
+ dtype: int64
48
+ - name: n_dimensional_evaluators
49
+ dtype: int64
50
+ - name: consensus_valence
51
+ dtype: float64
52
+ - name: consensus_arousal
53
+ dtype: float64
54
+ - name: consensus_dominance
55
+ dtype: float64
56
+ - name: naturalness_std
57
+ dtype: float64
58
+ - name: naturalness_icc
59
+ dtype: float64
60
+ - name: consensus_naturalness
61
+ dtype: float64
62
+ splits:
63
+ - name: train
64
+ num_bytes: 2803902170.0
65
+ num_examples: 7798
66
+ download_size: 2739152711
67
+ dataset_size: 2803902170.0
68
+ configs:
69
+ - config_name: default
70
+ data_files:
71
+ - split: train
72
+ path: data/train-*
73
+ ---
data/train-00000-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17808f4e1ed760afd908ec74683b413aafeeed224287e0d7ff98d59eddfa5858
3
+ size 467857683
data/train-00001-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6378e9e0c9f2d8819e3330dba04e3c4a07361bc42856acb46c5821dcbecf5e
3
+ size 450007248
data/train-00002-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fabfe5dc9aed2c221d532d56bc1f91e55d2bbae624c9068eeeec9155ca1e1fe
3
+ size 443586437
data/train-00003-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a6d0ed8788e4455f249b50f4679133afb045c573b475049b9f9077fa693808
3
+ size 490313726
data/train-00004-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5198d3060273a8c40cdbe6a41001e7bade098ee87f587c3a9f4bf8c63a2b7ef
3
+ size 433787850
data/train-00005-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5e864a019f8f8c6f2630dd8368ed7d74a873b731bbb2f6533555aabb820433
3
+ size 453599767