#saving checkpoints with config files
12 messages · Page 1 of 1 (latest)
oh yes we will need to investigate apologies on the delay
Sorry I meant to link my post in help though they are similar issues
#help message
Oh np that’s okay I was just panicking because I was trying to do a progress study on my project
+1 on this
Ok so it looks like we'll need more time on this, we'll give you an answer in 10 hours or so
Thanks! @viscid zodiac my extremely jank work around is to train the model with different max_steps and then when it saves that model which is kind of like a checkpointed model it saves like the full version. it is a different training run each time but its the best i got rn
Wait I noticed you did not use FastLanguageModel.from_pretrained()
hence why there's no config file
checkpoints ye dont have configs
theyre technically not supposed to be used that way 🙂
Oh i see...when I tried to do FastLanguageModel.from_pretrained I think i also got an error that fastLanguagemodel didnt have a push_to_hub_merged method but I maybe used everything wrong
oh wait