facebookresearch / SentEval

A python tool for evaluating the quality of sentence embeddings.
Other
2.09k stars 309 forks source link

STS host page returns 404 #47

Closed nzw0301 closed 6 years ago

nzw0301 commented 6 years ago

I ran the commands below on ubuntu 14:

git clone git@github.com:facebookresearch/SentEval.git
cd SentEval/data/downstream/
bash get_transfer_data.bash

In the STS dataset block, this line seems to fail:

Archive:  ./STS/data_STS12.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of ./STS/data_STS12.zip or
        ./STS/data_STS12.zip.zip, and cannot find ./STS/data_STS12.zip.ZIP, period.

I found that the host page of STS dataset returns 404 when I access to the zip files (e.g. http://ixa2.si.ehu.es/stswiki/images/4/40/STS2012-en-test.zip).

nzw0301 commented 6 years ago

it is fixed now.