From 18bd018d27deda81e8678fc5c63858df4164f9e8 Mon Sep 17 00:00:00 2001 From: Stanislav Termosa Date: Sun, 6 Nov 2022 16:54:54 +0200 Subject: [PATCH] Update olympics-1-collect-data.ipynb Fix typo with duplicated "the the" --- examples/fine-tuned_qa/olympics-1-collect-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fine-tuned_qa/olympics-1-collect-data.ipynb b/examples/fine-tuned_qa/olympics-1-collect-data.ipynb index b3dec8ac..2be05269 100644 --- a/examples/fine-tuned_qa/olympics-1-collect-data.ipynb +++ b/examples/fine-tuned_qa/olympics-1-collect-data.ipynb @@ -171,7 +171,7 @@ " discard_categories: Set[str] = discard_categories,\n", ") -> str:\n", " \"\"\"\n", - " Extract the sections of a Wikipedia page, discarding the the references and other low information sections\n", + " Extract the sections of a Wikipedia page, discarding the references and other low information sections\n", " \"\"\"\n", " if len(wiki_text) == 0:\n", " return []\n",