transformers
transformers copied to clipboard
Deberta-v2 position_biased_input error in documentation
System Info
The documentation states that the default value for position_biased_input in deberta-v2 is False but in the source above shows that the default value is True. As far as I can tell in the code, it defaults to False. But cleaning it up in the documentation would be good
Who can help?
No response
Information
- [ ] The official example scripts
- [ ] My own modified scripts
Tasks
- [ ] An officially supported task in the
examplesfolder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below)
Reproduction
The issue is with the documentation not with the code
Expected behavior
The source should show that the value defaults to False
Hi @NilsLusch, thanks for raising this!
Would you like to open a PR to fix this? This way you get the github contribution for the solution.
Hi @amyeroberts!
Can I pick and solve this issue?