Update configuration_auto.py

This commit is contained in:
Stella Biderman 2021-08-05 16:17:31 -04:00 committed by GitHub
parent 687788954f
commit cfaaae4c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,7 @@ CONFIG_MAPPING = OrderedDict(
("gptj", GPTJConfig),
("gpt_neo", GPTNeoConfig),
("hubert", HubertConfig),
("ibert", IBertConfig),
("layoutlm", LayoutLMConfig),
("led", LEDConfig),
("longformer", LongformerConfig),