mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix typo in AutoModelForMaskedLM docs (#8129)
This commit is contained in:
parent
5e24982e58
commit
e477eb919f
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ class AutoModelForMaskedLM:
|
|||
This is a generic model class that will be instantiated as one of the model classes of the library---with a masked
|
||||
language modeling head---when created with the when created with the
|
||||
:meth:`~transformers.AutoModelForMaskedLM.from_pretrained` class method or the
|
||||
:meth:`~transformers.AutoModelForMasedLM.from_config` class method.
|
||||
:meth:`~transformers.AutoModelForMaskedLM.from_config` class method.
|
||||
|
||||
This class cannot be instantiated directly using ``__init__()`` (throws an error).
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue