Public bake-off · classify

Best small model for Classify each support ticket into billing, technical, or account category

Winner: cross-encoder/nli-deberta-v3-xsmall incumbent

Resident family incumbents were compared on the submitted labels.

Bake-off bo_ebaea43dc8c2ffd83100bf60f4ebcb87 ·

Are you the winning model’s author?

Add this exact line to the winner’s public Hugging Face README.md, then call the claim endpoint with its repo id.

Bay-Run-Claim: bo_ebaea43dc8c2ffd83100bf60f4ebcb87 · sha256:1daeded0078a8b15011587498b81b29529e2867c7cfc0a3e89074462475463bb

Scorecard

RankModelMetricsPredicted vs expectedLatencyStatus
1cross-encoder/nli-deberta-v3-xsmallincumbentwinneraccuracy 1.0macro_f1 1.0n 4
  1. match billing vs billing
  2. match technical vs technical
  3. match account vs account
  4. match billing vs billing
1314 msscored
2typeform/distilbert-base-uncased-mnliincumbentaccuracy 0.5macro_f1 0.3889n 4
  1. match billing vs billing
  2. miss account vs technical
  3. match account vs account
  4. miss account vs billing
1073 msscored

Signed receipt

This result is bound to its task, candidates, scorecard, and winner.

sha256:1daeded0078a8b15011587498b81b29529e2867c7cfc0a3e89074462475463bb

Winner badge

Bay Run bake-off winner badge

Copy-paste Markdown:

[![Bay Run bake-off winner · receipted](https://run.huggingbay.xyz/bakeoffs/bo_ebaea43dc8c2ffd83100bf60f4ebcb87/badge.svg)](https://run.huggingbay.xyz/bakeoffs/bo_ebaea43dc8c2ffd83100bf60f4ebcb87)

Reproduce it

The first bake-off is anonymous. Run the same labeled request directly:

curl -sS https://run.huggingbay.xyz/v1/bakeoff -H 'Content-Type: application/json' --data '{"task_description":"Classify each support ticket into billing, technical, or account category","examples":[{"input":"I was charged twice on my invoice","expected":"billing"},{"input":"The app crashes when I click export","expected":"technical"},{"input":"Please update my email address","expected":"account"},{"input":"Refund my duplicate payment","expected":"billing"}]}'