Zero-Shot Classification
Transformers
PyTorch
TensorFlow
Safetensors
English
distilbert
text-classification
Instructions to use typeform/distilbert-base-uncased-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typeform/distilbert-base-uncased-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="typeform/distilbert-base-uncased-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("typeform/distilbert-base-uncased-mnli") model = AutoModelForSequenceClassification.from_pretrained("typeform/distilbert-base-uncased-mnli") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 3a1c032
David Chu commited on
Update README.md f507f5c
David Chu commited on
Update config.json 5814354
David Chu commited on
fix: id2label and label2id b91e7a7
David Chu commited on
Update label2id 25850c5
David Chu commited on
Update label2id 75d12f3
David Chu commited on
add model 6554ccb
EC2 Default User commited on
Update README.md 299aa66
David Chu commited on
Update README.md a16bfcd
David Chu commited on
Update README.md a3ca2fb
David Chu commited on
Create README.md d3cd641
David Chu commited on