Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 309 Bytes

bert4sentiment_pytorch

a sentiment analysis use case with Bert - pytorch implementation

How to start

Set up the conda environment

conda env create -f environment.yml

Run the notebook

jupyter notebook

Dataset

the notebook uses a Google dataset

Project Implementation

Model comparison