Sentiment-Analysis-Using-Transformers-PyTorch icon indicating copy to clipboard operation
Sentiment-Analysis-Using-Transformers-PyTorch copied to clipboard

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

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.