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
David commited on
Commit ·
fc4915e
1
Parent(s): 42c8426
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4dae484c51c3a82efed4a22a596456d00507b4d3c4505d174a0c0b12cb3bf9a
|
| 3 |
+
size 163453385
|