Builder

public abstract class Builder

Builder for DistillationHyperParameters.

Constructors

Functions

Link copied to clipboard
Setter for adapterSize.
@CanIgnoreReturnValue()
public DistillationHyperParameters.Builder adapterSize(AdapterSize.Known knownType)
Setter for adapterSize given a known enum.
@CanIgnoreReturnValue()
public DistillationHyperParameters.Builder adapterSize(String adapterSize)
Setter for adapterSize given a string.
Link copied to clipboard
Setter for batchSize.
Link copied to clipboard
Link copied to clipboard
@CanIgnoreReturnValue()
public DistillationHyperParameters.Builder clearAdapterSize()
Clears the value of adapterSize field.
Link copied to clipboard
@CanIgnoreReturnValue()
public DistillationHyperParameters.Builder clearBatchSize()
Clears the value of batchSize field.
Link copied to clipboard
@CanIgnoreReturnValue()
public DistillationHyperParameters.Builder clearEpochCount()
Clears the value of epochCount field.
Link copied to clipboard
Clears the value of learningRate field.
Link copied to clipboard
Clears the value of learningRateMultiplier field.
Link copied to clipboard
Setter for epochCount.
Link copied to clipboard
Setter for learningRate.
Link copied to clipboard
public abstract DistillationHyperParameters.Builder learningRateMultiplier(Double learningRateMultiplier)
Setter for learningRateMultiplier.