Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
a2b6918a
Unverified
Commit
a2b6918a
authored
Dec 09, 2018
by
Thomas Wolf
Committed by
GitHub
Dec 09, 2018
Browse files
Merge pull request #101 from davidefiocco/patch-1
Adding --do_lower_case for all uncased BERTs examples
parents
5c858448
c9f67e03
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 @
a2b6918a
...
@@ -404,6 +404,7 @@ python run_squad.py \
...
@@ -404,6 +404,7 @@ python run_squad.py \
--bert_model
bert-base-uncased
\
--bert_model
bert-base-uncased
\
--do_train
\
--do_train
\
--do_predict
\
--do_predict
\
--do_lower_case
\
--train_file
$SQUAD_DIR
/train-v1.1.json
\
--train_file
$SQUAD_DIR
/train-v1.1.json
\
--predict_file
$SQUAD_DIR
/dev-v1.1.json
\
--predict_file
$SQUAD_DIR
/dev-v1.1.json
\
--train_batch_size
12
\
--train_batch_size
12
\
...
@@ -438,6 +439,7 @@ python ./run_squad.py \
...
@@ -438,6 +439,7 @@ python ./run_squad.py \
--bert_model
bert-large-uncased
\
--bert_model
bert-large-uncased
\
--do_train
\
--do_train
\
--do_predict
\
--do_predict
\
--do_lower_case
\
--train_file
$SQUAD_TRAIN
\
--train_file
$SQUAD_TRAIN
\
--predict_file
$SQUAD_EVAL
\
--predict_file
$SQUAD_EVAL
\
--learning_rate
3e-5
\
--learning_rate
3e-5
\
...
@@ -458,6 +460,7 @@ python ./run_squad.py \
...
@@ -458,6 +460,7 @@ python ./run_squad.py \
--bert_model
bert-large-uncased
\
--bert_model
bert-large-uncased
\
--do_train
\
--do_train
\
--do_predict
\
--do_predict
\
--do_lower_case
\
--train_file
$SQUAD_TRAIN
\
--train_file
$SQUAD_TRAIN
\
--predict_file
$SQUAD_EVAL
\
--predict_file
$SQUAD_EVAL
\
--learning_rate
3e-5
\
--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