Skip to content

Commit

Permalink
Update input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 authored Dec 3, 2024
1 parent a418861 commit 0f978e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
Expand Down

0 comments on commit 0f978e0

Please sign in to comment.