CourtSim-LLM / check.py
VentusAislant's picture
Upload CourtSim-LLM checkpoints
e8a7382 verified
import torch
weight = torch.load('defendant_model/adapter_model.bin', 'cpu')
for k, v in weight.items():
print(k, v.shape)