Add get_output_embeddings method
#10
by
xray1111
- opened
When load model using from_pretrained method, output embedding weights will not be loaded if it is shared with other weights, like input embedding.
When load model using from_pretrained method, output embedding weights will not be loaded if it is shared with other weights, like input embedding.