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
| { | |
| "caveats_and_recommendations": {}, | |
| "ethical_considerations": {}, | |
| "evaluation_data": {}, | |
| "factors": {}, | |
| "intended_use": {}, | |
| "metrics": {}, | |
| "model_details": {}, | |
| "quantitative_analyses": {}, | |
| "training_data": {} | |
| } | |