Tuning — это процесс корректировки параметров, hyperparameters, prompts или поведения модели для улучшения производительности на желаемой задаче. Он может включать выбор configuration values, fine-tuning модели или уточнение входов без изменения weights базовой модели.
The process of adapting a foundation model to perform specific tasks with greater precision and accuracy. Tuning is achieved by adjusting some or all of the model's parameters or training a model on a dataset that contains examples that replicate the tasks and results that you want. Tuning techniques include full fine-tuning (updates all parameters), parameter-efficient tuning / adapter tuning (updates some parameters), and supervised fine-tuning (trains on labeled input-output pairs).