Upload performance_data.json with huggingface_hub
Browse files- performance_data.json +22 -0
performance_data.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "current_model",
|
3 |
+
"timestamp": "2025-09-03 11:38:27",
|
4 |
+
"results": {
|
5 |
+
"dqn": 0.01,
|
6 |
+
"cand": 0.8695652173913043,
|
7 |
+
"igx": 0.10358565737051793,
|
8 |
+
"pos": 0.14143426294820718,
|
9 |
+
"len": 0.14031620553359683,
|
10 |
+
"ig": 0.08782435129740519
|
11 |
+
},
|
12 |
+
"config": {
|
13 |
+
"dict_path": "data/words_250000_train.txt",
|
14 |
+
"len_lo": 4,
|
15 |
+
"len_hi": 12,
|
16 |
+
"max_len": 35
|
17 |
+
},
|
18 |
+
"dqn_win_rate": 0.01,
|
19 |
+
"best_baseline": "cand",
|
20 |
+
"best_baseline_rate": 0.8695652173913043,
|
21 |
+
"performance_gap": 0.8595652173913043
|
22 |
+
}
|