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

Class BertForPreTraining

src/bert_layers/model.py:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289
290class BertForPreTraining(BertPreTrainedModel):
291 # TBD: Coming in Future Commit
292 pass
293
294
295class BertLMHeadModel(BertPreTrainedModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected