Wadden/sentiment-versioning-demo
043
Versioned Sentiment Classifier
Three traceable DistilBERT variants from the model-versioning lab. Each variant is a Hub commit and tag; the best one is exposed through the production branch for independent deployment and rollback.
Versions
Common-test comparison
All variants were evaluated on the same Rotten Tomatoes test split.
Promoted version: v2 (branch production).
Usage
from transformers import pipeline classifier = pipeline("sentiment-analysis", model="Wadden/sentiment-versioning-demo", revision="production")
Interactive production demo
The quantized ONNX export of the promoted v2 revision is executed directly in the browser:
[Open the production Space](https://huggingface.co/spaces/Wadden/sentiment-versioning-space)
