Skip to content

Commit

Permalink
fix: asset link
Browse files Browse the repository at this point in the history
  • Loading branch information
csarron committed Jul 2, 2020
1 parent 69b1040 commit e561102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ tail -n353432 mnli-train-shuf.jsonl > mnli-train.jsonl

#### download BERT vocab

download [bert.vocab](https://github.com/StonyBrookNLP/deformer/releases/download/v1/bert.vocab) to `data/res`
download [bert.vocab](https://github.com/StonyBrookNLP/deformer/releases/download/v1.0/bert.vocab) to `data/res`

#### generating training and evaluation examples:

Expand Down Expand Up @@ -185,8 +185,8 @@ download [bert.vocab](https://github.com/StonyBrookNLP/deformer/releases/downloa

#### SQuAD 1.1 Quickstart

download original fine-tuned BERT-base checkpoints from [bert-base-squad_v1.1.tgz](https://github.com/StonyBrookNLP/deformer/releases/download/v1/bert-base-squad_v1.1.tgz)
and DeFormer fine-tuned version from [ebert-base-s9-squad_v1.1.tgz](https://github.com/StonyBrookNLP/deformer/releases/download/v1/ebert-base-s9-squad_v1.1.tgz)
download original fine-tuned BERT-base checkpoints from [bert-base-squad_v1.1.tgz](https://github.com/StonyBrookNLP/deformer/releases/download/v1.0/bert-base-squad_v1.1.tgz)
and DeFormer fine-tuned version from [ebert-base-s9-squad_v1.1.tgz](https://github.com/StonyBrookNLP/deformer/releases/download/v1.0/ebert-base-s9-squad_v1.1.tgz)

`python eval.py -m bert -t squad_v1.1 2>&1 | tee data/bert-base-eval.log`
example output:
Expand Down

0 comments on commit e561102

Please sign in to comment.