Skip to content

Commit

Permalink
Update Getting_Started_with_OpenAI_Evals.ipynb (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
soferreira authored Oct 14, 2024
1 parent b72cade commit 4ce56a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 4ce56a2

Please sign in to comment.