From e1fdb6744059902c5ad8ab03514ed5ee82b535a2 Mon Sep 17 00:00:00 2001 From: Zander Chase <130414180+vowelparrot@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:26:49 -0700 Subject: [PATCH] Update description in Evals notebook (#6808) --- docs/extras/guides/evaluation/comparisons.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/extras/guides/evaluation/comparisons.ipynb b/docs/extras/guides/evaluation/comparisons.ipynb index 28da9942a83..5ee05161867 100644 --- a/docs/extras/guides/evaluation/comparisons.ipynb +++ b/docs/extras/guides/evaluation/comparisons.ipynb @@ -148,10 +148,11 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ - "list(zip(*[iter(batch_results)]*2)### Step 4. Generate Responses\n", + "### Step 4. Generate Responses\n", "\n", "We will generate outputs for each of the models before evaluating them." ]