Missing comma
Browse files- configuration_bert.py +1 -1
configuration_bert.py
CHANGED
|
@@ -97,7 +97,7 @@ class FlexBertConfig(TransformersBertConfig):
|
|
| 97 |
pad_logits: bool = False,
|
| 98 |
compile_model: bool = False,
|
| 99 |
masked_prediction: bool = False,
|
| 100 |
-
model_type: str = "flex_bert"
|
| 101 |
**kwargs,
|
| 102 |
):
|
| 103 |
"""
|
|
|
|
| 97 |
pad_logits: bool = False,
|
| 98 |
compile_model: bool = False,
|
| 99 |
masked_prediction: bool = False,
|
| 100 |
+
model_type: str = "flex_bert",
|
| 101 |
**kwargs,
|
| 102 |
):
|
| 103 |
"""
|