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")
The community tab is the place to discuss and collaborate with the HF community!