Commit 83d7872c authored by Kyle Ziegler's avatar Kyle Ziegler
Browse files

Fixed shell script syntax

parent 5b6ace1b
...@@ -133,8 +133,8 @@ Running the pre-training script requires an input and output directory, as well ...@@ -133,8 +133,8 @@ Running the pre-training script requires an input and output directory, as well
Example shell script to call create_pretraining_data.py Example shell script to call create_pretraining_data.py
``` ```
set WORKING_DIR='local disk or cloud location' export WORKING_DIR='local disk or cloud location'
set BERT_DIR='local disk or cloud location' export BERT_DIR='local disk or cloud location'
python models/official/nlp/data/create_pretraining_data.py \ python models/official/nlp/data/create_pretraining_data.py \
--input_file=$WORKING_DIR/input/input.txt \ --input_file=$WORKING_DIR/input/input.txt \
--output_file=$WORKING_DIR/output/tf_examples.tfrecord \ --output_file=$WORKING_DIR/output/tf_examples.tfrecord \
......
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