-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
add tests/test_tokenization_reformer.py #6333
Comments
I can help with this. |
Awesome! |
@sshleifer I put together the test code and find that the following test is failing:
Upon further investigation I found a discrepancy between the pre-trained tokenizer and pre-trained model config around the pad token id and resulting vocab size. Please see the example below:
What is your suggestion for moving forward? |
My suggestion would be to check in |
@sshleifer Test merged. |
Thx @D-Roberts ! |
I don't think there is any common test coverage for ReformerTokenizer. besides through integration tests.
Good source for copy/modification is
XLMRobertaTokenizationTest
The text was updated successfully, but these errors were encountered: