[docstring] Fix docstring for ErnieConfig, ErnieMConfig (#27029)

* Remove ErnieConfig, ErnieMConfig check_docstrings

* Run fix_and_overwrite for ErnieConfig, ErnieMConfig

* Replace <fill_type> and <fill_docstring> in configuration_ernie, configuration_ernie_m.py with type and docstring values

---------

Co-authored-by: vignesh-raghunathan <vignesh_raghunathan@intuit.com>
This commit is contained in:
Sparty
2024-01-10 12:20:39 -05:00
committed by GitHub
parent 3724156b4d
commit 6c78bbcb83
3 changed files with 10 additions and 13 deletions

View File

@@ -166,8 +166,6 @@ OBJECTS_TO_IGNORE = [
"ElectraTokenizerFast",
"EncoderDecoderModel",
"EncoderRepetitionPenaltyLogitsProcessor",
"ErnieConfig",
"ErnieMConfig",
"ErnieMModel",
"ErnieModel",
"ErnieMTokenizer",