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, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NewT5SharedHeadsSharedKeyValues/t5-efficient-tiny-sh") model = AutoModelForSeq2SeqLM.from_pretrained("NewT5SharedHeadsSharedKeyValues/t5-efficient-tiny-sh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 90 Bytes
b58436a | 1 2 3 4 5 6 7 8 9 | ---
tags:
- t5-new-failed
---
# Test
Hf T5: -149.6728801727295
MTF T5: -74.4166259765625
|