Instructions to use textattack/facebook-bart-large-MNLI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use textattack/facebook-bart-large-MNLI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="textattack/facebook-bart-large-MNLI")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("textattack/facebook-bart-large-MNLI") model = AutoModelForSequenceClassification.from_pretrained("textattack/facebook-bart-large-MNLI", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
de11611 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:37e79e3d8ae18af3e31e1fb4cc3d12890931cca874af1ff456b3187def909bdd
size 1054
|