Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 536 Bytes

File metadata and controls

27 lines (17 loc) · 536 Bytes

Sentiment-Analysis-Using-Transformers

Sentiment Analysis of Yelp Review Dataset using Hugging Face pre-trained BERT with fine-tuning in PyTorch

Results

Review_text: fish in the nearby restaurant is delicious
Sentiment  : positive
Review_text: i didn't like the cake
Sentiment  : negative
Review_text: i want to kick your ass
Sentiment  : negative

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.