This is a 🔥 PyTorch 🔥 implementation of the fantastic HAN Paper from CMU(https://www.aclweb.org/anthology/N16-1174.pdf) complete with Yelp Dataloaders and Minibatching Loading for Training
The only modification is that I have swapped out GloVe for Elmo for improved performance 🚀
I have uploaded a sample dataset from the Yelp 2013 Reviews Dataset. Download the complete dataset at Yelp Reviews Dataset
I have also implemented a Streamlit App to interact with the model!
pip install -r requirements.txt
python train.py
streamlit run app.py
✌️ Pull requests are welcome for any improvements/features ✌️