How to use nadiamaqbool81/codet5-large-hf-python_new with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nadiamaqbool81/codet5-large-hf-python_new") model = AutoModelForSeq2SeqLM.from_pretrained("nadiamaqbool81/codet5-large-hf-python_new")