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
Traceback (most recent call last):
File "src/reward_modeling/training/trainer_rm.py", line 351, in <module>
main()
File "src/reward_modeling/training/trainer_rm.py", line 209, in main
model = get_model(training_conf, tokenizer)
File "miniconda3/envs/reward_modeling_env/lib/python3.10/site-packages/model_training/utils/utils.py", line 354, in get_model
residual_dropout_lima=conf.residual_dropout_lima,
AttributeError: 'Namespace' object has no attribute 'residual_dropout_lima'. Did you mean: 'residual_dropout'?
The text was updated successfully, but these errors were encountered:
I'm trying to train a reward model using the given default configurations but I hit an odd error:
Command:
Error:
The text was updated successfully, but these errors were encountered: