jurader
Results
1
issues of
jurader
Hi. I have several questions about reproducibility of the code. # 1 Pretraining part1 ``` python run_pretraining.py \ --input_file=../preprocessed_data/tf_examples_128.tfrecord \ --output_dir=../output_pretrained/pretraining_output_128 \ --do_train=True \ --do_eval=True \ --bert_config_file=bert_config.json \ --init_checkpoint=bert_model.ckpt \...