You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this tool for multi-label classification!!!
I would like to use a pre-trained word embedding model (such as GoogleNews-vectors-negative300.bin or wikipedia-pubmed-and-PMC-w2v.bin).
I have created a Magpie object indicating the path that contains this pre-trained word embedding model, for example: magpie=Magpie(word2vec_model='models/embeddings/GoogleNews-vectors-negative300.bin')
However, I gets the following error: UnpicklingError: invalid load key, '3'.
Please, could you help me?.
Thanks, Thanks, Thanks!!!
The text was updated successfully, but these errors were encountered:
Thanks for this tool for multi-label classification!!!
I would like to use a pre-trained word embedding model (such as GoogleNews-vectors-negative300.bin or wikipedia-pubmed-and-PMC-w2v.bin).
I have created a Magpie object indicating the path that contains this pre-trained word embedding model, for example:
magpie=Magpie(word2vec_model='models/embeddings/GoogleNews-vectors-negative300.bin')
However, I gets the following error:
UnpicklingError: invalid load key, '3'.
Please, could you help me?.
Thanks, Thanks, Thanks!!!
The text was updated successfully, but these errors were encountered: