Transformers How to use hanane/t5_xxl_true_nli_mixture_aligned_augmented2ksamples with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("hanane/t5_xxl_true_nli_mixture_aligned_augmented2ksamples")
model = AutoModelForSeq2SeqLM.from_pretrained("hanane/t5_xxl_true_nli_mixture_aligned_augmented2ksamples")