datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
companyx_customer_support_ticket_routing_distilbert_dataset
CompanyX Customer Support Ticket Routing
Description: Automatically route customer support tickets to relevant teams based on issue descriptions, speeding up resolution time and enhancing customer experience.
How to Use
Here is how to use this model to classify text into different categories:
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model_name = "interneuronai/companyx_customer_support_ticket_routing_distilbert"
model =… See the full description on the dataset page: https://huggingface.co/datasets/interneuronai/companyx_customer_support_ticket_routing_distilbert_dataset.Bert-distilbertclassifying_member_activity_levels_distilbert_dataset
Classifying Member Activity Levels
Description: Categorize members based on their activity levels, such as low, medium, and high, to enable tailored engagement and retention strategies.
How to Use
Here is how to use this model to classify text into different categories:
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model_name = "interneuronai/classifying_member_activity_levels_distilbert"
model =… See the full description on the dataset page: https://huggingface.co/datasets/interneuronai/classifying_member_activity_levels_distilbert_dataset.
