transformers icon indicating copy to clipboard operation
transformers copied to clipboard

Deberta-v2 position_biased_input error in documentation

Open NilsLusch opened this issue 1 year ago • 1 comments

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 examples folder (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 issue

NilsLusch avatar Mar 20 '24 15:03 NilsLusch

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.

amyeroberts avatar Mar 21 '24 16:03 amyeroberts

Hi @amyeroberts!

Can I pick and solve this issue?

vinayakkgarg avatar Mar 24 '24 21:03 vinayakkgarg