Unverified Commit ec29c2f4 authored by Kyle Ziegler's avatar Kyle Ziegler Committed by GitHub
Browse files

Update README.md

Adjusted sequence length and predictions per sequence flags.
parent 83d7872c
......@@ -140,8 +140,8 @@ python models/official/nlp/data/create_pretraining_data.py \
--output_file=$WORKING_DIR/output/tf_examples.tfrecord \
--vocab_file=$BERT_DIR/wwm_uncased_L-24_H-1024_A-16/vocab.txt \
--do_lower_case=True \
--max_seq_length=128 \
--max_predictions_per_seq=20 \
--max_seq_length=512 \
--max_predictions_per_seq=76 \
--masked_lm_prob=0.15 \
--random_seed=12345 \
--dupe_factor=5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment