/Twitter-Sentiment-Classification

A model based on RoBERTa base to classify the sentiment of a tweet as neutral, positive, or negative.

Primary LanguageJupyter Notebook

Twitter Sentiment Classification 🐦

In this project, I build a model based on RoBERTa base to classify the sentiment of a tweet as neutral, positive, or negative. I use PyTorch XLA and huggingface transformers to train the RoBERTa sentiment classification model. I use data from the Twitter Sentiment Extraction competition on Kaggle. The model classifies sentiment with 91% accuracy on the test data.