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:
- 44076f664a9c1892e837e0340cb425dc8f464e0431bfbe8d97e2fdcd91853d7e
- Size of remote file:
- 501 MB
- SHA256:
- 8791589bf3dd2025eff17f635e43bec0b842a1f3a35f2f47aa73afc8c178e0e9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.