CustomModelFineTuning interface
model interface CustomModelFineTuning
- Extends
Properties
| hyper |
HyperParameters for fine tuning custom model. |
| model |
[Required] Enum to determine the type of fine tuning. |
Inherited Properties
| model | [Required] Input model for fine tuning. |
| task |
[Required] Fine tuning task type. |
| training |
[Required] Training data for fine tuning. |
| validation |
Validation data for fine tuning. |
Property Details
hyperParameters
HyperParameters for fine tuning custom model.
hyperParameters?: Record<string, string>
Property Value
Record<string, string>
modelProvider
[Required] Enum to determine the type of fine tuning.
modelProvider: "Custom"
Property Value
"Custom"
Inherited Property Details
model
[Required] Input model for fine tuning.
model: JobInputUnion
Property Value
Inherited From FineTuningVertical.model
taskType
[Required] Fine tuning task type.
taskType: string
Property Value
string
Inherited From FineTuningVertical.taskType
trainingData
[Required] Training data for fine tuning.
trainingData: JobInputUnion
Property Value
Inherited From FineTuningVertical.trainingData
validationData
Validation data for fine tuning.
validationData?: JobInputUnion
Property Value
Inherited From FineTuningVertical.validationData