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.
2 parents 7389745 + 82053a0 commit c0078ecCopy full SHA for c0078ec
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=/net/nfs.corp/s2-research/scibert/scivocab_uncased.vocab
9
-export BERT_WEIGHTS=/net/nfs.corp/s2-research/scibert/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