Alpha-250127 / src /check.py
jade012's picture
Upload folder using huggingface_hub
402cc8d verified
raw
history blame contribute delete
131 Bytes
import torch
loaded_data = torch.load("loss_params.pth")
loaded_metadata = loaded_data["metadata"]['author']
print(loaded_metadata)