huggingface / transformers

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

Wiki content part : XLM-RoBERTa, "xlm-roberta-base" #12451

Closed pangbochen closed 3 years ago

pangbochen commented 3 years ago

In the wiki page for XLM-R https://huggingface.co/transformers/model_doc/xlmroberta.html

the model name should be 'xlm-roberta-base' instead of 'roberta-base'

@sgugger

sgugger commented 3 years ago

Yes, that's because those models are direct subclasses of Roberta, so they have the same documentation.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.