-
Notifications
You must be signed in to change notification settings - Fork 19
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
Basic example in readme fails (Word2Vec download 404s) #38
Comments
A good question, I suspect they must be available somewhere else. |
I just added the weights to hugging face: https://huggingface.co/LoganKilpatrick/GoogleNews-vectors-negative300/blob/main/GoogleNews-vectors-negative300.bin.gz |
Thanks for opening this issue and the replies so far. I copied the new URL and inserted at this line: Line 17 in 306c04b
Unfortunately, when I try
I downloaded the file manually from the new URL and this works. |
hmm that's weird, 7zip is normally very reliable |
Running the example in the readme
fails with
Are the word2vec embeddings available elsewhere? Otherwise this should probably be addressed in the readme.
The text was updated successfully, but these errors were encountered: