"...static/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "4131d95cef6a08ced14d04df240e3931c25001aa"
Unverified Commit a2b6918a authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #101 from davidefiocco/patch-1

Adding --do_lower_case for all uncased BERTs examples
parents 5c858448 c9f67e03
......@@ -404,6 +404,7 @@ python run_squad.py \
--bert_model bert-base-uncased \
--do_train \
--do_predict \
--do_lower_case \
--train_file $SQUAD_DIR/train-v1.1.json \
--predict_file $SQUAD_DIR/dev-v1.1.json \
--train_batch_size 12 \
......@@ -438,6 +439,7 @@ python ./run_squad.py \
--bert_model bert-large-uncased \
--do_train \
--do_predict \
--do_lower_case \
--train_file $SQUAD_TRAIN \
--predict_file $SQUAD_EVAL \
--learning_rate 3e-5 \
......@@ -458,6 +460,7 @@ python ./run_squad.py \
--bert_model bert-large-uncased \
--do_train \
--do_predict \
--do_lower_case \
--train_file $SQUAD_TRAIN \
--predict_file $SQUAD_EVAL \
--learning_rate 3e-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