Instructions to use typeform/roberta-large-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typeform/roberta-large-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="typeform/roberta-large-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("typeform/roberta-large-mnli") model = AutoModelForSequenceClassification.from_pretrained("typeform/roberta-large-mnli") - Notebooks
- Google Colab
- Kaggle
Commit History
Revert "Update config.json" 3bf7b83 unverified
David Chu commited on
Update config.json 98eb63c
David Chu commited on
upload model d66bd7f unverified
David Chu commited on
Update README.md ec1ddff
David Chu commited on
Update README.md 9ad5ea6
David Chu commited on
Create README.md 3a074ff
David Chu commited on