You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand we can specify the learning rate for each layer using custom_layer_parameters.
But what is the behavior of simpletransformer training by default? If I only mention learning_rate in model_args, does that apply to all layers in pretrained roberta-large or only the regression layer in it?
The text was updated successfully, but these errors were encountered:
I understand we can specify the learning rate for each layer using custom_layer_parameters.
But what is the behavior of simpletransformer training by default? If I only mention learning_rate in model_args, does that apply to all layers in pretrained roberta-large or only the regression layer in it?
The text was updated successfully, but these errors were encountered: