lazyTextPredict
lazyTextPredict copied to clipboard
Text classification automl
add options to initialize tool for free google colab account
fix bugs farzad identified
https://docs.google.com/document/d/16-btQqC1gvrFZDJK-BmpbmIaX7b-E10RPCwEk3Xx5Jc/edit
go onto stack overflow etc. and try to suggest LTP as an answer to their issues.
The current code uses the built-in class for classification from the transformers library. Move away from that and introduce some of the deep learning options like [YCNNN](https://github.com/Shawn1993/cnn-text-classification-pytorch). Also look here...