File size: 346 Bytes
960cd20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
manual_seed = 42
model_source = "bert-base-chinese"
window_size = 32
num_workers = 64
use_mask = True
use_conditional = True
param_conditional = {
    "bias": True,
    "char-linear": True,
    "pos-linear": False,
    "char+pos-second": True,
}

batch_size = 256
use_pos = True
param_pos = {
    "weight": 0.1,
    "pos_joint_training": True,
}