diff --git a/docs/tutorials/open-deep-research.mdx b/docs/tutorials/open-deep-research.mdx index 94acfde13..cdfd53be3 100644 --- a/docs/tutorials/open-deep-research.mdx +++ b/docs/tutorials/open-deep-research.mdx @@ -83,7 +83,7 @@ The following steps execute when a training run on a new cluster begins: - **Download the model checkpoint.** - Usually takes a few minutes depending on the model size. - **Train the model for a specified number of steps.** - - Each RL step involves running the research agent on benchmark questions, evaluating the results, and updating the model based on the rewards. Training time depends on the number of steps and the complexity of each research task. + - Each RL step involves running the research agent on a subset of benchmark questions, and updating the model based on the rewards. We hold out another subset of test set questions to evalutate model progress every 10 steps that we do not train on. Training time depends on the number of steps and the complexity of each research task. - **Upload the final model checkpoint.** - This usually takes a few minutes.