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
029bdc0d
Commit
029bdc0d
authored
Nov 26, 2018
by
thomwolf
Browse files
fixing readme examples
parent
ebaacba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
README.md
README.md
+2
-8
No files found.
README.md
View file @
029bdc0d
...
...
@@ -421,10 +421,7 @@ To get these results we used a combination of:
Here is the full list of hyper-parameters for this run:
```
bash
python ./run_squad.py
\
--vocab_file
$BERT_LARGE_DIR
/vocab.txt
\
--bert_config_file
$BERT_LARGE_DIR
/bert_config.json
\
--init_checkpoint
$BERT_LARGE_DIR
/pytorch_model.bin
\
--do_lower_case
\
--bert_model
bert-large-uncased
\
--do_train
\
--do_predict
\
--train_file
$SQUAD_TRAIN
\
...
...
@@ -444,10 +441,7 @@ If you have a recent GPU (starting from NVIDIA Volta series), you should try **1
Here is an example of hyper-parameters for a FP16 run we tried:
```
bash
python ./run_squad.py
\
--vocab_file
$BERT_LARGE_DIR
/vocab.txt
\
--bert_config_file
$BERT_LARGE_DIR
/bert_config.json
\
--init_checkpoint
$BERT_LARGE_DIR
/pytorch_model.bin
\
--do_lower_case
\
--bert_model
bert-large-uncased
\
--do_train
\
--do_predict
\
--train_file
$SQUAD_TRAIN
\
...
...
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