Learning Rate Schedules

Inverse Square Root Schedule

Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This sets a constant learning rate for the first $k$ steps, then exponentially decays the learning rate until pre-training is over.

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 95 9.03%
Question Answering 65 6.18%
Decoder 55 5.23%
Text Generation 46 4.37%
Sentence 44 4.18%
Retrieval 31 2.95%
Translation 30 2.85%
Machine Translation 25 2.38%
Natural Language Understanding 23 2.19%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories