Instructions to use zcode/bart_bc_80 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zcode/bart_bc_80 with Transformers:
# Load model directly from transformers import AutoTokenizer, BartMNLI tokenizer = AutoTokenizer.from_pretrained("zcode/bart_bc_80") model = BartMNLI.from_pretrained("zcode/bart_bc_80") - Notebooks
- Google Colab
- Kaggle
Ctrl+K