ade.yaml 539 字节
Newer Older
0
0YuanZhang0 已提交
1 2 3 4 5 6 7 8 9
loss_type: "CLS"
training_file: ""
val_file: ""
predict_file: ""
print_steps: 10
save_steps: 10
num_scan_data: ""
word_emb_init: ""
init_model: ""
0
0YuanZhang0 已提交
10
use_cuda: True
0
0YuanZhang0 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
batch_size: 256
hidden_size: 256
emb_size: 256
vocab_size: 484016
sample_pro: 1.0
output_prediction_file: ""
init_from_checkpoint: ""
init_from_params: ""
init_from_pretrain_model: ""
inference_model_dir: ""
save_model_path: ""
save_checkpoint: ""
save_param: ""
evaluation_file: ""
vocab_path: ""
max_seq_len: 128
random_seed: 110
do_save_inference_model: False
0
0YuanZhang0 已提交
29
enable_ce: ""