Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoderhawk committed Jan 17, 2020
1 parent c3dc80c commit 666b66a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ python3 -m spacy download en
### Prepare Data
1. unzip file and put all files under `data/` folder, rename `test.csv` to `test_release.csv`

2. Download [SciBert](https://s3-us-west-2.amazonaws.com/ai2-s2-research/scibert/huggingface_pytorch/scibert_scivocab_uncased.tar) , unzip it to data folder
2. Download [model](https://www.dropbox.com/s/6zcydsyf8tcgs7l/submit_model.zip?dl=0) , unzip it to data folder

3. execute `bash scripts/prepare_data.sh` in **project root folder** to build the data for next step

### Execute the retrieval process end2end

* put the model into `data/models/rerank_model.model`

* execute `bash scripts/run_end2end.sh` in **project root folder**

#### details
Expand Down

0 comments on commit 666b66a

Please sign in to comment.