A transformer model with default hyperparameters

setDefaultTransformer(
  estimatorSettings = setEstimator(learningRate = "auto", weightDecay = 1e-04, batchSize
    = 512, epochs = 10, seed = NULL, device = "cpu")
)

Arguments

estimatorSettings

created with `setEstimator`

Details

from https://arxiv.org/abs/2106.11959 Default hyperparameters from paper