mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-28 08:42:23 +06:00
![]() * Try working around the processor registration bugs * oops * Update error message * Clarify error * Docstring docstring docstring * The extra content is indexed by config class, so let's grab some values out of there * Commit my confusion as a TODO * Resolve my confusion * Cleanup and mostly revert to the original * Better autoclass fallback * Don't nest f-strings you lunatic * Clearer error message * Less getattr() * Revert a lot of changes to try a different approach! * Try the global registry * Check the dynamic list as well as the transformers root * Move the dynamic list somewhere safer * Move the dynamic list somewhere even safer * More import cleanup * Simplify all the register_for_auto_class methods * Set _auto_class in the register() methods * Stop setting the cls attribute in register() * Restore specifying the model class for Model derivatives only * Fix accidentally taking the .__class__ of a class * Revert register_for_auto_class changes * Fix get_possibly_dynamic_module * No more ALL_CUSTOM_CLASSES * Fix up get_possibly_dynamic_module as well * Revert unnecessary formatting changes * Trigger tests |
||
---|---|---|
.. | ||
__init__.py | ||
test_configuration_auto.py | ||
test_feature_extraction_auto.py | ||
test_image_processing_auto.py | ||
test_modeling_auto.py | ||
test_modeling_flax_auto.py | ||
test_modeling_tf_auto.py | ||
test_processor_auto.py | ||
test_tokenization_auto.py |