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