I trained my unsupervised model using fasttext.train_unsupervised()
function in python. I want to save it as vec file since I will use this file for pretrainedVectors
parameter in fasttext.train_supervised()
function. pretrainedVectors
only accepts vec file but I am having troubles to creating this vec file. Can someone help me?
Ps. I am able to save it in bin format. It would be also helpful if you suggest me a way to convert bin file to vec file.