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