ParameterEfficientFinetuningData#

class nemo_microservices.types.shared_params.ParameterEfficientFinetuningData

Bases: TypedDict

finetuning_type: Required[Literal['lora', 'all_weights']]

The type of finetuning.

lora: LoraFinetuningData

Data about a LoRA fine-tuned model.

p_tuning: PTuningFinetuningData

Data about a p-tuned model.