-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Gensim error when loading French FastText #1236
Comments
Try the develop branch of Gensim, I think #1189 has something to do with your problem. |
Unfortunately I get the exact same error, here the steps I have done:
|
Thanks for reporting. The error is different from It might be accidentally fixed in #1214 branch - you are welcome to clone that code. It would be easier to fix if there was some smaller model to reproduce... Unfortunately the download takes many hours. |
I tried the same steps than previously but the cloned repo is "https://github.com/jaksmid/gensim". And I still get the exact same error :( |
Can you partially load the model with The failing part is |
I've managed to download the model, looking into the bug. |
Thanks for looking into this @jayantj . I will make a new release after this is fixed. |
@tmylk your proposal to |
There is a mismatch in vocab between .bin and .vec files. We should raise it with FastText project that created the model. CC @prakhar2b |
Thanks for the update! |
Has this issue been resolved? |
@kewlcoder replied to the same question in #1301 |
The issue for loading the French wiki is most likely due to a FastText bug - reported here - facebookresearch/fastText#218 The issue with loading the latest FastText models (including the Hebrew model) is due to a change in the way the new models are stored, and will be fixed in #1319 |
Hello,
I'm trying to use the fasttext wrapper in order to load the French model that one can find here. Unfortunately I get the following error:
I'm using the following environment:
Steps to reproduce the error:
I don't know if it is a bug from gensim or an issue from the used model. Any help would be appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: