From 6b13ac2060332842f59e84183197402f11451c94 Mon Sep 17 00:00:00 2001 From: Douwe Kiela Date: Tue, 5 Feb 2019 07:46:45 -0800 Subject: [PATCH] Move to new S3 URL --- README.md | 4 ++-- data/downstream/get_transfer_data.bash | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb1971a2..7a7157ea 100755 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ As required by SentEval, this script implements two functions: **prepare** (opti To get the **[InferSent](https://www.github.com/facebookresearch/InferSent)** model and reproduce our results, download our best models and run infersent.py (in examples/): ```bash -curl -Lo examples/infersent1.pkl https://s3.amazonaws.com/senteval/infersent/infersent1.pkl -curl -Lo examples/infersent2.pkl https://s3.amazonaws.com/senteval/infersent/infersent2.pkl +curl -Lo examples/infersent1.pkl https://dl.fbaipublicfiles.com/senteval/infersent/infersent1.pkl +curl -Lo examples/infersent2.pkl https://dl.fbaipublicfiles.com/senteval/infersent/infersent2.pkl ``` ### examples/skipthought.py - examples/gensen.py - examples/googleuse.py diff --git a/data/downstream/get_transfer_data.bash b/data/downstream/get_transfer_data.bash index e33cb5aa..9ce30a36 100755 --- a/data/downstream/get_transfer_data.bash +++ b/data/downstream/get_transfer_data.bash @@ -30,13 +30,13 @@ mkdir $data_path TREC='http://cogcomp.cs.illinois.edu/Data/QA/QC' SICK='http://alt.qcri.org/semeval2014/task1/data/uploads' -BINCLASSIF='https://s3.amazonaws.com/senteval/senteval_data/datasmall_NB_ACL12.zip' +BINCLASSIF='https://dl.fbaipublicfiles.com/senteval/senteval_data/datasmall_NB_ACL12.zip' SSTbin='https://raw.githubusercontent.com/PrincetonML/SIF/master/data' SSTfine='https://raw.githubusercontent.com/AcademiaSinicaNLPLab/sentiment_dataset/master/data/' STSBenchmark='http://ixa2.si.ehu.es/stswiki/images/4/48/Stsbenchmark.tar.gz' SNLI='https://nlp.stanford.edu/projects/snli/snli_1.0.zip' MULTINLI='https://www.nyu.edu/projects/bowman/multinli/multinli_0.9.zip' -COCO='https://s3.amazonaws.com/senteval/coco_r101_feat' +COCO='https://dl.fbaipublicfiles.com/senteval/coco_r101_feat' # MRPC is a special case (we use "cabextract" to extract the msi file on Linux, see below) MRPC='https://download.microsoft.com/download/D/4/6/D46FF87A-F6B9-4252-AA8B-3604ED519838/MSRParaphraseCorpus.msi' @@ -234,8 +234,8 @@ done ### download MRPC mkdir $data_path/MRPC -curl -Lo $data_path/MRPC/msr_paraphrase_train.txt https://s3.amazonaws.com/senteval/senteval_data/msr_paraphrase_train.txt -curl -Lo $data_path/MRPC/msr_paraphrase_test.txt https://s3.amazonaws.com/senteval/senteval_data/msr_paraphrase_test.txt +curl -Lo $data_path/MRPC/msr_paraphrase_train.txt https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_train.txt +curl -Lo $data_path/MRPC/msr_paraphrase_test.txt https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_test.txt # remove moses folder