You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to do fine-tuning and I followed the exact steps provided, but I believe there are some missing files in Hugging Face.
The file mm_projector.bin is only available in Chat-UniVi/Chat-UniVi-7B-v1.5-Stage-1
Could you clarify which model this bin file is compatible with? Is it:
Chat-UniVi/Chat-UniVi
Chat-UniVi/Chat-UniVi-7B-v1.5
Chat-UniVi/Chat-UniVi-13B
I have tried all of them, but none worked. I encountered a size mismatch error: size mismatch for weight: copying a param with shape torch.Size([4096, 1024]) from checkpoint, the shape in current model is torch.Size([0]).
Could you please guide me on how to resolve this issue and proceed with fine-tuning?
The text was updated successfully, but these errors were encountered:
Thank you for this excellent work.
I’m trying to do fine-tuning and I followed the exact steps provided, but I believe there are some missing files in Hugging Face.
The file
mm_projector.bin
is only available in Chat-UniVi/Chat-UniVi-7B-v1.5-Stage-1Could you clarify which model this bin file is compatible with? Is it:
I have tried all of them, but none worked. I encountered a size mismatch error:
size mismatch for weight: copying a param with shape torch.Size([4096, 1024]) from checkpoint, the shape in current model is torch.Size([0]).
Could you please guide me on how to resolve this issue and proceed with fine-tuning?
The text was updated successfully, but these errors were encountered: