How to use lmeninato/t5-small-codesearchnet-python-stripped with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("lmeninato/t5-small-codesearchnet-python-stripped") model = AutoModelForSeq2SeqLM.from_pretrained("lmeninato/t5-small-codesearchnet-python-stripped")