Training
Training turns example conversations into a fine-tuning job for an Agent. Each training session contains ordered user and assistant turns and keeps the job status with the session.Before you start
Select the Agent you want to train. A new training session is linked to the selected Agent, and the session can use models configured for that Agent.Create or open a session
- Open Training.
- Select New session.
- Enter a clear session name. You can also add a description.
- Select Create to open the session.
Choose a model
In the session, choose a Base model from the models configured for the selected Agent. If no model is available, configure a model for the Agent before starting fine-tuning. The chosen model is the starting point for the fine-tuning job. The Hub does not use Knowledge documents as training examples automatically.Add conversation examples
Each example is an ordered conversation made of user and assistant turns.- Enter the message text in each turn.
- Select the user or assistant role beside a turn.
- Select Add turn to continue the conversation.
- Delete a turn when it is not needed.
- Duplicate an example to create a similar variation.
- Delete an example to remove it from the session.
Save and start fine-tuning
Select Save to store the session name, description, and examples without starting a job. When the examples are ready:- Confirm that the intended Agent is selected.
- Confirm the base model.
- Review every user and assistant turn.
- Select Start training.
Follow the job status
The session displays the current fine-tuning stage:- Draft: The session has not started a job.
- Queued: The provider accepted the job and queued it.
- Validating files: The provider is validating the prepared training data.
- Running: Fine-tuning is in progress.
- Deployment in progress: The resulting model is being prepared.
- Succeeded: Fine-tuning completed. The resulting model identifier is shown.
- Failed: The job stopped with an error.
- Cancelled: The active job was cancelled.
Training and Knowledge
Use the feature that matches your goal:- Use Knowledge for facts that should remain editable and retrievable from documents.
- Use Training for repeated examples of how an Agent should respond.
- Update a Knowledge document when source information changes.
- Create and review a new training session when you need another fine-tuned behavior.
Next steps
Knowledge
Add documents that an Agent can retrieve as grounded context.