why model.config.tie_encoder_decoder = False?
I thought it would be problematic if this parameter were set to True when using it across two or more models.
tie_encoder_decoder (
bool, optional, defaults toFalse) — Whether all encoder weights should be tied to their equivalent decoder weights. This requires the encoder and decoder model to have the exact same parameter names.