add model ecf1a40
colab_user commited on
How to use xhyi/distilLED1_08_31_2021_v3 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("xhyi/distilLED1_08_31_2021_v3")
model = AutoModelForSeq2SeqLM.from_pretrained("xhyi/distilLED1_08_31_2021_v3", device_map="auto")