Enhancing Code Readability and Maintainability with Simplified Activation Function Selection. (#28349)
* Little bit change code in get_activation()
* proper area to deffine gelu_activation() in this two file
* Fix github issue
* Mistake some typo
* My mistake to self using to call config
* Reformat my two file
* Update src/transformers/activations.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* Update src/transformers/models/electra/modeling_electra.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* Update src/transformers/models/convbert/modeling_convbert.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* Rename gelu_act to activatioin
---------
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>