Fine-Tuned BERT for Sales Intent Classification

This model classifies sales conversation text into 8 intent categories:

  • Enrolled
  • Ghosted
  • Information Gathering
  • Interested
  • Meeting Scheduled
  • Not Interested
  • Price Concern
  • Wants Demo

Usage

from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("Sanji8421/fine_tuned_BERT")
model = AutoModelForSequenceClassification.from_pretrained("Sanji8421/fine_tuned_BERT")
Downloads last month
-
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support