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
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Librarian Bot: Add base_model information to model
#1 opened over 2 years ago
by
librarian-bot