Transformers How to use stmnk/codet5-small-code-summarization-python with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("stmnk/codet5-small-code-summarization-python")
model = AutoModelForSeq2SeqLM.from_pretrained("stmnk/codet5-small-code-summarization-python")