runtime error

Exit code: 1. Reason: n current model is torch.Size([768]). size mismatch for decoder.block.7.layer.1.EncDecAttention.q.weight: copying a param with shape torch.Size([384, 512]) from checkpoint, the shape in current model is torch.Size([768, 768]). size mismatch for decoder.block.7.layer.1.EncDecAttention.k.weight: copying a param with shape torch.Size([384, 512]) from checkpoint, the shape in current model is torch.Size([768, 768]). size mismatch for decoder.block.7.layer.1.EncDecAttention.v.weight: copying a param with shape torch.Size([384, 512]) from checkpoint, the shape in current model is torch.Size([768, 768]). size mismatch for decoder.block.7.layer.1.EncDecAttention.o.weight: copying a param with shape torch.Size([512, 384]) from checkpoint, the shape in current model is torch.Size([768, 768]). size mismatch for decoder.block.7.layer.1.layer_norm.weight: copying a param with shape torch.Size([512]) from checkpoint, the shape in current model is torch.Size([768]). size mismatch for decoder.block.7.layer.2.DenseReluDense.wi_0.weight: copying a param with shape torch.Size([1024, 512]) from checkpoint, the shape in current model is torch.Size([2048, 768]). size mismatch for decoder.block.7.layer.2.DenseReluDense.wi_1.weight: copying a param with shape torch.Size([1024, 512]) from checkpoint, the shape in current model is torch.Size([2048, 768]). size mismatch for decoder.block.7.layer.2.DenseReluDense.wo.weight: copying a param with shape torch.Size([512, 1024]) from checkpoint, the shape in current model is torch.Size([768, 2048]). size mismatch for decoder.block.7.layer.2.layer_norm.weight: copying a param with shape torch.Size([512]) from checkpoint, the shape in current model is torch.Size([768]). size mismatch for decoder.final_layer_norm.weight: copying a param with shape torch.Size([512]) from checkpoint, the shape in current model is torch.Size([768]). size mismatch for lm_head.weight: copying a param with shape torch.Size([250112, 512]) from checkpoint, the shape in current model is torch.Size([32100, 768]).

Container logs:

Fetching error logs...