balitaacro/queue-slate-index
0
Zero-Shot Classifier
Zero-shot text classification with MNLI. Optimized for low-latency inference on CPU.
Usage
python -c "import requests; print(requests.post('http://localhost:7860/predict', json={'text':'test'}).json())"API
GET /model/info — Model metadata and config
GET /health — Liveness and readiness probe