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