transformersのcallbacks
https://huggingface.co/docs/transformers/main/en/main_classes/callback
Callbacks are “read only” pieces of code, apart from the TrainerControl object they return, they cannot change anything in the training loop.
コールバックはPolicyパターンっぽい