Incorrect sentiment-analysis

classifier= pipeline(“sentiment-analysis”)
classifier(“I love the plot of the movie but it was bit lengthy”)

[{‘label’: ‘NEGATIVE’, ‘score’: 0.9977304339408875}]

I feel the label and the score both are wrong, it tends to be a positive sentence with a lower side score ~0.7