Chandra Kiran G
Chandra Kiran G
Can do the following: ```julia lm = FastText.LanguageModel(true) classifier = FastText.TextClassifier(lm) FastText.train_classifier!(classifier) # Would throw an error as I haven't fully enabled the model to work with FastAI's data container....
Started working on text generation recipe for `imdb` dataset that uses the data in the `unsup` folder.
I had this on my for a long time. Since I don't find any methods (Please provide the link if these already exist) for that kind of function I guess...