_IncompatibleKeys(missing_keys=['encoder.embed_tokens.weight'], unexpected_keys=[])

#9
by mona1 - opened

when I use the config.json here load model.safetensors, but report the error
_IncompatibleKeys(missing_keys=['encoder.embed_tokens.weight'], unexpected_keys=[])

Is it that safetensor does not save the encoder's embedding weights?

Sign up or log in to comment