Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regarding checkpoints issue #31

Open
saichand018 opened this issue Jun 8, 2024 · 1 comment
Open

regarding checkpoints issue #31

saichand018 opened this issue Jun 8, 2024 · 1 comment

Comments

@saichand018
Copy link

my model got stopped middle but i got some checkpoints , how can i convert that to model.safetensors ?

@yaambe
Copy link

yaambe commented Jul 23, 2024

You can use resume_from_checkpoint and train for 0 epoch. So your json config file would have the following added:
"resume_from_checkpoint":"path/to/checkpoint/folder"
"num_train_epochs": 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants