We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f344fea commit 82053a0Copy full SHA for 82053a0
scripts/train.sh
@@ -5,8 +5,8 @@ export PYTORCH_SEED=`expr $SEED / 10`
5
export NUMPY_SEED=`expr $PYTORCH_SEED / 10`
6
7
# 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
+export BERT_VOCAB=https://ai2-s2-research.s3-us-west-2.amazonaws.com/scibert/allennlp_files/scivocab_uncased.vocab
+export BERT_WEIGHTS=https://ai2-s2-research.s3-us-west-2.amazonaws.com/scibert/allennlp_files/scibert_scivocab_uncased.tar.gz
10
11
# path to dataset files
12
export TRAIN_PATH=data/CSAbstruct/train.jsonl
0 commit comments