Optional
lora_This field must not be set while creating a fine tuning job with InstructLab.
The alpha parameter for Lora scaling.
Optional
lora_This field must not be set while creating a fine tuning job with InstructLab.
The dropout probability for Lora layers.
Optional
rankThis field must not be set while creating a fine tuning job with InstructLab.
The Lora attention dimension (the "rank").
Optional
target_This field must not be set while creating a fine tuning job with InstructLab.
The names of the modules to apply the adapter to. If this is specified, only the modules with the specified names will be replaced. Please specify modules as per model architecture. If the value is ["all-linear"], then LORA selects all linear and Conv1D modules as per model architecture, except for the output layer.
Optional
typeThis field must not be set while creating a fine tuning job with InstructLab.
The type specification for a LoRA or QLoRA Fine Tuning job. If type is set to none
, no other parameters in
this object need to be specified.
Parameters to be set when running a Fine Tuning job with LoRA/QLoRA.