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

Download link not working #222

Closed hamza13-12 closed 1 month ago

hamza13-12 commented 4 months ago

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?

AngledLuffa commented 4 months ago

Thanks for the alert. We'll look into it, and in the meantime, there are mirrors of the data files on HF:

https://huggingface.co/stanfordnlp/glove/tree/main

tylercaimber commented 2 months ago

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)

AngledLuffa commented 2 months ago

Thanks, I reported that to our devops team

On Fri, Jun 14, 2024 at 2:38 PM tylercaimber @.***> wrote:

Looks to be down again, CA Certs expired a few days ago. 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)

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/GloVe/issues/222#issuecomment-2168795957, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AYWJOXB32DBULJN5M6BTZHNPF5AVCNFSM6AAAAABGW5YQ3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYG44TKOJVG4 . You are receiving this because you commented.Message ID: @.***>

AngledLuffa commented 2 months ago

Should work now!

tylercaimber commented 2 months ago

Thank you, it does!