metadata
language:
- en
license: mit
tags:
- text-classification
- sequence-classification
- enterprise-operations
- logistics
- finops
- anomaly-detection
datasets:
- priteshloke/enterprise-operations-benchmark
pipeline_tag: text-classification
widget:
- text: >-
Carrier BlueDart billed 3.5 kg on a 0.5 kg t-shirt box due to dimensional
laser scanner bulge.
example_title: Volumetric Freight Overcharge
- text: >-
Client logged 68 hours on a contracted 40-hour monthly retainer with zero
change orders.
example_title: Agency Retainer Scope Creep
- text: >-
Departed marketing contractor retains paid Google Workspace and Slack
licenses for 90 days.
example_title: SaaS Zombie Seat Waste
π€ Kepler Ops β Enterprise Anomaly & Exception Classifier
Author: Kepler Operations Intelligence (getkeplerops.com)
This model classifies transaction narratives, invoice discrepancy notes, and operational logs into standard enterprise failure modes.
π Target Classes (6 Exception Categories)
VOLUMETRIC_WEIGHT_OVERCHARGE_CRITICALCOURIER_FAKE_NDR_ATTEMPT_CRITICALAGENCY_RETAINER_SCOPE_CREEP_CRITICALSAAS_DORMANT_SEAT_LICENSE_WASTE_HIGHFBA_AGED_INVENTORY_SURCHARGE_CRITICALNONE_CLEAN_TRANSACTION
π» Quick Python Usage
from transformers import pipeline
classifier = pipeline("text-classification", model="priteshloke/kepler-ops-anomaly-classifier")
result = classifier("Carrier billed 3.5 kg on a 0.5 kg shipment.")
print(result)
π Live Production Engine & Benchmarks
- Web Platform: getkeplerops.com
- Interactive Simulator: Hugging Face Space
- Evaluation Dataset: priteshloke/enterprise-operations-benchmark