Closed vluechinger closed 4 years ago
one of the best visualization:
I didn't find yet a way to see the full structure with keras but using pytorch:
TFBertForSequenceClassification return the logits (you can path in the config how much class do you have )
What happens exactly in the BERT layer?
How can we unfold the structure using keras?
What happens exactly in the TFBertForSequenceClassification version?