Unverified Commit 07ca952e authored by Devrim's avatar Devrim Committed by GitHub
Browse files

Typo fix in readme

parent 42c1cf42
...@@ -243,7 +243,7 @@ T5_ARGS="--num-layers 24 \ ...@@ -243,7 +243,7 @@ T5_ARGS="--num-layers 24 \
OUTPUT_ARGS=&#60;same as those in <a href="#bert-pretraining">BERT pretraining</a> above&#62; OUTPUT_ARGS=&#60;same as those in <a href="#bert-pretraining">BERT pretraining</a> above&#62;
python pretrain_t5.py \ python pretrain_t5.py \
$BERT_ARGS \ $T5_ARGS \
$OUTPUT_ARGS \ $OUTPUT_ARGS \
--save $CHECKPOINT_PATH \ --save $CHECKPOINT_PATH \
--load $CHECKPOINT_PATH \ --load $CHECKPOINT_PATH \
......
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