Instructions to use Recognai/zeroshot_selectra_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Recognai/zeroshot_selectra_small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="Recognai/zeroshot_selectra_small")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Recognai/zeroshot_selectra_small") model = AutoModelForSequenceClassification.from_pretrained("Recognai/zeroshot_selectra_small") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- fea9fac9b0f99a6f8f717fe34bd750212ddab78cbaaf81c7bf1bce512e5fc118
- Size of remote file:
- 90 MB
- SHA256:
- 729c69f558d1cec52ded9976a0f27c1fb024ab1786cb825e7b334db5a7041737
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.