From efa32f3324ba982dcca28e731ccd12bcb3ce7e51 Mon Sep 17 00:00:00 2001 From: SalihTalha <47334156+SalihTalha@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:01:54 +0300 Subject: [PATCH] Update README.md typo changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b07e261..e1ac0fb 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ T5 model is fine-tuned in multi-task way using task prefixes as described in the ### End-to-End question generation (answer agnostic) -In end-to-end question generation the model is aksed to generate questions without providing the answers. [This](https://arxiv.org/pdf/2005.01107v1.pdf) paper discusses these ideas in more detail. Here the T5 model is trained to generate multiple questions simultaneously by just providing the context. The questions are seperated by the `` token. Here's how the examples are processed +In end-to-end question generation the model is asked to generate questions without providing the answers. [This](https://arxiv.org/pdf/2005.01107v1.pdf) paper discusses these ideas in more detail. Here the T5 model is trained to generate multiple questions simultaneously by just providing the context. The questions are seperated by the `` token. Here's how the examples are processed input text: `Python is a programming language. Created by Guido van Rossum and first released in 1991.`