Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get or create 'data/glove.6B/glove.6B.300d.txt'? #83

Open
Bamboo-TNLP opened this issue Apr 5, 2019 · 6 comments
Open

How to get or create 'data/glove.6B/glove.6B.300d.txt'? #83

Bamboo-TNLP opened this issue Apr 5, 2019 · 6 comments

Comments

@Bamboo-TNLP
Copy link

No description provided.

@fanghuafan
Copy link

fanghuafan commented Apr 11, 2019

run make glove

@guillaumegenthial
Copy link
Owner

Hi @Bmblryz you can download glove vectors manually from https://nlp.stanford.edu/projects/glove/

@pjlintw
Copy link

pjlintw commented May 3, 2019

I've run make glove and got error like...

wget -P ./data/ "http://nlp.stanford.edu/data/glove.6B.zip"
--2019-05-03 11:27:36-- http://nlp.stanford.edu/data/glove.6B.zip
Resolving nlp.stanford.edu... 171.64.67.140
Connecting to nlp.stanford.edu|171.64.67.140|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://nlp.stanford.edu/data/glove.6B.zip [following]
--2019-05-03 11:27:36-- https://nlp.stanford.edu/data/glove.6B.zip
Connecting to nlp.stanford.edu|171.64.67.140|:443... connected.
ERROR: cannot verify nlp.stanford.edu's certificate, issued by /C=US/ST=MI/L=Ann Arbor/O=Internet2/OU=InCommon/CN=InCommon RSA Server CA': Self-signed certificate encountered. To connect to nlp.stanford.edu insecurely, use --no-check-certificate'.
makefile:2: recipe for target 'glove' failed
make: *** [glove] Error 5

after adding --no-check-certificate in the makefile. it works perfectly.

so try wget --no-check-certificate -P ./data/ "http://nlp.stanford.edu/data/glove.6B.zip"

@HsimWong
Copy link

HsimWong commented Apr 6, 2020

This is probably because nlp.stanford.edu has gone down.
I tried visiting https://nlp.stanford.edu/ directly via my browser but failed

@shambhaviparashar
Copy link

@pjlintw which makefile?

@shambhaviparashar
Copy link

got it, in download_glove.sh, add wget --no-check-certificate

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

No branches or pull requests

6 participants