EmiliaLee commited on
Commit
cbd59b9
·
verified ·
1 Parent(s): 4236f65

Upload ABL-Q-1a.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. ABL-Q-1a.json +37 -0
ABL-Q-1a.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp_id": "ABL-Q-1a",
3
+ "description": "M2 실험: ABL-Q-1a",
4
+ "config": {
5
+ "data_file": "ABL-Q-1a.json",
6
+ "data_dir": "data/experiments",
7
+ "retrieval_mode": "none",
8
+ "aggregation_mode": "multi_head",
9
+ "fusion_mode": "query",
10
+ "shuffle_reasoning": false,
11
+ "use_fix2": false,
12
+ "fix2_fit_ratio": null,
13
+ "K": 3,
14
+ "num_heads": 4,
15
+ "hidden_dim": 512,
16
+ "lr": 0.001,
17
+ "batch_size": 64,
18
+ "epochs": 30
19
+ },
20
+ "result": {
21
+ "micro_f1": {
22
+ "l1": 0.7414679756895746,
23
+ "l2": 0.8195798572720876,
24
+ "l3": 0.6991158855404506,
25
+ "l4": 0.6083788706739527,
26
+ "overall": 0.7276427309524341
27
+ },
28
+ "macro_f1": {
29
+ "l1": 0.7024138112932482,
30
+ "l2": 0.7158878063215456,
31
+ "l3": 0.6890160981560144,
32
+ "l4": 0.5732902959910918,
33
+ "overall": 0.6738316722506217
34
+ },
35
+ "loss": 2.770380566517512
36
+ }
37
+ }