Instructions to use NewT5SharedHeadsSharedKeyValues/t5-efficient-small-sh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NewT5SharedHeadsSharedKeyValues/t5-efficient-small-sh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NewT5SharedHeadsSharedKeyValues/t5-efficient-small-sh") model = AutoModelForSeq2SeqLM.from_pretrained("NewT5SharedHeadsSharedKeyValues/t5-efficient-small-sh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 92 Bytes
a877b12 | 1 2 3 4 5 6 7 8 9 | ---
tags:
- t5-new-failed
---
# Test
Hf T5: -146.39734268188477
MTF T5: -72.12132263183594
|