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