-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Add TFDebertaV2ForMultipleChoice #25932
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
Conversation
Rocketknight1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Seems like a clean port of the BERT code to DeBERTa-v2. One nitpick where a docstring wasn't changed, but other than that I think this is ready to merge!
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
|
@Rocketknight1 Not sure why this test fails. |
|
That test is an issue with the CI rather than this PR, you can ignore it! Are you ready for me to merge now? |
Yes |
|
Ugh, it won't let me merge, which means we'll need to rebase to get the tests working. Can you:
After that, tests should pass! |
0fff932 to
98c2282
Compare
Done, Lets hope the test passes. |
|
Looks like everything's passing now - sorry about the CI issues, and thanks for a very clean and useful PR! |
* Add TFDebertaV2ForMultipleChoice * Import newer model in main init * Fix import issues * Fix copies * Add doc * Fix tests * Fix copies * Fix docstring
What does this PR do?
Fixes #25537
Add TFDebertaV2ForMultipleChoice model
@ArthurZucker