NohTow commited on
Commit
579d6e4
1 Parent(s): 773ae6e

Missing comma

Browse files
Files changed (1) hide show
  1. 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
  """