Add TFDebertaV2ForMultipleChoice#25932
Conversation
Rocketknight1
left a comment
There was a problem hiding this comment.
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