I followed your post-training configs and used your released dataset, but I can get 0.1783 SR.
I noticed that there is a f_max=0.4 that restricts the lr to 8e-5 instead of 2e-4, and the lr scheduler cycle is 100k instead of 10k.
Are these parameters intended?
Did you test your released toml configs?
(model.rectified_flow_training_config and dataloader_train.dataloader are not registered in SFTExperimentConfig, so it contradicts the extra="forbid" and raises errors.)
I followed your post-training configs and used your released dataset, but I can get 0.1783 SR.
I noticed that there is a f_max=0.4 that restricts the lr to 8e-5 instead of 2e-4, and the lr scheduler cycle is 100k instead of 10k.
Are these parameters intended?
Did you test your released toml configs?
(model.rectified_flow_training_config and dataloader_train.dataloader are not registered in SFTExperimentConfig, so it contradicts the extra="forbid" and raises errors.)