ericxsun / fastText

Library for fast text representation and classification.
Other
15 stars 9 forks source link

Regarding Incremental training #13

Open Sreelakshmi-k opened 4 years ago

Sreelakshmi-k commented 4 years ago

I want to do incremental training on the pretrained wiki.bin. Could you please tell me the format of the train.txt file that has to be provided. Should only the sentences be provided or the labels also are required. Can the sentence be given as such or should it be tokenised?