-
Notifications
You must be signed in to change notification settings - Fork 319
Prodigy optimizer_type #277
Comments
Tried this aswell, no success here. |
If this is relevant for you:
Then you have to change a bit in the
(first two are for metadata printing only though) Then training should run fine (I hope) If you re-run steps 5.2-5.4, config file will be replaced, so better to change config files directly. Tested but I get overfitting results so early, I don't know how to set Prodigy correctly… |
This guide says to use more epochs than repeats, and that he gets good results. |
To whom it may concern, Prodigy works nice and fast, but can easily overcook. So epochs > repeats seems best. In section 5.2: Set In section 5.4: Set Set Set And in the code for 5.4, look for I also found this guide to keep an eye on. |
I see #242 says it's implemented, but github search can't find any evidence.
Tried installing with
!pip install -U prodigyopt
and manually inputtingProdigy
as theoptimizer_type
but it didn't work.Any one had success?
The text was updated successfully, but these errors were encountered: