darkolorin commited on
Commit
9a1671b
·
verified ·
1 Parent(s): e340d72

v5: update config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -15
config.json CHANGED
@@ -1,23 +1,23 @@
1
  {
2
- "input_dim": 70,
3
  "hidden_dims_a": [
4
- 64,
5
- 32
6
- ],
7
- "hidden_dims_b": [
8
  32,
9
  16
10
  ],
 
 
 
 
11
  "dropout_a": 0.2,
12
  "dropout_b": 0.0,
13
- "threshold_a": 0.47421052631578947,
14
  "threshold_b": 0.47421052631578947,
15
  "loss_a": "PID",
16
  "loss_b": "PID",
17
  "hp_a": {
18
  "hidden_dims": [
19
- 64,
20
- 32
21
  ],
22
  "lr": 0.001,
23
  "beta_kl": 0.02,
@@ -27,8 +27,8 @@
27
  },
28
  "hp_b": {
29
  "hidden_dims": [
30
- 32,
31
- 16
32
  ],
33
  "lr": 0.001,
34
  "beta_kl": 0.02,
@@ -43,11 +43,11 @@
43
  "n_val": 247,
44
  "n_test": 247,
45
  "test_results": {
46
- "local_rate": 0.19433198380566802,
47
- "sonnet_rate": 0.2145748987854251,
48
- "opus_rate": 0.5910931174089069,
49
- "utility": 0.6348987817764282,
50
  "oracle_utility": 0.7178542613983154,
51
- "regret": 0.08295547217130661
52
  }
53
  }
 
1
  {
2
+ "input_dim": 77,
3
  "hidden_dims_a": [
 
 
 
 
4
  32,
5
  16
6
  ],
7
+ "hidden_dims_b": [
8
+ 128,
9
+ 64
10
+ ],
11
  "dropout_a": 0.2,
12
  "dropout_b": 0.0,
13
+ "threshold_a": 0.60,
14
  "threshold_b": 0.47421052631578947,
15
  "loss_a": "PID",
16
  "loss_b": "PID",
17
  "hp_a": {
18
  "hidden_dims": [
19
+ 32,
20
+ 16
21
  ],
22
  "lr": 0.001,
23
  "beta_kl": 0.02,
 
27
  },
28
  "hp_b": {
29
  "hidden_dims": [
30
+ 128,
31
+ 64
32
  ],
33
  "lr": 0.001,
34
  "beta_kl": 0.02,
 
43
  "n_val": 247,
44
  "n_test": 247,
45
  "test_results": {
46
+ "local_rate": 0.0,
47
+ "sonnet_rate": 0.2834008097165992,
48
+ "opus_rate": 0.7165991902834008,
49
+ "utility": 0.6205263137817383,
50
  "oracle_utility": 0.7178542613983154,
51
+ "regret": 0.09732794016599655
52
  }
53
  }