Skip to content

Commit fb28cb0

Browse files
authored
Merge branch 'main' into add-link-to-local-chat
2 parents 064db42 + 1f6fa4a commit fb28cb0

File tree

1 file changed

+2
-2
lines changed
  • packages/tasks/src/tasks/table-question-answering/spec

1 file changed

+2
-2
lines changed

packages/tasks/src/tasks/table-question-answering/spec/input.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"sequential": {
4747
"type": "boolean",
4848
"default": "false",
49-
"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.",
49+
"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."
5050
},
5151
"truncation": {
5252
"type": "boolean",
5353
"default": "false",
54-
"description": "Activates and controls truncation.",
54+
"description": "Activates and controls truncation."
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)