Commit 5b6ace1b authored by Kyle Ziegler's avatar Kyle Ziegler
Browse files

Fixed shell script syntax

parent 21deb500
......@@ -138,7 +138,7 @@ set BERT_DIR='local disk or cloud location'
python models/official/nlp/data/create_pretraining_data.py \
--input_file=$WORKING_DIR/input/input.txt \
--output_file=$WORKING_DIR/output/tf_examples.tfrecord \
--vocab_file=$WORKING_DIR/wwm_uncased_L-24_H-1024_A-16/vocab.txt \
--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 \
......
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