Skip to content

Following repo contains aspect based sentiment analysis using BERT

Notifications You must be signed in to change notification settings

kunalchamoli/aspectbased_sentiment

Repository files navigation

Implementation Of Aspect Based Sentiment Classification Using Bert and Pytorch-Lightning

The goal of this repo is to make a simple sentiment classifier using BERT

The Libraries Mainly Used are:

Requirements

This Project uses Python 3.7.7 installed using miniconda

Create a virtual environment using conda

conda create -n yourvirtualenv python=3.7.7

Install the requirements (inside the project folder):

pip install -r requirements.txt

Getting Started:

Train:

python model.py

Available commands:

    --debug         Work only with a Single Batch, will help in faster debugging of code

About

Following repo contains aspect based sentiment analysis using BERT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published