Skip to content

Commit 82053a0

Browse files
author
Daniel King
committed
New and improved s3 files that actually work
1 parent f344fea commit 82053a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/train.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export PYTORCH_SEED=`expr $SEED / 10`
55
export NUMPY_SEED=`expr $PYTORCH_SEED / 10`
66

77
# path to bert vocab and weights
8-
export BERT_VOCAB=https://ai2-s2-research.s3-us-west-2.amazonaws.com/scibert/tensorflow_models/scivocab_uncased.vocab
9-
export BERT_WEIGHTS=https://ai2-s2-research.s3-us-west-2.amazonaws.com/scibert/tensorflow_models/scibert_scivocab_uncased.tar.gz
8+
export BERT_VOCAB=https://ai2-s2-research.s3-us-west-2.amazonaws.com/scibert/allennlp_files/scivocab_uncased.vocab
9+
export BERT_WEIGHTS=https://ai2-s2-research.s3-us-west-2.amazonaws.com/scibert/allennlp_files/scibert_scivocab_uncased.tar.gz
1010

1111
# path to dataset files
1212
export TRAIN_PATH=data/CSAbstruct/train.jsonl

0 commit comments

Comments
 (0)