Views
No views yet
checkpoint-1400aylinakkus/qwen_2_5_math_epoch_1400/home/mert/aylin/capability-erosion-sft/LLaMA-Factory/saves/qwen2.5-1.5b/full/sft/checkpoint-1400model_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-1400/home/mert/aylin/capability-erosion-sft/LLaMA-Factory/saves/qwen2.5-1.5b/full/sft/checkpoint-1400