stanfordnlp/GloVe

Download link not working

hamza13-12 opened this issue · 5 comments

Currently, the download link is not working.

!wget http://nlp.stanford.edu/data/glove.6B.zip

This gives connection timed out after a few seconds. What's the solution?

Looks to be down again, CA Certs expired a few days ago. Will follow the recommended workaround, or add -k flag to curl. Can't verify host when running:

!curl -OL https://downloads.cs.stanford.edu/nlp/data/glove.6B.zip

Visiting the url in browser gives:

Your connection is not private
Attackers might be trying to steal your information from downloads.cs.stanford.edu (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_DATE_INVALID
Turn on enhanced protection to get Chrome's highest level of security
This server could not prove that it is downloads.cs.stanford.edu; its security certificate expired 2 days ago. This may be caused by a misconfiguration or an attacker intercepting your connection. Your computer's clock is currently set to Friday, June 14, 2024. Does that look right? If not, you should correct your system's clock and then refresh this page.
Proceed to downloads.cs.stanford.edu (unsafe)

Should work now!

Thank you, it does!