Skip to content

Commit

Permalink
fix: Fix text of Step 4 section in elo_qa_eval.ipynb
Browse files Browse the repository at this point in the history
TASK: IL-394
  • Loading branch information
SebastianNiehusAA committed May 16, 2024
1 parent 11e2a96 commit 9e4187a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/documentation/elo_qa_eval.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Step 4 Addition of New Models\n",
"# Step 4 - Addition of New Models\n",
"\n",
"Now let us consider the case where we want to add new models to our existing evaluation.\n",
"Since the comparison of answers is rather time-consuming, we want to avoid recalculating the evaluation for the previous models, and just compare the new models to the old ones. This is why we used the `IncrementalEloQaEvaluator` to begin with.\n",
"\n",
"For this example, we first define the new models _\"luminous-base-control-v10\"_ and _\"luminous-supreme-control-v15\"_, and generate their answers."
"For this example, we first define the new models and generate their answers."
]
},
{
Expand Down

0 comments on commit 9e4187a

Please sign in to comment.