datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Puntuation_mark_classifywildchat-factual-classifyautotrain-data-classifyerwildentities_classifyclassifying_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.
