transformers/tests/models/whisper
Sanchit Gandhi 905e5773a3
[processor] Add 'model input names' property (#20117)
* [processor] Add 'model input names' property

* add test

* no f string

* add generic property method to mixin

* copy to multimodal

* copy to vision

* tests for all audio

* remove ad-hoc tests

* style

* fix flava test

* fix test

* fix processor code
2022-11-10 19:29:20 +00:00
..
__init__.py Add WhisperModel to transformers (#19166) 2022-10-05 22:28:31 +02:00
test_feature_extraction_whisper.py [Whisper] Don't return attention mask in feat extractor (#19521) 2022-10-14 14:36:03 +01:00
test_modeling_tf_whisper.py Run some TF Whisper tests in subprocesses to avoid GPU OOM (#19772) 2022-10-21 21:59:18 +02:00
test_modeling_whisper.py Generate: move generation_*.py src files into generation/*.py (#20096) 2022-11-09 15:34:08 +00:00
test_processor_whisper.py [processor] Add 'model input names' property (#20117) 2022-11-10 19:29:20 +00:00
test_tokenization_whisper.py [Whisper Tokenizer] Make more user-friendly (#19921) 2022-11-03 14:22:40 +00:00