datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
customer_feedback_analysis_bert_dataset
Customer Feedback Analysis
Description: Classify customer feedback based on sentiment and topic to identify improvement areas and strengthen customer engagement.
How to Use
Here is how to use this model to classify text into different categories:
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model_name = "interneuronai/customer_feedback_analysis_bert"
model = AutoModelForSequenceClassification.from_pretrained(model_name)… See the full description on the dataset page: https://huggingface.co/datasets/interneuronai/customer_feedback_analysis_bert_dataset.customer_feedback_analysis_-_company_x_bart_dataset
Customer Feedback Analysis - Company X
Description: Classify customer feedback based on sentiment, topic, and urgency. Prioritize and address customer concerns, improve products and services, and enhance customer satisfaction.
How to Use
Here is how to use this model to classify text into different categories:
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model_name = "interneuronai/customer_feedback_analysis_-_company_x_bart"… See the full description on the dataset page: https://huggingface.co/datasets/interneuronai/customer_feedback_analysis_-_company_x_bart_dataset.CustomerFeedbackClaims
CustomerFeedbackClaims
tags: Classification, Insurance, Claims
Note: This is an AI-generated dataset so its content may be inaccurate or false
Dataset Description: The dataset CustomerFeedbackClaims comprises customer feedback specifically related to insurance claims. The feedback is categorized into various classes that represent the nature of the customer's experience with the claims process. These categories are designed to help an ML practitioner understand the sentiment and key… See the full description on the dataset page: https://huggingface.co/datasets/infinite-dataset-hub/CustomerFeedbackClaims.customer_feedback_emotion_analysis_dataset
