transformers/utils
Vasudev Gupta dc3f6758cf
Add BigBirdPegasus (#10991)
* init bigbird pegasus

* add debugging nb ; update config

* init conversion

* update conversion script

* complete conversion script

* init forward()

* complete forward()

* add tokenizer

* add some slow tests

* commit current

* fix copies

* add docs

* add conversion script for bigbird-roberta-summarization

* remove TODO

* small fixups

* correct tokenizer

* add bigbird core for now

* fix config

* fix more

* revert pegasus-tokenizer back

* make style

* everything working for pubmed; yayygit status

* complete tests finally

* remove bigbird pegasus tok

* correct tokenizer

* correct tests

* add tokenizer files

* finish make style

* fix test

* update

* make style

* fix tok utils base file

* make fix-copies

* clean a bit

* small update

* fix some suggestions

* add to readme

* fix a bit, clean tests

* fix more tests

* Update src/transformers/__init__.py

* Update src/transformers/__init__.py

* make fix-copies

* complete attn switching, auto-padding left

* make style

* fix auto-padding test

* make style

* fix batched attention tests

* put tolerance at 1e-1 for stand-alone decoder test

* fix docs

* fix tests

* correct slow tokenizer conversion

* Apply suggestions from code review

Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

* complete remaining suggestions

* fix test

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2021-05-07 09:27:43 +02:00
..
tf_ops Check TF ops for ONNX compliance (#10025) 2021-02-15 07:55:10 -05:00
check_copies.py make style (#11442) 2021-04-26 13:50:34 +02:00
check_dummies.py make style (#11442) 2021-04-26 13:50:34 +02:00
check_inits.py Dummies multi backend (#11100) 2021-04-07 09:56:40 -04:00
check_repo.py Add BigBirdPegasus (#10991) 2021-05-07 09:27:43 +02:00
check_table.py make style (#11442) 2021-04-26 13:50:34 +02:00
check_tf_ops.py Check TF ops for ONNX compliance (#10025) 2021-02-15 07:55:10 -05:00
class_mapping_update.py remap MODEL_FOR_QUESTION_ANSWERING_MAPPING classes to names auto-generated file (#10487) 2021-03-03 08:54:00 -08:00
custom_init_isort.py Sort init import (#10801) 2021-03-19 16:17:13 -04:00
download_glue_data.py Enforce string-formatting with f-strings (#10980) 2021-03-31 10:00:27 -04:00
get_modified_files.py a more reliable version of branching point discovery (#9449) 2021-01-07 04:47:50 -05:00
link_tester.py Enforce string-formatting with f-strings (#10980) 2021-03-31 10:00:27 -04:00
notification_service.py Patch notification service 2021-04-30 08:56:18 +02:00
release.py Release utils (#10735) 2021-03-16 08:41:47 -04:00
style_doc.py make style (#11442) 2021-04-26 13:50:34 +02:00