(self)
| 614 | self.post_init() |
| 615 | |
| 616 | def get_output_embeddings(self): |
| 617 | return self.lm_head |
| 618 | |
| 619 | def set_output_embeddings(self, new_embeddings): |
| 620 | self.lm_head = new_embeddings |
nothing calls this directly
no outgoing calls
no test coverage detected