Update description in Evals notebook (#6808)

This commit is contained in:
Zander Chase 2023-06-27 00:26:49 -07:00 committed by GitHub
parent ad028bbb80
commit e1fdb67440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,10 +148,11 @@
] ]
}, },
{ {
"attachments": {},
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"list(zip(*[iter(batch_results)]*2)### Step 4. Generate Responses\n", "### Step 4. Generate Responses\n",
"\n", "\n",
"We will generate outputs for each of the models before evaluating them." "We will generate outputs for each of the models before evaluating them."
] ]