We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb21bad commit eabd467Copy full SHA for eabd467
python/openvino_tokenizers/hf_parser.py
@@ -289,7 +289,7 @@ def post_tokenization(self) -> None:
289
):
290
self.add_truncation()
291
self.pipeline.add_steps(
292
- CombineSegmentsStep([Sequence() for _ in range(self.number_of_inputs)], add_special_tokens=False)
+ CombineSegmentsStep([Sequence()], add_special_tokens=False)
293
)
294
self.add_padding(use_max_padding=self.use_max_padding)
295
return
0 commit comments