Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4fd730e

Browse files
Merge pull request openai#34 from termosa/patch-1
Update olympics-1-collect-data.ipynb
2 parents 12ea77e + 1a8111e commit 4fd730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fine-tuned_qa/olympics-1-collect-data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
" discard_categories: Set[str] = discard_categories,\n",
172172
") -> str:\n",
173173
" \"\"\"\n",
174-
" Extract the sections of a Wikipedia page, discarding the the references and other low information sections\n",
174+
" Extract the sections of a Wikipedia page, discarding the references and other low information sections\n",
175175
" \"\"\"\n",
176176
" if len(wiki_text) == 0:\n",
177177
" return []\n",

0 commit comments

Comments
 (0)