Skip to content

Commit b6959df

Browse files
Merge pull request #1014 from tom-doerr/patch-8
Fix typo in tweets_assertions.ipynb
2 parents 61fd5cc + b211e31 commit b6959df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tweets/tweets_assertions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"\n",
121121
"Let's introduce a new task: TweetGen. We extend the `Multi-Hop QA` program, but now aim to present the answer generation in the form of a tweet. \n",
122122
"\n",
123-
"The `Tweeter` module captures the iterative multi-hop generation process from `Multi-Hop QA` in query generation, passage retrieval, and context assembly. The `GenerateTweet` layer now utilizes the context alongside the question to generate an tweet that effectively answers the question."
123+
"The `Tweeter` module captures the iterative multi-hop generation process from `Multi-Hop QA` in query generation, passage retrieval, and context assembly. The `GenerateTweet` layer now utilizes the context alongside the question to generate a tweet that effectively answers the question."
124124
]
125125
},
126126
{

0 commit comments

Comments
 (0)