Emotion-Detection-in-Text icon indicating copy to clipboard operation
Emotion-Detection-in-Text copied to clipboard

This project employs emotion detection in textual data, specifically trained on Twitter data comprising tweets labeled with corresponding emotions. It seamlessly takes text inputs and provides the mos...

Results 2 Emotion-Detection-in-Text issues
Sort by recently updated
recently updated
newest added

From the code it appears that train_loss and val_loss contain only a single sentiment category label, not the full loss value. This may be due to problems with data processing...

could you please provide training part?