-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathptq_long.yml
More file actions
49 lines (49 loc) · 791 Bytes
/
ptq_long.yml
File metadata and controls
49 lines (49 loc) · 791 Bytes
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
name: ptq_long
# experiment parameters
num_trials: 30
num_epochs: 20
batch_size: 128
num_worlds: 16
max_cells: 4
# how many data-points per verb/truth-value pair
items_per_bin: 16000
# how many times to try rejection sampling
tries_per_bin: 60000
test_bin_size: 4000
# how often to eval
eval_steps: 100
stop_loss: 0.0
# verbs
verbs:
- BelieveInfo
- BeCertain
- AllOpen
- WondowLess
# model parameters
num_classes: 2
input_feature: "x"
layers:
- units: 128
activation: elu
dropout: 0.1
- units: 128
activation: elu
dropout: 0.1
- units: 128
activation: elu
dropout: 0.1
- units: 128
activation: elu
dropout: 0.1
# visualization parameters
ylim:
- 0.8
- 1.0
inset:
zoom: 3.25
xlim:
- 13500
- 15000
ylim:
- 0.93
- 0.96