I want to work with the sentiment140 dataset for a sentiment analysis task, as I saw that it contains normally the following labels :
- 0, 4 for pos and neg sentences
- 2 for neutral sentences which I found when looking at the dataset on their website : https://huggingface.co/datasets/sentiment140#data-fields
But after importing it on my notebook it tells me that it contains just two labels :
- 0 for neg
- 4 for pos !!!
So how to get full dataset with the three labels ?