fix: formatting
Browse files- modeling_for_glue.py +0 -1
modeling_for_glue.py
CHANGED
@@ -190,7 +190,6 @@ class BertForQuestionAnswering(BertPreTrainedModel):
|
|
190 |
attentions=outputs.attentions,
|
191 |
)
|
192 |
|
193 |
-
|
194 |
class BertForTokenClassification(BertPreTrainedModel):
|
195 |
def __init__(self, config: JinaBertConfig):
|
196 |
super().__init__(config)
|
|
|
190 |
attentions=outputs.attentions,
|
191 |
)
|
192 |
|
|
|
193 |
class BertForTokenClassification(BertPreTrainedModel):
|
194 |
def __init__(self, config: JinaBertConfig):
|
195 |
super().__init__(config)
|