Instructions to use prajjwal1/roberta-base-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prajjwal1/roberta-base-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="prajjwal1/roberta-base-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("prajjwal1/roberta-base-mnli") model = AutoModelForSequenceClassification.from_pretrained("prajjwal1/roberta-base-mnli") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8c65629db531b7853778582780c19c1acec61f3ec95a8f53acd0f60dfee56248
- Size of remote file:
- 499 MB
- SHA256:
- a15d1a1c3c9eaccdf25412c8f02955163dc72011b6fcd6b61ca89b56970f8ee7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.