How to use midrees2806/T5_FinetunedModel with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("midrees2806/T5_FinetunedModel") model = AutoModelForSeq2SeqLM.from_pretrained("midrees2806/T5_FinetunedModel")
The community tab is the place to discuss and collaborate with the HF community!