facebookresearch / fastText

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

mini batch learning and fine-tuning #1185

Open yushiokamura opened 3 years ago

yushiokamura commented 3 years ago

hi, I want to use fasttext.

it is nessesary a large memory to learn. so i want to split my document files and train on mini batch. can I ?

i also want to use pretrained model. i want to use trained wikipedia model and retrain using my document. how can I do that ?

SergeiAlonichau commented 1 year ago

https://github.com/facebookresearch/fastText/pull/1327