transformers/templates/adding_a_new_model/cookiecutter-template-{{coo...
Lysandre Debut 39114c0383
Remove static pretrained maps from the library's internals (#29112)
* [test_all] Remove static pretrained maps from the library's internals

* Deprecate archive maps instead of removing them

* Revert init changes

* [test_all] Deprecate instead of removing

* [test_all] PVT v2 support

* [test_all] Tests should all pass

* [test_all] Style

* Address review comments

* Update src/transformers/models/deprecated/_archive_maps.py

Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>

* Update src/transformers/models/deprecated/_archive_maps.py

Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>

* [test_all] trigger tests

* [test_all] LLAVA

* [test_all] Bad rebase

---------

Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
2024-03-25 10:33:38 +01:00
..
__init__.py Cleanup quality (#21493) 2023-02-07 12:27:31 -05:00
configuration.json Add template for adding flax models (#12441) 2021-09-01 09:49:03 +02:00
configuration_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
modeling_flax_{{cookiecutter.lowercase_modelname}}.py [docs] fixed links with 404 (#27327) 2023-11-06 19:45:03 +00:00
modeling_tf_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
modeling_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
test_modeling_flax_{{cookiecutter.lowercase_modelname}}.py [`Styling`] stylify using ruff (#27144) 2023-11-16 17:43:19 +01:00
test_modeling_tf_{{cookiecutter.lowercase_modelname}}.py TF: standardize `test_model_common_attributes` for language models (#23457) 2023-06-13 17:51:37 +01:00
test_modeling_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
to_replace_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
tokenization_fast_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
tokenization_{{cookiecutter.lowercase_modelname}}.py Remove static pretrained maps from the library's internals (#29112) 2024-03-25 10:33:38 +01:00
{{cookiecutter.lowercase_modelname}}.md Move template doc file to md (#25004) 2023-07-21 16:49:44 -04:00