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
- Xet hash:
- 6dcb3b41f331161785273e70f2774e999b0970f540c6eb9d0a4d54a3bde96f08
- Size of remote file:
- 163 MB
- SHA256:
- e4dae484c51c3a82efed4a22a596456d00507b4d3c4505d174a0c0b12cb3bf9a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.