Typo
#1
by dafraile - opened
There is a typo in the model card code, where it says:
tokenizer = LEDTokenizer.from_pretrained("hyesunyun/update-summmarization-bart-large-longformer")
it should be: tokenizer = LEDTokenizer.from_pretrained("hyesunyun/update-summarization-bart-large-longformer")
(one less "m" in summarization)
Cheers,
David
Thank you for pointing out the typo. I have fixed the model card by removing the extra "m" in summarization.
Cheers,
Hye Sun
hyesunyun changed discussion status to closed