Closed seshapad closed 3 months ago
@seshapad Does this require a particular transformer version to work? And if so, is it compatible with the version used by fms-hf-tuning?
@seshapad Does this require a particular transformer version to work? And if so, is it compatible with the version used by fms-hf-tuning?
@ashokponkumar Only on_optimizer_step()
has been added in 4.42.0 release. The rest have been available even in older versions and have been around for 2 years.
Description of the change
Some events like on_step_begin, on_optimizer_step, on_substep_end have been added to the trainer controller callback.
Related issue number
How to verify the PR
By using the events in the trainer controller configuration as
trigger
. For example:Was the PR tested