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")
No model card