Update configuration_bert.py
Browse files- configuration_bert.py +1 -1
configuration_bert.py
CHANGED
|
@@ -115,7 +115,7 @@ class BertConfig(PretrainedConfig):
|
|
| 115 |
pad_token_id=0,
|
| 116 |
position_embedding_type="absolute",
|
| 117 |
use_cache=True,
|
| 118 |
-
classifier_dropout=None
|
| 119 |
**kwargs,
|
| 120 |
):
|
| 121 |
super().__init__(pad_token_id=pad_token_id, **kwargs)
|
|
|
|
| 115 |
pad_token_id=0,
|
| 116 |
position_embedding_type="absolute",
|
| 117 |
use_cache=True,
|
| 118 |
+
classifier_dropout=None,
|
| 119 |
**kwargs,
|
| 120 |
):
|
| 121 |
super().__init__(pad_token_id=pad_token_id, **kwargs)
|