From 50a56bedb6ec8a4f9ba455c184d187cfee2e9c81 Mon Sep 17 00:00:00 2001 From: Jungnerd <46880056+jungnerd@users.noreply.github.com> Date: Thu, 25 May 2023 00:20:50 +0900 Subject: [PATCH] fix: delete duplicate sentences in `document_question_answering.mdx` (#23735) fix: delete duplicate sentence --- docs/source/en/tasks/document_question_answering.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/en/tasks/document_question_answering.mdx b/docs/source/en/tasks/document_question_answering.mdx index 4c52088206..7294e9f8fd 100644 --- a/docs/source/en/tasks/document_question_answering.mdx +++ b/docs/source/en/tasks/document_question_answering.mdx @@ -40,9 +40,6 @@ LayoutLMv2 solves the document question-answering task by adding a question-answ states of the tokens, to predict the positions of the start and end tokens of the answer. In other words, the problem is treated as extractive question answering: given the context, extract which piece of information answers the question. The context comes from the output of an OCR engine, here it is Google's Tesseract. -states of the tokens, in order to predict which token is at the start of the answer and which token is at the end of the -answer. In other words, the problem is treated as extractive question answering: given the context, extract which piece -of information answers the question. The context comes from the output of an OCR engine, here it is Google's Tesseract. Before you begin, make sure you have all the necessary libraries installed. LayoutLMv2 depends on detectron2, torchvision and tesseract.