Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
c9f67e03
Unverified
Commit
c9f67e03
authored
Dec 07, 2018
by
Davide Fiocco
Committed by
GitHub
Dec 07, 2018
Browse files
Adding --do_lower_case for all uncased BERTs
I had missed those, it should make sense to use them
parent
3ba5470e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment