Sylvain Gugger
|
d1fcc90abf
|
Fix from_pretrained with default base_model_prefix (#15814)
|
2022-02-24 11:43:51 +01:00 |
|
Sylvain Gugger
|
45f56580a7
|
Allow custom code for Processors (#15649)
* Allow custom code for Processors
* Add more test
* Test all auto_map configs are properly set
|
2022-02-15 09:44:35 -05:00 |
|
Sylvain Gugger
|
7a32e4722f
|
Custom feature extractor (#15630)
* Rework AutoFeatureExtractor.from_pretrained internal
* Custom feature extractor
* Add more tests
* Add support for custom feature extractor code
* Clean up
|
2022-02-11 16:43:54 -05:00 |
|
Sylvain Gugger
|
1f60bc46f3
|
Make sure custom configs work with Transformers (#15569)
* Make sure custom configs work with Transformers
* Apply code review suggestions
|
2022-02-09 10:04:44 -05:00 |
|
Sylvain Gugger
|
44b21f117b
|
Save code of registered custom models (#15379)
* Allow dynamic modules to use relative imports
* Work for configs
* Fix last merge conflict
* Save code of registered custom objects
* Map strings to strings
* Fix test
* Add tokenizer
* Rework tests
* Tests
* Ignore fixtures py files for tests
* Tokenizer test + fix collection
* With full path
* Rework integration
* Fix typo
* Remove changes in conftest
* Test for tokenizers
* Add documentation
* Update docs/source/custom_models.mdx
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Add file structure and file content
* Add more doc
* Style
* Update docs/source/custom_models.mdx
Co-authored-by: Suraj Patil <surajp815@gmail.com>
* Address review comments
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
|
2022-02-02 10:44:37 -05:00 |
|