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",