Instructions to use google/long-t5-tglobal-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/long-t5-tglobal-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("google/long-t5-tglobal-base") model = AutoModelForMultimodalLM.from_pretrained("google/long-t5-tglobal-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c910dec
Update README.md 55dd9ce
Copy tokenizer files from t5-base 5093e24
Update ckpts 1ab8e27
Daniel Stancl commited on
Fix untie word embeddings cff30bf
Update README.md 452ea23
Add config file and PT+Flax ckpts 19164a5
Daniel Stancl commited on