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
You might be able to build a finalfusion model in finalfusion-python by loading the KeyedVector model via gensim and constructing the necessary objects. Writing to finalfusion is supported on the Embeddings class through its write() method. You'd then be able to use it in the Rust crate.
Conversion might not be lossless, depending on what kind of "extra" information the gensim model has
I tried to use this library with a pretrained models from https://github.com/sdadas/polish-nlp-resources?tab=readme-ov-file#word2vec and I found out that these are in keyed vector format which is currently not supported.
The text was updated successfully, but these errors were encountered: