Instructions to use google/long-t5-local-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/long-t5-local-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/long-t5-local-base") model = AutoModelForSeq2SeqLM.from_pretrained("google/long-t5-local-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding generation config file(s) 8484523
Fix code example e040d65
Update README.md e6218cc
Copy tokenizer files from t5-base 6121e6d
Fix tie_word_embeddings a0ed3a3
Add PT checkpoint 920f64d
Update n_positions 1253f09
Daniel Stancl commited on
Specify encoder attn type 0d11a24
Daniel Stancl commited on
Add config and flax ckpt 5261045
Daniel Stancl commited on