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
it is difficult to train different models because of the steps required to update configs. this involves editing the configs in config.py by modifying or adding items to _GPT_CONFIGS_LIST or _TRAINING_CONFIGS_LIST. changing python files affects version control which adds further inconvenience
Not sure on the best way to fix this. Some options:
setting training parameters from the command line. Though, there may be so many parameters that also makes this inconvenient
use notebooks?
can we use wandb to make this easier? e.g. by leveraging artifacts?
config management libraries e.g. hydra?
Requires more research
The text was updated successfully, but these errors were encountered:
it is difficult to train different models because of the steps required to update configs. this involves editing the configs in
config.py
by modifying or adding items to_GPT_CONFIGS_LIST
or_TRAINING_CONFIGS_LIST
. changing python files affects version control which adds further inconvenienceNot sure on the best way to fix this. Some options:
Requires more research
The text was updated successfully, but these errors were encountered: