Skip to content

Commit ad69166

Browse files
authored
[Fix] Evals Img Cookbook - API grader link (#1978)
1 parent 843a8bc commit ad69166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/evaluation/use-cases/EvalsAPI_Image_Inputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"cell_type": "markdown",
175175
"metadata": {},
176176
"source": [
177-
"For our testing criteria, we set up our grader config. In this example, it is a model grader that takes in an image, reference answer, and sampled model response (in the `sample` namespace), and then outputs a score between 0 and 1 based on how closely the model response matches the reference answer and its general suitability for the conversation. For more info on model graders, visit [API Grader docs](hhttps://platform.openai.com/docs/api-reference/graders). \n",
177+
"For our testing criteria, we set up our grader config. In this example, it is a model grader that takes in an image, reference answer, and sampled model response (in the `sample` namespace), and then outputs a score between 0 and 1 based on how closely the model response matches the reference answer and its general suitability for the conversation. For more info on model graders, visit [API Grader docs](https://platform.openai.com/docs/api-reference/graders). \n",
178178
"\n",
179179
"Getting the both the data and the grader right are key for an effective evaluation. So, you will likely want to iteratively refine the prompts for your graders. "
180180
]

0 commit comments

Comments
 (0)