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
David Chu commited on
Commit ·
ec1ddff
1
Parent(s): 9ad5ea6