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: 135 Bytes
79930c8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2742ddfb041d8a84815564f2689ef8913c0f9e22a452f5c95777ec45fb8d5d09
size 1629536955
|