ParameterEfficientFinetuningDataDeParam#
- class nemo_microservices.types.ParameterEfficientFinetuningDataDeParam
Bases:
TypedDict- finetuning_type: Required[Literal['p_tuning', '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.