diff --git a/examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb b/examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb index f493038cf3..6071ea795d 100644 --- a/examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb +++ b/examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb @@ -394,8 +394,6 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "These CLIs can accept various flags to modify their default behavior. You can run `oaieval --help` to see a full list of CLI options. \n", - "\n", "`oaieval` will search for the `spider-sql` eval YAML file in the `evals/registry/evals` directory, following the format specified in cell 4 above. The path to the eval dataset is specified in the eval YAML file under the args: parameter as `samples_jsonl: sql/spider_sql.jsonl`, with the file content in JSONL format (as generated in step 3 above).\n", "\n", "After running that command, you’ll see the final report of accuracy printed to the console, as well as a file path to a temporary file that contains the full report."