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 README.md files in the model and the model/model_training folder include the following command python trainer_rm.py --configs defaults_rm oasst-rm-1-pythia-1b to train the reward model.
Running this command returns a KeyError: 'oasst-rm-1-pythia-1b' since the model/model_training/configs/config_rm.yaml file only has the following model options
oasst-rm-1-pythia-6.9b
oasst-rm-1-pythia-2.8b
oasst-rm-1-pythia-1.4b
The text was updated successfully, but these errors were encountered:
The README.md files in the model and the model/model_training folder include the following command
python trainer_rm.py --configs defaults_rm oasst-rm-1-pythia-1b
to train the reward model.Running this command returns a
KeyError: 'oasst-rm-1-pythia-1b'
since the model/model_training/configs/config_rm.yaml file only has the following model optionsThe text was updated successfully, but these errors were encountered: