GloVe
GloVe copied to clipboard
Download link not working
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?
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
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)
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: @.***>
Should work now!
Thank you, it does!