(self)
| 1015 | self.init_weights() |
| 1016 | |
| 1017 | def get_output_embeddings(self): |
| 1018 | return self.cls.predictions.decoder |
| 1019 | |
| 1020 | @add_start_docstrings_to_callable(BERT_INPUTS_DOCSTRING.format("(batch_size, sequence_length)")) |
| 1021 | @add_code_sample_docstrings(tokenizer_class=_TOKENIZER_FOR_DOC, checkpoint="bert-base-uncased") |
nothing calls this directly
no outgoing calls
no test coverage detected