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