What is the default learning rate (and other hyperparameters) for a Learner object?

I’m trying to figure out what the learning rate is set to by default when creating a language_model_learner Learner object from a TextLMDataBunch.

More in general, is there some easy way to figure out what the default settings are for the hyperparameters used by this learner (e.g. optimizer type, momentum, dropout, wd, etc.)?

Thanks much if you can help!

Hit shift-tab or use the docs. Anything that’s not mentioned there will use the defaults from Learner.

1 Like