From 47a7ed0e905d9a8d651239453907ab1c542e8aef Mon Sep 17 00:00:00 2001 From: Merlin Kallenborn Date: Tue, 21 May 2024 09:29:28 +0200 Subject: [PATCH] docs: Add elo how-to to readme TASK: IL-502 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e04d435e2..18564ba84 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ The how-tos are quick lookups about how to do things. Compared to the tutorials, aggregation | | [...retrieve data for analysis](./src/documentation/how_tos/how_to_retrieve_data_for_analysis.ipynb) | Retrieve experiment data in multiple different ways | | [...implement a custom human evaluation](./src/documentation/how_tos/how_to_human_evaluation_via_argilla.ipynb) | Necessary steps to create an evaluation with humans as a judge via Argilla | +| [...implement elo evaluations](./src/documentation/how_tos/how_to_implement_elo_evaluations.ipynb) | Evaluate runs and create ELO ranking for them | # Models