timmers commited on
Commit
ea76519
·
verified ·
1 Parent(s): 240a225

Upload benchmarks/v6_raven_newonset.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. benchmarks/v6_raven_newonset.json +13 -10
benchmarks/v6_raven_newonset.json CHANGED
@@ -1,15 +1,17 @@
1
  {
 
2
  "raven_lambda": 0.25,
 
3
  "newonset_model": {
4
  "top1": [
5
- 0.5682080924855492,
6
- 0.5450867052023122,
7
- 0.5924999999999999
8
  ],
9
  "top5": [
10
- 0.9855491329479769,
11
- 0.9797687861271677,
12
- 0.9907514450867052
13
  ],
14
  "top10": [
15
  1.0,
@@ -22,9 +24,10 @@
22
  "top1": 0.3815028901734104,
23
  "top5": 0.9080924855491329
24
  },
25
- "v4_reference": {
26
- "newonset_top1": 0.236,
27
- "newonset_baseline_top1": 0.382
28
  },
29
- "verdict": "BEATS baseline"
 
 
30
  }
 
1
  {
2
+ "train": "from_scratch_causal",
3
  "raven_lambda": 0.25,
4
+ "epochs": 12,
5
  "newonset_model": {
6
  "top1": [
7
+ 0.5369942196531792,
8
+ 0.5138728323699422,
9
+ 0.5606936416184971
10
  ],
11
  "top5": [
12
+ 0.9849710982658959,
13
+ 0.9786127167630058,
14
+ 0.9901734104046243
15
  ],
16
  "top10": [
17
  1.0,
 
24
  "top1": 0.3815028901734104,
25
  "top5": 0.9080924855491329
26
  },
27
+ "warmstart_reference": {
28
+ "newonset_top1": 0.568
 
29
  },
30
+ "verdict": {
31
+ "beats_baseline": true
32
+ }
33
  }