Update modeling_ltgbert.py
Browse files- modeling_ltgbert.py +0 -1
modeling_ltgbert.py
CHANGED
@@ -825,4 +825,3 @@ class LtgbertForMultipleChoice(LtgbertModel):
|
|
825 |
hidden_states=contextualized_embeddings if output_hidden_states else None,
|
826 |
attentions=attention_probs if output_attentions else None
|
827 |
)
|
828 |
-
|
|
|
825 |
hidden_states=contextualized_embeddings if output_hidden_states else None,
|
826 |
attentions=attention_probs if output_attentions else None
|
827 |
)
|
|