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