dccuchile / spanish-word-embeddings

Spanish word embeddings computed with different methods and from different corpora
Other
354 stars 82 forks source link

Can't unzip .vec file (invalid compressed data) #10

Open LautaroEst opened 2 years ago

LautaroEst commented 2 years ago

Hello, I recently attempted to download the glove-sbwc.i25.vec.gz file, but when I tried to uncompress it, I get the following error:

~$ gzip -d glove-sbwc.i25.vec.gz

gzip: glove-sbwc.i25.vec.gz: invalid compressed data--crc error

gzip: glove-sbwc.i25.vec.gz: invalid compressed data--length error

Also, the browser consol shows the following messege when I click on the file to download it:

Mixed Content: The site at 'https://github.com/dccuchile/spanish-word-embeddings#glove-embeddings-from-sbwc:1' was loaded over a secure connection, but the file at 'https://users.dcc.uchile.cl/~jperez/word-embeddings/glove-sbwc.i25.vec.gz' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.

Thanks for any help!