Training in progress, step 440 f7fae8e verified
Candela Welsh commited on
How to use candela-welsh/mbart-neutralization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("candela-welsh/mbart-neutralization")
model = AutoModelForSeq2SeqLM.from_pretrained("candela-welsh/mbart-neutralization")