Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

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

Closed
khalidomari opened this issue Apr 26, 2019 · 8 comments
Closed

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

khalidomari opened this issue Apr 26, 2019 · 8 comments

Comments

@khalidomari
Copy link

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: #93

@saippuakauppias
Copy link

saippuakauppias commented Apr 28, 2019

➜ md5 infersent1.pickle
MD5 (infersent1.pickle) = b90dc30fd83d16989aab710f42ac745b
➜ md5 infersent2.pickle
MD5 (infersent2.pickle) = b90dc30fd83d16989aab710f42ac745b

@ayiyoh
Copy link

ayiyoh commented May 1, 2019

The access to the files is blocked...

@MartinPernus
Copy link

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

@khalidomari
Copy link
Author

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

It's using Glove Embeddings !

@aconneau
Copy link
Contributor

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

@khalidomari
Copy link
Author

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

Thanks

@sanjita-suresh
Copy link

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

@vishxl
Copy link

vishxl commented May 26, 2021

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants