How to use Mr-Vicky-01/T5-data-reasoning with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Mr-Vicky-01/T5-data-reasoning") model = AutoModelForSeq2SeqLM.from_pretrained("Mr-Vicky-01/T5-data-reasoning")
The community tab is the place to discuss and collaborate with the HF community!