DSTC10-MOD
DSTC10-MOD copied to clipboard
Please tell me the requirement of huggingface
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?