"src/vscode:/vscode.git/clone" did not exist on "2cb895a5dd06c47d4ca4ce15c834c58c6987979c"
readme.md 890 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
Deshui Yu's avatar
Deshui Yu committed
14
15
16

1. download "dev-v1.1.json" and "train-v1.1.json" in https://rajpurkar.github.io/SQuAD-explorer/

17
18
19
20
21
22
23
24
25
26
27
28
29
```
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
Deshui Yu's avatar
Deshui Yu committed
30
31
32
33

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.
3. this model don't need search_space.json.