stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.81k stars 1.51k forks source link

URL with GloVe dataset not working stanfordnlp/GloVe #180

Open mukesh-2538 opened 4 years ago

mukesh-2538 commented 4 years ago

Not able to download the pretrained Glove embeddings.

catonzio commented 3 years ago

The problem is that the link is on HTTP, but the real download link is on HTTPS. A little trick is to copy the link and paste it in the browser, changing http:// to https://

AngledLuffa commented 3 years ago

facepalm

TY for catching that. It should now be fixed.

PosoSAgapo commented 3 years ago

Seems the downloading url is not working again even change the http to https does not solve the problem. Any way to fix this ?@AngledLuffa

AngledLuffa commented 3 years ago

Which link isn't working? I'm able to download things.

AngledLuffa commented 3 years ago

Are you using Chrome? I've sometimes had issues where Chrome doesn't want to follow a link to something "unsafe" like a zip file.

PosoSAgapo commented 3 years ago

Are you using Chrome? I've sometimes had issues where Chrome doesn't want to follow a link to something "unsafe" like a zip file.

Yep, I am using Chrome.,but I have solved it using wget command, it could directly download the glove embedding ;)