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
844b2f0e
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "9b2540b5a762436a0ac2b603f1fce93451535156"
Commit
844b2f0e
authored
Nov 02, 2018
by
VictorSanh
Browse files
Small update Readme
parent
49006d06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
README.md
README.md
+7
-0
No files found.
README.md
View file @
844b2f0e
...
@@ -54,7 +54,14 @@ python run_classifier_pytorch.py \
...
@@ -54,7 +54,14 @@ python run_classifier_pytorch.py \
```
```
The data for SQuAD can be downloaded with the following links and should be saved in a
`$SQUAD_DIR`
directory.
*
[
train-v1.1.json
](
https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json
)
*
[
dev-v1.1.json
](
https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json
)
*
[
evaluate-v1.1.py
](
https://github.com/allenai/bi-att-flow/blob/master/squad/evaluate-v1.1.py
)
```
shell
```
shell
export
SQUAD_DIR
=
/path/to/SQUAD
python run_squad_pytorch.py
\
python run_squad_pytorch.py
\
--vocab_file
=
$BERT_BASE_DIR
/vocab.txt
\
--vocab_file
=
$BERT_BASE_DIR
/vocab.txt
\
--bert_config_file
=
$BERT_BASE_DIR
/bert_config.json
\
--bert_config_file
=
$BERT_BASE_DIR
/bert_config.json
\
...
...
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