Skip to content

Commit

Permalink
remove superfluous annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbroc committed Nov 21, 2023
1 parent 8338b48 commit eff100d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbs/classroom_9.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@
" dialogue = dataset['test'][index]['dialogue']\n",
" summary = dataset['test'][index]['summary']\n",
"\n",
" start_prompt = 'Summarize this dialogue' # 'Summarize the following conversation.\\n\\n' # Summarize this dialogue.\\n\\n\n",
" end_prompt = 'Summary:' # ''\n",
" start_prompt = 'Summarize this dialogue'\n",
" end_prompt = 'Summary:' \n",
" prompt = start_prompt + dialogue + end_prompt\n",
"\n",
" inputs = tokenizer_flan(prompt, return_tensors='pt')\n",
Expand Down

0 comments on commit eff100d

Please sign in to comment.