Instructions to use typeform/squeezebert-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typeform/squeezebert-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="typeform/squeezebert-mnli")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("typeform/squeezebert-mnli", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json 040a407
David Chu commited on
Update config.json ba78a32
David Chu commited on
Update config.json 3eb0228
David Chu commited on
Update config.json 1fc6466
David Chu commited on
Update config.json f70e06a
David Chu commited on
fix: add label2id and id2label 625d89b
David Chu commited on
add model cbe46fb unverified
David Chu commited on
Create README.md e28a5ea
David Chu commited on