1. 07 Jun, 2024 2 commits
    • Cyril Vallez's avatar
      Fix jetmoe model (#31279) · 8bcf9c8d
      Cyril Vallez authored
      * Fix jetmoe model
      
      * Remove skip-tests
      8bcf9c8d
    • Danial Kurtumerov's avatar
      Fixed Wav2Vec2ProcessorWithLM decoding error (#31188) · f868cf73
      Danial Kurtumerov authored
      * fix: wav2vec2_with_lm decoding error
      
      Fixed an error where some language models could
      not be loaded due to a decoding error, since it
      was impossible to select the 'unigram_encoding'
      value.
      
      * fix: unexpected keyword argument
      
      Fixed unexpected keyword argument caused by
      passing kwargs directly to BeamSearchDecoderCTC.
      
      * style: wav2vec2_with_lm
      
      Changed single quotes to double quotes.
      f868cf73
  2. 06 Jun, 2024 18 commits
  3. 05 Jun, 2024 12 commits
  4. 04 Jun, 2024 8 commits