huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
133.89k stars 26.78k forks source link

Error in the model card page #12777

Closed yananchen1989 closed 3 years ago

yananchen1989 commented 3 years ago

https://huggingface.co/facebook/bart-large-mnli this page is about the

facebook/bart-large-mnli model.

However, in the section of

With manual PyTorch

the example show the loaded model is joeddav/xlm-roberta-large-xnli, which is not

facebook/bart-large-mnli

I suppose that this is an error .

LysandreJik commented 3 years ago

Thank you for the report, I have updated the modelcard in hf.co#c626438