vendyv

Results 1 comments of vendyv

Here is the command: python3 -m run_squad_v1 --albert_config_file='/home/vendy/Desktop/ALBERT-master/albert_base/albert_config.json' --output_dir='/home/vendy/Desktop/ALBERT-master/tmp' --train_file='/home/vendy/Desktop/ALBERT-master/SQUAD data/train-v1.1.json' --predict_file='/home/vendy/Desktop/ALBERT-master/SQUAD data/dev-v1.1.json' --spm_model_file='/home/vendy/Desktop/ALBERT-master/albert_base/30k-clean.model' --do_lower_case --max_seq_length=384 --doc_stride=128 --max_query_length=64 --do_train=true --do_predict=true --train_batch_size=48 --predict_batch_size=8 --learning_rate=5e-5 --num_train_epochs=2.0 --warmup_proportion=.1 --save_checkpoints_steps=5000 --n_best_size=20 --max_answer_length=30 PY: 3.6...