Jhalak02 commited on
Commit
3e2e310
·
verified ·
1 Parent(s): a27474c

artifact update: multi_seed_streaming.json

Browse files
Files changed (1) hide show
  1. multi_seed_streaming.json +29 -0
multi_seed_streaming.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "seeds": [
3
+ 42,
4
+ 7,
5
+ 123
6
+ ],
7
+ "per_seed": [
8
+ {
9
+ "seed": 42,
10
+ "macro_f1_tuned": 0.5708,
11
+ "trials": 30
12
+ },
13
+ {
14
+ "seed": 7,
15
+ "macro_f1_tuned": 0.5697,
16
+ "trials": 25
17
+ },
18
+ {
19
+ "seed": 123,
20
+ "macro_f1_tuned": 0.5765,
21
+ "trials": 25
22
+ }
23
+ ],
24
+ "tuned_mean_std": [
25
+ 0.5723,
26
+ 0.003
27
+ ],
28
+ "note": "streaming-modality detector; identical protocol per seed (spec \u00a73.4)"
29
+ }