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