gwlms/dewiki-20230701-chunks
Updated • 1.14k
How to use gwlms/t5-efficient-large-dewiki-v1 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("gwlms/t5-efficient-large-dewiki-v1")
model = AutoModelForSeq2SeqLM.from_pretrained("gwlms/t5-efficient-large-dewiki-v1")Coming soon!
Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC). Many Thanks for providing access to the TPUs ❤️