How to load a model properly?

I saved model like that:
torch.save(model.state_dict(), 'model.pt')

when I print it, it’s just OrderDict with many tensors: