dgu.yaml 568 字节
Newer Older
0
0YuanZhang0 已提交
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
task_name: ""
data_dir: ""
bert_config_path: ""
init_from_checkpoint: ""
init_from_params: ""
init_from_pretrain_model: ""
inference_model_dir: ""
save_model_path: ""
save_checkpoint: ""
save_param: ""
lr_scheduler: "linear_warmup_decay"
weight_decay: 0.01
warmup_proportion: 0.1
save_steps: 1000
use_fp16: False
loss_scaling: 1.0
print_steps: 20
evaluation_file: ""
output_prediction_file: ""
vocab_path: ""
max_seq_len: 128
batch_size: 2
verbose: False
do_lower_case: False
random_seed: 0
use_cuda: True
in_tokens: False
do_save_inference_model: False
0
0YuanZhang0 已提交
29
enable_ce: ""