mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 18:51:14 +06:00
Update configuration_auto.py
This commit is contained in:
parent
4efbbeca8f
commit
687788954f
@ -185,6 +185,7 @@ CONFIG_MAPPING = OrderedDict(
|
|||||||
("electra", ElectraConfig),
|
("electra", ElectraConfig),
|
||||||
("encoder-decoder", EncoderDecoderConfig),
|
("encoder-decoder", EncoderDecoderConfig),
|
||||||
("flaubert", FlaubertConfig),
|
("flaubert", FlaubertConfig),
|
||||||
|
("fsmt", FSMTConfig),
|
||||||
("funnel", FunnelConfig),
|
("funnel", FunnelConfig),
|
||||||
("gpt2", GPT2Config),
|
("gpt2", GPT2Config),
|
||||||
("gptj", GPTJConfig),
|
("gptj", GPTJConfig),
|
||||||
|
Loading…
Reference in New Issue
Block a user