From 78973942cbc7fbbb88bd5b0978a1ddca9c7d8154 Mon Sep 17 00:00:00 2001 From: Arun Patro Date: Mon, 19 Feb 2024 22:45:42 -0500 Subject: [PATCH] Fix typo in intro.ipynb --- intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.ipynb b/intro.ipynb index bbdbc194f..1dc2cf6d9 100644 --- a/intro.ipynb +++ b/intro.ipynb @@ -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."