Jitesh Pabla

Results 13 issues of 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...

enhancement

Saving the models after viewing the results is important for the user to be able to get any actual use out of this package.

enhancement

in basic_classification.py

enhancement

add examples folder with .ipynb like other repos do

documentation

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.

enhancement

Running the code more than once leads to CUDA out of memory issues. Fix that

bug