PolyAI/banking77
Updated • 13.2k • 91
How to use oduonye/supportflow-banking77 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="oduonye/supportflow-banking77") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("oduonye/supportflow-banking77", device_map="auto")SupportFlow predicts the operational intent of an English customer-support message so a queue, help-desk workflow, or human agent can route it faster.
It is not a bank, does not move money, and must not make credit, fraud, identity, or eligibility decisions. Low-confidence predictions should go to manual review.
The pipeline fine-tunes distilbert/distilbert-base-uncased with a deterministic seed, a stratified validation split, and the untouched upstream test split for final evaluation.
Base model
distilbert/distilbert-base-uncased