We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AutoModelForMaskedLM
1 parent 5e24982 commit e477eb9Copy full SHA for e477eb9
src/transformers/modeling_auto.py
@@ -938,7 +938,7 @@ class AutoModelForMaskedLM:
938
This is a generic model class that will be instantiated as one of the model classes of the library---with a masked
939
language modeling head---when created with the when created with the
940
:meth:`~transformers.AutoModelForMaskedLM.from_pretrained` class method or the
941
- :meth:`~transformers.AutoModelForMasedLM.from_config` class method.
+ :meth:`~transformers.AutoModelForMaskedLM.from_config` class method.
942
943
This class cannot be instantiated directly using ``__init__()`` (throws an error).
944
"""
0 commit comments