priteshloke/kepler-ops-anomaly-classifier
011
๐ค 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
