state_dict weight shape mismatch
#1
by Winne001 - opened
RuntimeError: Error(s) in loading state_dict for Qwen3VLRewardModelFiLMHybrid:
size mismatch for model.language_model.embed_tokens.weight: copying a param with shape torch.Size([151670, 4096]) from checkpoint, the shape in current model is torch.Size([151675, 4096]).
size mismatch for lm_head.weight: copying a param with shape torch.Size([151670, 4096]) from checkpoint, the shape in current model is torch.Size([151675, 4096]).