Instructions to use google/t5_xxl_true_nli_mixture with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/t5_xxl_true_nli_mixture with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/t5_xxl_true_nli_mixture") model = AutoModelForSeq2SeqLM.from_pretrained("google/t5_xxl_true_nli_mixture", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Sample code for inference
#3
by aggr8 - opened
Hi, I want to use this model for one of my project, but have no idea how to generate response from this, is there any code snippet like https://huggingface.co/google/flan-t5-xxl available?
Thanks, it works perfectly!!
aggr8 changed discussion status to closed