facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.76k stars 4.71k forks source link

if i want to load pretrained model and train, what should i do #1337

Open ChesterXcw opened 1 year ago

ChesterXcw commented 1 year ago

i want to load pretrained model and train in text classification task in python , and i find two function: fasttext.train_supervised is used to train;
fasttext.load model is used to load model .

but it can not accomplish my purpose. can u help me ?

SDAravind commented 1 year ago

You can try fasttext parameters that uses vec of previously trained model