-
Notifications
You must be signed in to change notification settings - Fork 0
/
albert_token.json
76 lines (76 loc) · 1.43 KB
/
albert_token.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"results": [
{
"lr": 0.0001,
"bs": 2,
"hp_metric": 0.01105990819633007,
"time": 1063.831656217575,
"version": 15
},
{
"lr": 0.0001,
"bs": 4,
"hp_metric": 0.014765419997274876,
"time": 857.4733662605286,
"version": 16
},
{
"lr": 0.0001,
"bs": 8,
"hp_metric": 0.018790144473314285,
"time": 751.445876121521,
"version": 17
},
{
"lr": 1e-05,
"bs": 2,
"hp_metric": 0.7891483306884766,
"time": 957.2283403873444,
"version": 18
},
{
"lr": 1e-05,
"bs": 4,
"hp_metric": 0.03767365217208862,
"time": 764.4477710723877,
"version": 19
},
{
"lr": 1e-05,
"bs": 8,
"hp_metric": 0.830613374710083,
"time": 719.2035264968872,
"version": 20
},
{
"lr": 1e-06,
"bs": 2,
"hp_metric": 0.5143377184867859,
"time": 954.9655091762543,
"version": 21
},
{
"lr": 1e-06,
"bs": 4,
"hp_metric": 0.040740739554166794,
"time": 764.9573061466217,
"version": 22
},
{
"lr": 1e-06,
"bs": 8,
"hp_metric": 0.04752878472208977,
"time": 718.5816028118134,
"version": 23
}
],
"default_config": {
"lr": 5e-06,
"batch_size": 8,
"task": "token",
"classifier": "albert",
"small_data": false,
"max_tokens": 128
},
"max_epochs": 50
}