From dd1e4d0ddb0c7ba307070214030d88915e53b42a Mon Sep 17 00:00:00 2001 From: dafnapension Date: Thu, 18 Apr 2024 11:29:00 +0300 Subject: [PATCH 1/2] fix a small typo Signed-off-by: dafnapension --- docs/docs/llm_as_judge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/llm_as_judge.rst b/docs/docs/llm_as_judge.rst index f059f6cdd..f7d2b294f 100644 --- a/docs/docs/llm_as_judge.rst +++ b/docs/docs/llm_as_judge.rst @@ -15,7 +15,7 @@ Using LLM As a Judge in unitxt ---------------------------- Using LLM as a judge is extremely simple in unitxt. You should simply choose llm as a judge metric, and unitxt will do the rest... -Unitxt catalogs includes a collection of preexisting LLM as judges that can be used like any other +Unitxt catalog includes a collection of preexisting LLM as judges that can be used like any other metric. To specify an LLM as judge metric, you can specify it in the dataset or in the recipe. For example: From e70d535c19e690fb72b7eac0e4a3f364ecf35454 Mon Sep 17 00:00:00 2001 From: Yoav Katz <68273864+yoavkatz@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:27:33 +0300 Subject: [PATCH 2/2] Update docs/docs/llm_as_judge.rst --- docs/docs/llm_as_judge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/llm_as_judge.rst b/docs/docs/llm_as_judge.rst index f7d2b294f..03946d1ee 100644 --- a/docs/docs/llm_as_judge.rst +++ b/docs/docs/llm_as_judge.rst @@ -15,7 +15,7 @@ Using LLM As a Judge in unitxt ---------------------------- Using LLM as a judge is extremely simple in unitxt. You should simply choose llm as a judge metric, and unitxt will do the rest... -Unitxt catalog includes a collection of preexisting LLM as judges that can be used like any other +The Unitxt catalog includes a collection of preexisting LLM as judges that can be used like any other metric. To specify an LLM as judge metric, you can specify it in the dataset or in the recipe. For example: