You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyTorch implementations of RNN, GRU, LSTM, and BERT-based models for NLP question classification. Includes a from-scratch RNN forward pass, configurable BaseRNN with pooling strategies, and fine-tuned BERT (bert-base-uncased) for 6-class sequence classification using HuggingFace Transformers.