Update modeling_florence2.py
#47
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.