How to solve "Error Sentiment...is invalid for"

Hey everyone, I am training my first model for the purposes of sentiment analysis for some surveys. To train the model I am trying to use the Yelp Dataset. Whenever I try to import the dataset I get about 10 errors saying that the sentiment for a certain review text is invalid for my bucket. How can I solve these errors? Should I just delete the offending rows from my csv file?

0 1 100
1 REPLY 1

It seems like you're encountering issues with certain sentiment labels in your Yelp Dataset. Instead of deleting rows, you may want to investigate the specific reviews causing errors. Ensure that your sentiment labels match the expected format for your sentiment analysis model. If needed, you can correct or standardize the sentiment labels in the dataset to align with your model requirements. This way, you maintain the data integrity and resolve the "invalid sentiment" errors during the import process.