In this project, I developed a sentiment analysis model leveraging HuggingFace Transformers, including pipelines, AutoModel, and AutoTokenizer. The workflow includes:
Preprocessing and cleaning the Twitter dataset to ensure it is suitable for analysis.
Using HuggingFace's AutoModel and AutoTokenizer to build a sentiment analysis model.
Implementing the model to accurately classify tweets as expressing either negative or positive sentiment.
For model building and tokenization.
To automatically load and fine-tune pre-trained models.
For efficient text tokenization.