Instructions to use NewT5SharedHeadsSharedKeyValues/t5-efficient-tiny-sh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NewT5SharedHeadsSharedKeyValues/t5-efficient-tiny-sh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("NewT5SharedHeadsSharedKeyValues/t5-efficient-tiny-sh") model = AutoModelForMultimodalLM.from_pretrained("NewT5SharedHeadsSharedKeyValues/t5-efficient-tiny-sh") - Notebooks
- Google Colab
- Kaggle
Ctrl+K