add model weights 4c7e213
Hamish Ivison commited on
How to use hamishivi/hypertask_T0_11B with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("hamishivi/hypertask_T0_11B")
model = AutoModelForSeq2SeqLM.from_pretrained("hamishivi/hypertask_T0_11B", device_map="auto")