openai / weak-to-strong

MIT License
2.5k stars 305 forks source link

fix mini_batch_size being referenced before assignment (openai#25) #26

Closed philipkd closed 9 months ago

philipkd commented 10 months ago

Quick fix for #25

Working Colab notebook

Note: This notebook successfully trains the weak model, but encounters a separate error when training the strong one.

WuTheFWasThat commented 9 months ago

thanks!