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