remap MODEL_FOR_QUESTION_ANSWERING_MAPPING classes to names auto-generated file (#10487)

* remap classes to strings

* missing new util

* style

* doc

* move the autogenerated file

* Trigger CI
This commit is contained in:
Stas Bekman
2021-03-03 08:54:00 -08:00
committed by GitHub
parent 801ff969ce
commit 188574ac50
4 changed files with 97 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ extra_quality_checks: deps_table_update
python utils/check_dummies.py
python utils/check_repo.py
python utils/style_doc.py src/transformers docs/source --max_len 119
python utils/class_mapping_update.py
# this target runs checks on all files
quality: