transformers/tests/models/wav2vec2
David Yang a23819ed6a
Clean up deprecation warnings (#19654)
* Clean up deprecation warnings

Notes:
Changed some strings in tests to raw strings, which will change the literal content of the strings as they are fed into whatever machine handles them.
Test cases for past in the past/past_key_values switch changed/removed due to warning of impending removal

* Add PILImageResampling abstraction for PIL.Image.Resampling
2022-10-18 13:34:47 -04:00
..
__init__.py
test_feature_extraction_wav2vec2.py
test_modeling_flax_wav2vec2.py Clean up deprecation warnings (#19654) 2022-10-18 13:34:47 -04:00
test_modeling_tf_wav2vec2.py Allow user-managed Pool in Wav2Vec2ProcessorWithLM.batch_decode (#18351) 2022-10-18 08:48:03 -04:00
test_modeling_wav2vec2.py Allow user-managed Pool in Wav2Vec2ProcessorWithLM.batch_decode (#18351) 2022-10-18 08:48:03 -04:00
test_processor_wav2vec2.py Replace as_target context managers by direct calls (#18325) 2022-07-29 08:09:09 -04:00
test_tokenization_wav2vec2.py