models
models copied to clipboard
[Task] Advanced example of training transformer-based model with techniques supported in HuggingFace trainer class
Create an example (notebook or python script) including guidelines on how to train transformer-based models with techniques supported in the HuggingFace trainer class, such as Early stopping, fp16, lr scheduler, and model checkpoints.