MCPcopy Create free account
hub / github.com/AnswerDotAI/ModernBERT / BertForTokenClassification

Class BertForTokenClassification

src/bert_layers/model.py:705–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704
705class BertForTokenClassification(BertPreTrainedModel):
706 # TBD: Push in future commit
707 pass
708
709
710class BertForQuestionAnswering(BertPreTrainedModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected