!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.Emotions import Emotions_Predictor
emotions = Emotions_Predictor(model_name = 'FritzStack/QWEN4B-GoEmotions_4bit')
emotions.predict_emotions(text)
- Downloads last month
- 62
!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.Emotions import Emotions_Predictor
emotions = Emotions_Predictor(model_name = 'FritzStack/QWEN4B-GoEmotions_4bit')
emotions.predict_emotions(text)