I had some problems when using word embeddings models from other languages due to the file format. Currently, we have only three options of models with fixed format parameters (binary and no_header). I propose to create a "custom" model where the user can input those parameters and avoid unnecessary complications since gensim library already allows it.
Hi,
I had some problems when using word embeddings models from other languages due to the file format. Currently, we have only three options of models with fixed format parameters (binary and no_header). I propose to create a "custom" model where the user can input those parameters and avoid unnecessary complications since gensim library already allows it.
Best,