transformers/tests/models/layoutlmv3
SaulLu 6667b0d7bf
add warning to let the user know that the __call__ method is faster than encode + pad for a fast tokenizer (#18693)
* add warning to let the user know that the  method is slower that  for a fast tokenizer

* user warnings

* fix layoutlmv2

* fix layout*

* change warnings into logger.warning
2022-08-24 06:27:56 -04:00
..
__init__.py Add LayoutLMv3 (#17060) 2022-05-24 09:53:45 +02:00
test_feature_extraction_layoutlmv3.py Add LayoutLMv3 (#17060) 2022-05-24 09:53:45 +02:00
test_modeling_layoutlmv3.py Add LayoutLMv3 (#17060) 2022-05-24 09:53:45 +02:00
test_processor_layoutlmv3.py Add LayoutLMv3 (#17060) 2022-05-24 09:53:45 +02:00
test_tokenization_layoutlmv3.py add warning to let the user know that the __call__ method is faster than encode + pad for a fast tokenizer (#18693) 2022-08-24 06:27:56 -04:00