Instructions to use jamesdborin/Roberta-Large-MRPC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesdborin/Roberta-Large-MRPC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jamesdborin/Roberta-Large-MRPC")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jamesdborin/Roberta-Large-MRPC") model = AutoModelForSequenceClassification.from_pretrained("jamesdborin/Roberta-Large-MRPC") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b25dfc6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c2d66ce14204b40e1f357b53f7f399e1563792103005fd488cba7e0ef8237014
size 1421587189
|