"How are you feeling now?" That's the name of this project, and it's about Emotion classification: developing models to accurately classify tweets into six defined sentiment categories. Illusion (sadness, joy, love, anger, fear, or surprise).
-
π This data from Kaggel was used to train the model:Emotions
-
I used a Tokenizer from torch and the architecture of the model consists of (Bi-LSTM, Conc1D) , You can view the code through this links on:
- π Kaggel : How do you feel now?
- π GitHub: How do you feel?
