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