priteshloke/enterprise-operations-benchmark
Viewer β’ Updated β’ 10k β’ 9
This model classifies transaction narratives, invoice discrepancy notes, and operational logs into standard enterprise failure modes.
VOLUMETRIC_WEIGHT_OVERCHARGE_CRITICALCOURIER_FAKE_NDR_ATTEMPT_CRITICALAGENCY_RETAINER_SCOPE_CREEP_CRITICALSAAS_DORMANT_SEAT_LICENSE_WASTE_HIGHFBA_AGED_INVENTORY_SURCHARGE_CRITICALNONE_CLEAN_TRANSACTIONfrom 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)