The goal of this repo is to make a simple sentiment classifier using BERT
The Libraries Mainly Used are:
This Project uses Python 3.7.7 installed using miniconda
Create a virtual environment using conda
conda create -n yourvirtualenv python=3.7.7Install the requirements (inside the project folder):
pip install -r requirements.txtpython f.pyAvailable commands:
--debug Work only with a Single Batch, will help in faster debugging of code