Skip to content

Commit

Permalink
오류 정정
Browse files Browse the repository at this point in the history
  • Loading branch information
teddylee777 committed Oct 26, 2024
1 parent 9c50f18 commit 76d7267
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 02-Prompt/02-FewShotTemplates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -257,7 +257,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -294,7 +294,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -358,7 +358,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -418,7 +418,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -511,7 +511,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -533,15 +533,15 @@
" \"system\",\n",
" \"You are a helpful assistant.\",\n",
" ),\n",
" few_shot_prompt,\n",
" custom_fewshot_prompt,\n",
" (\"human\", \"{instruction}\\n{input}\"),\n",
" ]\n",
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 22,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 76d7267

Please sign in to comment.