Transformers
PyTorch
Rust
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use thisispublic/flan-t5-small-cnndm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thisispublic/flan-t5-small-cnndm with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thisispublic/flan-t5-small-cnndm") model = AutoModelForSeq2SeqLM.from_pretrained("thisispublic/flan-t5-small-cnndm") - Notebooks
- Google Colab
- Kaggle
Ctrl+K