openai / weak-to-strong

MIT License
2.5k stars 305 forks source link

Training stopping criteria: fixed epochs ? #36

Open Aakriti05 opened 6 months ago

Aakriti05 commented 6 months ago

I wanted to know if fixed training epoch has been used for training and as a stopping criteria ? Generally a validation set is used. I wanted to know what criteria has been used to report the final results and why ?

Thanks