How to use mwesner/bart-mlm with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mwesner/bart-mlm") model = AutoModelForSeq2SeqLM.from_pretrained("mwesner/bart-mlm")
Can someone describe the process for training BART with MLM type dataCodes will be helpful
· Sign up or log in to comment