"i18n/README_ja.md" did not exist on "b752ad3019afbea95605b743a5c278dfccbe701e"
  • Quentin Meeus's avatar
    Remove CLI spams with Whisper FeatureExtractor (#21267) · 5b72b341
    Quentin Meeus authored
    * Remove CLI spams with Whisper FeatureExtractor
    
    Whisper feature extractor representation includes the MEL filters, a list of list that is represented as ~16,000 lines. This needlessly spams the command line. I added a `__repr__` method that replaces this list with a string "<array of shape (80, 201)>"
    
    * Remove mel_filters from to_dict output  
    
    Credits to @ArthurZucker
    
    * remove unused import
    
    * update feature extraction tests for the changes in to_dict
    5b72b341
test_feature_extraction_whisper.py 9.31 KB