Public bake-off · classify

Best small model for route customer emails

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

Resident family incumbents were compared on the submitted labels.

Bake-off bo_38daf1d72bbd5f963f630b8f52a58b06 ·

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_38daf1d72bbd5f963f630b8f52a58b06 · sha256:a5e25850a78b3a979e7d98c4465191133e2b3af3deda4a9fd999e6a070e6f91b

Scorecard

RankModelMetricsPredicted vs expectedLatencyStatus
1cross-encoder/nli-deberta-v3-xsmallincumbentwinneraccuracy 1.0macro_f1 1.0n 5Not retained797 msscored
2distilbert/distilbert-base-uncased-finetuned-sst-2-englishincumbentaccuracy 0.0macro_f1 0.0n 5Not retained77 msscored
3cardiffnlp/twitter-roberta-base-sentiment-latestincumbentaccuracy 0.0macro_f1 0.0n 5Not retained1986 msscored

Signed receipt

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

sha256:a5e25850a78b3a979e7d98c4465191133e2b3af3deda4a9fd999e6a070e6f91b

Winner badge

Bay Run bake-off winner badge

Copy-paste Markdown:

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

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":"route customer emails","examples":[{"input":"refund me now","expected":"billing"},{"input":"love the product","expected":"praise"},{"input":"app crashes on login","expected":"bug"},{"input":"charge me twice?","expected":"billing"},{"input":"crashes every time","expected":"bug"}]}'