Branch Switch Classifier

This model classifies whether a user statement indicates a desire to switch branches or not.

Model Details

  • Base Model: DistilBERT
  • Task: Binary Text Classification
  • Labels: wants_branch_switch, no_branch_switch

Usage

from transformers import pipeline

classifier = pipeline("text-classification", model="hitty28/branch-switch-augmented")
result = classifier("I want to switch to Mumbai branch")
print(result)

Training Data

Trained on custom dataset with statements about branch switching intentions.

Downloads last month
10
Safetensors
Model size
67M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for hitty28/branch-switch-augmented

Finetuned
(10332)
this model