Learn Before
Notation for Parameters in the Fine-Tuning Process
In the context of fine-tuning, specific symbols denote the model's parameters at different stages. The optimization begins with the pre-trained parameters, denoted as . The parameters actively updated during tuning are represented by , signifying their initialization from . Once the fine-tuning process concludes, the resulting optimal parameters are denoted as .

0
1
References
Reference of Foundations of Large Language Models Course
Reference of Foundations of Large Language Models Course
Reference of Foundations of Large Language Models Course
Reference of Foundations of Large Language Models Course
Reference of Foundations of Large Language Models Course
Reference of Foundations of Large Language Models Course
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models Course
Ch.1 Pre-training - Foundations of Large Language Models
Related
Fine-Tuning as Maximum Likelihood Estimation
A machine learning engineer is adapting a large, pre-trained language model for a new text classification task. They have a labeled dataset D containing pairs of text inputs (x) and their correct labels (y_gold). The engineer formulates the following objective for the adaptation process, where θ represents the model parameters which are initialized randomly:
What is the primary conceptual error in this formulation for the specific goal of adapting the pre-trained model?
Notation for Parameters in the Fine-Tuning Process
Comparing Optimization Objectives in Model Training
The objective for fine-tuning a pre-trained model is formally expressed as: Match each component of this objective function to its correct description.
Application Formula for Fine-Tuned BERT Models
Learn After
Mathematical Formulation of the Supervised Fine-Tuning Objective
A machine learning engineer is performing supervised fine-tuning on a pre-trained language model. The process involves three distinct states for the model's parameters:
- The initial parameters loaded from the pre-trained model before any new training begins.
- The parameters as they are being iteratively updated by the optimization algorithm on the new dataset.
- The final, converged parameters after the fine-tuning process is complete.
Which option correctly maps the standard notation to these three states?
Notation for Predicted Output During Fine-Tuning
In the mathematical description of a model fine-tuning process, different symbols are used to represent the model's parameters at various stages. Match each symbol with its correct description.
Correcting Fine-Tuning Parameter Notation
Optimal Parameters Formula in Fine-Tuning