transformers/tests/models/layoutlmv2
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 Move test model folders (#17034) 2022-05-03 14:42:02 +02:00
test_feature_extraction_layoutlmv2.py Move test model folders (#17034) 2022-05-03 14:42:02 +02:00
test_modeling_layoutlmv2.py Fixes torch jit tracing for LayoutLMv2 model (re-open) (#18313) 2022-07-27 06:38:40 -04:00
test_processor_layoutlmv2.py Add LayoutLMv3 (#17060) 2022-05-24 09:53:45 +02:00
test_tokenization_layoutlmv2.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