Public bake-off · classify
Best small model for Classify customer feedback by sentiment
Winner: cross-encoder/nli-deberta-v3-xsmall incumbent
Resident family incumbents were compared on the submitted labels.
Bake-off bo_6fc2705b22c8c8e5b1afc66b0ddaaa23 ·
Scorecard
| Rank | Model | Metrics | Predicted vs expected | Latency | Status |
|---|---|---|---|---|---|
| 1 | cross-encoder/nli-deberta-v3-xsmallincumbentwinner | accuracy 1.0macro_f1 1.0n 5 |
| 1363 ms | scored |
| 2 | typeform/distilbert-base-uncased-mnliincumbent | accuracy 1.0macro_f1 1.0n 5 |
| 1003 ms | scored |
Signed receipt
This result is bound to its task, candidates, scorecard, and winner.
sha256:d99c431f0363aaa6417ffe07118b6b60a28d15f08e12387c2a20a68ae7163803
Winner badge
Copy-paste Markdown:
[](https://run.huggingbay.xyz/bakeoffs/bo_6fc2705b22c8c8e5b1afc66b0ddaaa23)
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 customer feedback by sentiment","examples":[{"input":"Setup took two minutes and works perfectly.","expected":"positive"},{"input":"The checkout is broken and I want a refund.","expected":"negative"},{"input":"I love how fast the search feels.","expected":"positive"},{"input":"This product is terrible and never arrived.","expected":"negative"},{"input":"Pretty average, nothing special.","expected":"neutral"}]}'