End of training 3fa84d9 verified
shubham commited on
How to use imwizard/flan-t5-base-lable_model_1 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("imwizard/flan-t5-base-lable_model_1")
model = AutoModelForSeq2SeqLM.from_pretrained("imwizard/flan-t5-base-lable_model_1")