On loading genism pretrained fasttext model with .model format in JFastText, the following error happens:
‘Model file’s format is not compatible with this JFastText version!’
Is there a way to upload .model format without converting it into .bin ? As it seems there is no supported function for converting .model to .bin in gensim. Thanks.