Instructions to use facebook/bart-large-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/bart-large-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="facebook/bart-large-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("facebook/bart-large-mnli") model = AutoModelForSequenceClassification.from_pretrained("facebook/bart-large-mnli") - Inference
- Notebooks
- Google Colab
- Kaggle
Import Failed - Any help?
#45
by MajinClue - opened
I followed the installation instructions here and also tried using ComfyUI Manager to install but in each attempt the import failed to install. The folder for mana-node did appear under custom nodes each time (and I also ran the installation for requirements.txt) but import failed anyway. I have the latest version of ComfyUI v0.3.45 running standalone. Is this a known issue? Is there some other step I'm missing/dependency need?