Skip to content

Commit

Permalink
add links to precomputed bert embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowan Zellers committed Jan 29, 2019
1 parent ad2abaf commit afc69c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ Running R2c requires computed bert representations in this folder. Warning: thes
* `https://s3-us-west-2.amazonaws.com/ai2-rowanz/r2c/bert_da_rationale_val.h5`
* `https://s3-us-west-2.amazonaws.com/ai2-rowanz/r2c/bert_da_answer_test.h5`
* `https://s3-us-west-2.amazonaws.com/ai2-rowanz/r2c/bert_da_rationale_test.h5`
2. You can use the script in the folder `get_bert_embeddings` to precompute BERT representations for all sentences.

2. You can use the script in the folder `get_bert_embeddings` to precompute BERT representations for all sentences. If you want my finetuned checkpoint, it's available below. (note that you *don't* need this checkpoint if you want to just use the embeddings I shared above.)
* `https://s3-us-west-2.amazonaws.com/ai2-rowanz/r2c/bert-pretrain/model.ckpt-53230.data-00000-of-00001`
* `https://s3-us-west-2.amazonaws.com/ai2-rowanz/r2c/bert-pretrain/model.ckpt-53230.index`
* `https://s3-us-west-2.amazonaws.com/ai2-rowanz/r2c/bert-pretrain/model.ckpt-53230.meta`

0 comments on commit afc69c2

Please sign in to comment.