Jitesh Pabla
Jitesh Pabla
The command line flags allow the user to install whatever version of luar or luarocks they want, but it downloads it from the internet directly. It would be great to...
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...
Saving the models after viewing the results is important for the user to be able to get any actual use out of this package.
The current implementation uses the datasets (or nlp) package from hugging face to load standard datasets. Make it so that different datasets can be input into this code.
Running the code more than once leads to CUDA out of memory issues. Fix that