Downloads · 30 days
6
13% of all-time downloads
Shoriful025/customer_feedback_sentiment_bert
customer_feedback_sentiment_bert is a machine learning model from Shoriful025. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
This model is a fine-tuned BERT (Bidirectional Encoder Representations from Transformers) model designed to categorize customer feedback into three distinct sentiment classes: Negative, Neutral, and Positive. It is op…
Downloads · 30 days
6
13% of all-time downloads
All-time downloads
48
Public
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 41%
From the Hugging Face model README
This model is a fine-tuned BERT (Bidirectional Encoder Representations from Transformers) model designed to categorize customer feedback into three distinct sentiment classes: Negative, Neutral, and Positive. It is optimized for short-to-medium length text such as product reviews, survey responses, and social media mentions.
The model utilizes the BERT-Base-Uncased backbone.
[CLS] token output, followed by a softmax function to produce class probabilities.