transformers/templates/adding_a_new_model/cookiecutter-template-{{cookiecutter.modelname}}
Sylvain Gugger 9870093f7b
[WIP] Disentangle auto modules from other modeling files (#13023)
* Initial work

* All auto models

* All tf auto models

* All flax auto models

* Tokenizers

* Add feature extractors

* Fix typos

* Fix other typo

* Use the right config

* Remove old mapping names and update logic in AutoTokenizer

* Update check_table

* Fix copies and check_repo script

* Fix last test

* Add back name

* clean up

* Update template

* Update template

* Forgot a )

* Use alternative to fixup

* Fix TF model template

* Address review comments

* Address review comments

* Style
2021-08-06 13:12:30 +02:00
..
__init__.py Init pickle (#12567) 2021-07-08 07:20:46 -04:00
{{cookiecutter.lowercase_modelname}}.rst Honor contributors to models (#11329) 2021-04-21 09:47:27 -04:00
configuration_{{cookiecutter.lowercase_modelname}}.py Fixes in the templates (#10951) 2021-03-29 17:36:13 -04:00
configuration.json Model Templates for Seq2Seq (#9251) 2020-12-22 23:41:20 +01:00
modeling_{{cookiecutter.lowercase_modelname}}.py Fix template for inputs docstrings (#12976) 2021-08-03 08:28:25 +02:00
modeling_tf_{{cookiecutter.lowercase_modelname}}.py [WIP] Disentangle auto modules from other modeling files (#13023) 2021-08-06 13:12:30 +02:00
test_modeling_{{cookiecutter.lowercase_modelname}}.py Expose get_config() on ModelTesters (#12812) 2021-07-21 04:13:11 -04:00
test_modeling_tf_{{cookiecutter.lowercase_modelname}}.py Enforce string-formatting with f-strings (#10980) 2021-03-31 10:00:27 -04:00
to_replace_{{cookiecutter.lowercase_modelname}}.py [WIP] Disentangle auto modules from other modeling files (#13023) 2021-08-06 13:12:30 +02:00
tokenization_{{cookiecutter.lowercase_modelname}}.py Make get_special_tokens_mask consider all tokens (#11163) 2021-04-09 11:57:44 -04:00
tokenization_fast_{{cookiecutter.lowercase_modelname}}.py Copy tokenizer files in each of their repo (#10624) 2021-03-10 11:26:23 -05:00