Skip to content

Commit

Permalink
Merge pull request #415 from arunpatro/patch-1
Browse files Browse the repository at this point in the history
Fix typo in intro.ipynb
  • Loading branch information
thomasahle authored Feb 20, 2024
2 parents 571d4bb + 7897394 commit 46cc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"A signature consists of three simple elements:\n",
"\n",
"- A minimal description of the sub-task the LM is supposed to solve.\n",
"- A description of one or more input fields (e.g., input question) that will we will give to the LM.\n",
"- A description of one or more input fields (e.g., input question) that we will give to the LM.\n",
"- A description of one or more output fields (e.g., the question's answer) that we will expect from the LM.\n",
"\n",
"Let's define a simple signature for basic question answering."
Expand Down

0 comments on commit 46cc4bc

Please sign in to comment.