DSTC10-MOD icon indicating copy to clipboard operation
DSTC10-MOD copied to clipboard

Please tell me the requirement of huggingface

Open zhaojunGUO opened this issue 2 years ago • 0 comments

hello, i find that the pretrained model can't be loaded beacause "size mismatch for transformer.h.0.attn.bias: copying a param with shape torch.Size([1, 1, 512, 512]) from checkpoint, the shape in current model is torch.Size([1, 1, 513, 513]). size mismatch for transformer.h.1.attn.bias: copying a param with shape torch.Size([1, 1, 512, 512]) from checkpoint, the shape in current model is torch.Size([1, 1, 513, 513]). " could you tell me the version of the huggingface?

zhaojunGUO avatar Jan 29 '23 14:01 zhaojunGUO