Merge pull request #105 from wa11breaker/main

docs: fix example code in fine-tuned_qa section 2.3
pull/1077/head
Ted Sanders 1 year ago committed by GitHub
commit 7de1f3c272

@ -256,7 +256,7 @@
" try:\n",
" response = openai.Completion.create(\n",
" engine=\"davinci-instruct-beta-v3\",\n",
" prompt=f\"Write questions based on the text below\\n\\nText: {row.context}\\n\\nQuestions:\\n{row.questions}\\n\\nAnswers:\\n1.\",\n",
" prompt=f\"Write answer based on the text below\\n\\nText: {row.context}\\n\\nQuestions:\\n{row.questions}\\n\\nAnswers:\\n1.\",\n",
" temperature=0,\n",
" max_tokens=257,\n",
" top_p=1,\n",

Loading…
Cancel
Save