You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nadimkaysar
changed the title
REWARD_CHECKPOINT_PATH ( How I sovlve following issue?)
REWARD_CHECKPOINT_PATH ( How I solve following issue?)
May 30, 2024
Where did I find this 'REWARD_CHECKPOINT_PATH' as a bin file?
`
3 rw_tokenizer.pad_token = rw_tokenizer.eos_token
4 rw_model = GPTRewardModel(SFT_MODEL_PATH)
----> 5 rw_model.load_state_dict(REWARD_CHECKPOINT_PATH)
6 rw_model.half()
7 rw_model.eval()
`
The text was updated successfully, but these errors were encountered: