Metrics
OpenAI provides a user interface to analyze the metrics of the training process and model. You can access the metrics related to your fine-tuned models at https://platform.openai.com/finetune/.
The interface displays the list of your fine-tuned jobs:
Figure 9.7: List of fine-tuned jobs
You can choose to view all the fine-tuning jobs, the ones that were successful, or the ones that failed. If we choose a job that was successful, for example, we can view the job details as shown in the following excerpt:
Figure 9.8: Example view
Let’s go through the information provided in this figure:
- Status: Indicates the status of the fine-tuning process. In this case, we can see that the process was completed successfully.
- Job ID: A unique identifier for the fine-tuning job. This can be used to reference the job in queries or for support purposes.
- Base model: Specifies the pretrained model used as the starting point for fine-tuning...