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