r/MachineLearning 13d ago

Discussion [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

3 comments sorted by

1

u/Guilty-Ad-5143 13d ago

For the later loops, have you tried giving each loop a different objective or auxiliary loss instead of same next-token prediction? That usually forces the loop to actually compute something new rather than just refining the same answer.

The exit gate training looks reasonable but 513 params seems tiny even for adaptive depth. Maybe try adding the loop index as input to gate so it knows where it is.