Update configuration_bert.py
Browse files- configuration_bert.py +1 -1
configuration_bert.py
CHANGED
@@ -128,7 +128,7 @@ class JinaBertConfig(PretrainedConfig):
|
|
128 |
classifier_dropout=None,
|
129 |
feed_forward_type="original",
|
130 |
emb_pooler=None,
|
131 |
-
attn_implementation=
|
132 |
**kwargs,
|
133 |
):
|
134 |
super().__init__(pad_token_id=pad_token_id, **kwargs)
|
|
|
128 |
classifier_dropout=None,
|
129 |
feed_forward_type="original",
|
130 |
emb_pooler=None,
|
131 |
+
attn_implementation=None,
|
132 |
**kwargs,
|
133 |
):
|
134 |
super().__init__(pad_token_id=pad_token_id, **kwargs)
|