What is the role of a 'token classification head' when fine-tuning BERT for NER?
-
A
It pools the [CLS] token for sentence-level labels
-
B
It applies a linear layer to each token's contextual representation to predict NER tags
-
C
It masks random tokens during fine-tuning
-
D
It computes cross-attention between entity types