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
Right now the model evaluation script feeds in the checkpoints one at a time based on the range [FLAGS.eval_start, 999901 + FLAGS.Steps]. This works for the base size because the base size model starts at 999900 steps for finetuning. This starting value is different for some of the other sizes of the model so the code needs to be modified to run evaluation over the right range for those models.
The text was updated successfully, but these errors were encountered:
Right now the model evaluation script feeds in the checkpoints one at a time based on the range [FLAGS.eval_start, 999901 + FLAGS.Steps]. This works for the base size because the base size model starts at 999900 steps for finetuning. This starting value is different for some of the other sizes of the model so the code needs to be modified to run evaluation over the right range for those models.
The text was updated successfully, but these errors were encountered: