Views
No views yet
checkpoint-4000aylinakkus/qwen_2_5_math_epoch_4000/home/mert/aylin/capability-erosion-sft/LLaMA-Factory/saves/qwen2.5-1.5b/full/sft/checkpoint-4000model_state_dict.pt: PyTorch state dictionary containing the model weightsREADME.md: This file1import torch
2
3# Load the model state dict
4state_dict = torch.load("model_state_dict.pt", map_location='cpu')
5
6# Use with your model architecture
7# model.load_state_dict(state_dict)upload_checkpoints.py scriptcheckpoint-4000/home/mert/aylin/capability-erosion-sft/LLaMA-Factory/saves/qwen2.5-1.5b/full/sft/checkpoint-4000