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
OpenDAS
nni
Commits
fb08ee59
Commit
fb08ee59
authored
Sep 14, 2018
by
Sinan Tan
Committed by
xuehui
Sep 14, 2018
Browse files
Update readme.md and download script for SQuAD QA model.
parent
241e3254
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
3 deletions
+32
-3
examples/trials/ga_squad/download.sh
examples/trials/ga_squad/download.sh
+6
-0
examples/trials/ga_squad/readme.md
examples/trials/ga_squad/readme.md
+26
-3
No files found.
examples/trials/ga_squad/download.sh
0 → 100644
View file @
fb08ee59
#!/bin/bash
wget https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json
wget https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json
wget http://nlp.stanford.edu/data/glove.840B.300d.zip
unzip glove.840B.300d.zip
\ No newline at end of file
examples/trials/ga_squad/readme.md
View file @
fb08ee59
## How to download data
# Download data
## Use downloading script
Execute the following command to download needed files
using the downloading script:
```
chmod +x ./download.sh
./download.sh
```
## Download manually
1.
download "dev-v1.1.json" and "train-v1.1.json" in https://rajpurkar.github.io/SQuAD-explorer/
2.
download "glove.840B.300d.txt" in "https://nlp.stanford.edu/projects/glove/"
## How to submit this job
```
wget https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json
wget https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json
```
2.
download "glove.840B.300d.txt" in https://nlp.stanford.edu/projects/glove/
```
wget http://nlp.stanford.edu/data/glove.840B.300d.zip
unzip glove.840B.300d.zip
```
# How to submit this job
1.
run "$NNI_ROOT_DIR/auto_run.py" as "$NNI_ROOT_DIR/README-AUTO.md" said.
2.
use the dockerImage openpai.azurecr.io/nni_v0.0.1, which means it use a tensorflow cpu-version.
...
...
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