-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support For Two String Inputs (#422)
* solution with concat * with Reshape * successfully works on tokenizers * add max_length truncation for pair input * add check_tokenizer.ipynb * corrected division by half * use transformation instead of modifying pipeline * add tests * extend tests, revert benchmark workarounds * apply comments, fix segment_ids/token_type_ids * fix tests, run ruff format * update pass_rates.json and stats.json --------- Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
- Loading branch information
1 parent
7881453
commit 26d9676
Showing
9 changed files
with
413 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.