Instructions to use Team-PIXEL/pixel-base-finetuned-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Team-PIXEL/pixel-base-finetuned-mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Team-PIXEL/pixel-base-finetuned-mrpc")# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("Team-PIXEL/pixel-base-finetuned-mrpc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8463f23 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:83ab5c39e2b1c34a955136275ce0db068cb20d9643ead033d6b8124a73ab4f64
size 15645492
|