-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: support hf transformers with cls_token_id and sep_token_id set to None #346
Conversation
Quality Gate passedIssues Measures |
Coverage Report
Files without new missing coverage
264 files skipped due to complete coverage. Coverage failure: total of 97.98% is less than 98.00% ❌ |
Description
Support huggingface transformers that do not set
cls_token_id
andsep_token_id
(we now also look for these tokens in thespecial_tokens_map
andvocab
mappings)Checklist