issues
search
nerdslab-club
/
cl_model
All models required for curious learner
GNU Affero General Public License v3.0
1
stars
0
forks
source link
Implement the cl-pretrainer training
#13
Closed
afmjoaa
closed
1 year ago
afmjoaa
commented
1 year ago
[x] Implement construct_batches_for_cl_pre_trainer inside the batch builder
[x] Implement the training loop and return the batch accuracy and batch loss on each epoch.
[x] Add checkpoint manager for cl pre trainer model
[x] Add test for training and saving the model
afmjoaa
commented
1 year ago
Only train for next word prediction task.
afmjoaa
commented
1 year ago
Done