Implementation of nanogpt from karpathy. I've modified this model to text classification
by chopping off the language model head and adding a binary classifier on top.
poetry installTest run:
python train.py --config-name rotten_tomatoes_binary_classification_fastFull training run:
python train.py --config-name rotten_tomatoes_binary_classification