Instructions to use Intel/bart-large-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intel/bart-large-mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Intel/bart-large-mrpc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Intel/bart-large-mrpc") model = AutoModelForSequenceClassification.from_pretrained("Intel/bart-large-mrpc") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
79930c8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:52514d1b74ce4faa81b4f357a394c17e2131b4c393cd6d9784a10f2f0b1d3190
size 3055
|