facebookresearch / InferSent

InferSent sentence embeddings
Other
2.28k stars 471 forks source link

Infersent1 and Inferset2 pretrained models are the same !! #123

Closed khalidomari closed 5 years ago

khalidomari commented 5 years ago

curl not working with this links

curl -Lo encoder/infersent1.pickle https://dl.fbaipublicfiles.com/infersent/infersent1.pkl curl -Lo encoder/infersent2.pickle https://dl.fbaipublicfiles.com/infersent/infersent2.pkl

and after trying

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

The models are downloaded but it seems that they contain the same thing.

Related to: https://github.com/facebookresearch/InferSent/issues/93

saippuakauppias commented 5 years ago
➜ md5 infersent1.pickle
MD5 (infersent1.pickle) = b90dc30fd83d16989aab710f42ac745b
➜ md5 infersent2.pickle
MD5 (infersent2.pickle) = b90dc30fd83d16989aab710f42ac745b
ayiyoh commented 5 years ago

The access to the files is blocked...

MartinPernus commented 5 years ago

Does anyone know whether this file is for GloVe or fastText embeddings?

khalidomari commented 5 years ago

Does anyone know whether this file is for GloVe or fastText embeddings?

It's using Glove Embeddings !

aconneau commented 5 years ago

Models are back online now. Thanks for your patience and sorry for the inconvenience.

khalidomari commented 5 years ago

Models are back online now. Thanks for your patience and sorry for the inconvenience.

Thanks

sanjita-suresh commented 5 years ago

@aconneau , I am trying to download the new models and there is an error of access denied! what should I do?

vishxl commented 3 years ago

@aconneau , I am trying to download the new models and there is an error of access denied! what should I do? These are the new locations of the models: !curl -Lo encoder/infersent1.pkl https://dl.fbaipublicfiles.com/infersent/infersent1.pkl !curl -Lo encoder/infersent2.pkl https://dl.fbaipublicfiles.com/infersent/infersent2.pkl