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: 134 Bytes
7be5298 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9f6e9f6e9b14a6532a727e8edaf74d8b1d7ca67d6e67dd1ccfdf62b2a7e03dc1
size 711493997
|