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.
1 parent d83e64d commit 75ae457Copy full SHA for 75ae457
paddlenlp/transformers/bert/configuration.py
@@ -365,7 +365,7 @@ class BertConfig(PretrainedConfig):
365
>>> configuration = model.config
366
```"""
367
model_type = "bert"
368
- standard_config: Dict[str, str] = {"dropout": "classifier_dropout"}
+ standard_config_map: Dict[str, str] = {"dropout": "classifier_dropout"}
369
pretrained_init_configuration = BERT_PRETRAINED_INIT_CONFIGURATION
370
371
def __init__(
0 commit comments