Technical GlossaryGenerative AI and LLM
Parameter Efficient Fine-Tuning
A fine-tuning approach that adapts a model using a limited number of parameters instead of updating the full model.
PEFT greatly reduces cost by removing the need to fully retrain large models for every task. Since task adaptation can be achieved with only a small number of added or trainable parameters, storage, training, and deployment efficiency all improve. It is especially valuable in enterprise multi-task scenarios.
You Might Also Like
Explore these concepts to continue your artificial intelligence journey.
