Supervised Hyper Parameters
@Serializable
Hyperparameters for SFT. This data type is not supported in Gemini API.
Constructors
Link copied to clipboard
constructor(adapterSize: AdapterSize? = null, batchSize: Long? = null, epochCount: Long? = null, learningRate: Double? = null, learningRateMultiplier: Double? = null)
Properties
Link copied to clipboard
Optional. Adapter size for tuning.
Link copied to clipboard
Optional. Number of complete passes the model makes over the entire training dataset during training.
Link copied to clipboard
Optional. Learning rate for tuning. Mutually exclusive with learning_rate_multiplier. This feature is only available for open source models.
Link copied to clipboard
Optional. Multiplier for adjusting the default learning rate. Mutually exclusive with learning_rate. This feature is only available for 1P models.