You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is another of my simple ML/AI practice programs of my june/july 2024 summer vacation. this program finds what is the tone of a text, based on training dataset.
'i dont like this rubbish computer' - should be angry
tech used
pytorch
bert model
About
detect tone of voice in a text message using BERT model in pytorch.