1. 25 Aug, 2023 2 commits
  2. 24 Aug, 2023 10 commits
  3. 23 Aug, 2023 7 commits
  4. 22 Aug, 2023 10 commits
  5. 21 Aug, 2023 8 commits
    • Susnato Dhar's avatar
      Add Pop2Piano (#21785) · 450a181d
      Susnato Dhar authored
      
      
      * init commit
      
      * config updated also some modeling
      
      * Processor and Model config combined
      
      * extraction pipeline(upto before spectogram & mel_conditioner) added but not properly tested
      
      * model loading successful!
      
      * feature extractor done!
      
      * FE can now be called from HF
      
      * postprocessing added in fe file
      
      * same as prev commit
      
      * Pop2PianoConfig doc done
      
      * cfg docs slightly changed
      
      * fe docs done
      
      * batched
      
      * batched working!
      
      * temp
      
      * v1
      
      * checking
      
      * trying to go with generate
      
      * with generate and model tests passed
      
      * before rebasing
      
      * .
      
      * tests done docs done remaining others & nits
      
      * nits
      
      * LogMelSpectogram shifted to FeatureExtractor
      
      * is_tf rmeoved from pop2piano/init
      
      * import solved
      
      * tokenization tests added
      
      * minor fixed regarding modeling_pop2piano
      
      * tokenizer changed to only return midi_object and other changes
      
      * Updated paper abstract(Camera-ready version) (#2)
      
      * more comments and nits
      
      * ruff changes
      
      * code quality fix
      
      * sg comments
      
      * t5 change added and rebased
      
      * comments except batching
      
      * batching done
      
      * comments
      
      * small doc fix
      
      * example removed from modeling
      
      * ckpt
      
      * forward it compatible with fe and generation done
      
      * comments
      
      * comments
      
      * code-quality fix(maybe)
      
      * ckpts changed
      
      * doc file changed from mdx to md
      
      * test fixes
      
      * tokenizer test fix
      
      * changes
      
      * nits done main changes remaining
      
      * code modified
      
      * Pop2PianoProcessor added with tests
      
      * other comments
      
      * added Pop2PianoProcessor to dummy_objects
      
      * added require_onnx to modeling file
      
      * changes
      
      * update .md file
      
      * remove extra line in index.md
      
      * back to the main index
      
      * added pop2piano to index
      
      * Added tokenizer.__call__ with valid args and batch_decode and aligned the processor part too
      
      * changes
      
      * added return types to 2 tokenizer methods
      
      * the PR build test might work now
      
      * added backends
      
      * PR build fix
      
      * vocab added
      
      * comments
      
      * refactored vocab into 1 file
      
      * added conversion script
      
      * comments
      
      * essentia version changed in .md
      
      * comments
      
      * more tokenizer tests added
      
      * minor fix
      
      * tests extended for outputs acc check
      
      * small fix
      
      ---------
      Co-authored-by: default avatarJongho Choi <sweetcocoa@snu.ac.kr>
      450a181d
    • Rafael Padilla's avatar
      🚨🚨🚨 changing default threshold and applying threshold before the rescale (#25608) · 8608bf20
      Rafael Padilla authored
      changing position of score threshold and its default value
      8608bf20
    • Arthur's avatar
      fix ACT_FN (#25627) · 2582bbde
      Arthur authored
      2582bbde
    • Yoach Lacombe's avatar
      correct TTS pipeline docstrings snippet (#25587) · 2c1bcbf5
      Yoach Lacombe authored
      * correct TTS pipeline docstrings snippet
      
      * add text_to_audio.py pipelines to documentation tests
      2c1bcbf5
    • Pranith Pashikanti's avatar
      e769ca3d
    • Sylvain Gugger's avatar
      v4.33.0.dev0 · 5c67682b
      Sylvain Gugger authored
      5c67682b
    • Younes Belkada's avatar
      Fix PEFT integration failures on nightly CI (#25624) · 9627c3da
      Younes Belkada authored
      fix PEFT integration failures
      9627c3da
    • Sylvain Gugger's avatar
  6. 18 Aug, 2023 3 commits