transformers/tests/models/layoutlmv3
Albert Villanova del Moral a14b055b65
Pass datasets trust_remote_code (#31406)
* Pass datasets trust_remote_code

* Pass trust_remote_code in more tests

* Add trust_remote_dataset_code arg to some tests

* Revert "Temporarily pin datasets upper version to fix CI"

This reverts commit b7672826ca.

* Pass trust_remote_code in librispeech_asr_dummy docstrings

* Revert "Pin datasets<2.20.0 for examples"

This reverts commit 833fc17a3e.

* Pass trust_remote_code to all examples

* Revert "Add trust_remote_dataset_code arg to some tests" to research_projects

* Pass trust_remote_code to tests

* Pass trust_remote_code to docstrings

* Fix flax examples tests requirements

* Pass trust_remote_dataset_code arg to tests

* Replace trust_remote_dataset_code with trust_remote_code in one example

* Fix duplicate trust_remote_code

* Replace args.trust_remote_dataset_code with args.trust_remote_code

* Replace trust_remote_dataset_code with trust_remote_code in parser

* Replace trust_remote_dataset_code with trust_remote_code in dataclasses

* Replace trust_remote_dataset_code with trust_remote_code arg
2024-06-17 17:29:13 +01:00
..
__init__.py Add LayoutLMv3 (#17060) 2022-05-24 09:53:45 +02:00
test_image_processing_layoutlmv3.py Pass datasets trust_remote_code (#31406) 2024-06-17 17:29:13 +01:00
test_modeling_layoutlmv3.py update ruff version (#30932) 2024-05-22 06:40:15 +02:00
test_modeling_tf_layoutlmv3.py update ruff version (#30932) 2024-05-22 06:40:15 +02:00
test_processor_layoutlmv3.py Pass datasets trust_remote_code (#31406) 2024-06-17 17:29:13 +01:00
test_tokenization_layoutlmv3.py Add correct batched handling for apply_chat_template (#29222) 2024-03-20 15:50:22 +00:00