From 0f978e07f49e2019b614b98d365d9e52a45eeb3c Mon Sep 17 00:00:00 2001 From: "Eliott C." Date: Tue, 3 Dec 2024 11:45:13 +0100 Subject: [PATCH] Update input.json --- .../tasks/src/tasks/table-question-answering/spec/input.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tasks/src/tasks/table-question-answering/spec/input.json b/packages/tasks/src/tasks/table-question-answering/spec/input.json index 86bc400e8..67cc18eae 100644 --- a/packages/tasks/src/tasks/table-question-answering/spec/input.json +++ b/packages/tasks/src/tasks/table-question-answering/spec/input.json @@ -46,12 +46,12 @@ "sequential": { "type": "boolean", "default": "false", - "description": "Whether to do inference sequentially or as a batch. Batching is faster, but models like SQA require the inference to be done sequentially to extract relations within sequences, given their conversational nature.", + "description": "Whether to do inference sequentially or as a batch. Batching is faster, but models like SQA require the inference to be done sequentially to extract relations within sequences, given their conversational nature." }, "truncation": { "type": "boolean", "default": "false", - "description": "Activates and controls truncation.", + "description": "Activates and controls truncation." } } }