AnswerDotAI / bert24

Apache License 2.0
66 stars 4 forks source link

WIP: Auto eval config #82

Closed bclavie closed 4 months ago

bclavie commented 4 months ago

Changes

Dependent on @rbiswasfc MLMMLU branch being merged.

Minor scripts to automatically convert train configs from checkpoints, as well as an example .sh to do so on a folder full of many checkpoints.

The script is built from @NohTow's convert script and handles a few more cases. The script takes a few arguments:

Finding the train config goes through a priority procesS:

Tests

WIP because I haven't yet been able to test the script (some admin issue so I gotta run to the US consulate) and I am 99% sure there will be some minor issues, but overall should be fine with no major changes required.