Transformers How to use ralcanta/do_nothing_bert with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ralcanta/do_nothing_bert")
model = AutoModelForSeq2SeqLM.from_pretrained("ralcanta/do_nothing_bert")