1. 23 Aug, 2023 1 commit
  2. 22 Aug, 2023 4 commits
  3. 21 Aug, 2023 2 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
    • mchau's avatar
      fix documentation for CustomTrainer (#25635) · 6f041fcb
      mchau authored
      fix doc
      6f041fcb
  4. 18 Aug, 2023 7 commits
  5. 17 Aug, 2023 4 commits
    • Yoach Lacombe's avatar
      Add Text-To-Speech pipeline (#24952) · b8f69d0d
      Yoach Lacombe authored
      
      
      * add AutoModelForTextToSpeech class
      
      * add TTS pipeline and tessting
      
      * add docstrings to text_to_speech pipeline
      
      * fix torch dependency
      
      * corrector 'processor is None' case in Pipeline
      
      * correct repo id
      
      * modify text-to-speech -> text-to-audio
      
      * remove processor
      
      * rename text_to_speech pipelines files to text_audio
      
      * add textToWaveform and textToSpectrogram instead of textToAudio classes
      
      * update TTS pipeline to the bare minimum
      
      * update tests TTS pipeline
      
      * make style and erase useless import torch in TTS pipeline tests
      
      * modify how to check if generate or forward in TTS pipeline
      
      * remove unnecessary extra new lines
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
      
      * refactor input_texts -> text_inputs
      
      * correct docstrings of TTS.__call__
      
      * correct the shape of generated waveform
      
      * take care of Bark tokenizer special case
      
      * correct run_pipeline_test TTS
      
      * make style
      
      * update TTS docstrings
      
      * address Sylvain nit refactors
      
      * make style
      
      * refactor into one liners
      
      * correct squeeze
      
      * correct way to test if forward or generate
      
      * Update output audio waveform shape
      
      * make style
      
      * correct import
      
      * modify how the TTS pipeline test if a model can generate
      
      * align shape output of TTS pipeline with consistent shape
      
      ---------
      Co-authored-by: default avatarSanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
      b8f69d0d
    • Alex McKinney's avatar
      Adds `TRANSFORMERS_TEST_DEVICE` (#25506) · 1791ef8d
      Alex McKinney authored
      * Adds `TRANSFORMERS_TEST_DEVICE`
      Mirrors the same API in the diffusers library. Useful in transformers
      too.
      
      * replace backend checking with trying `torch.device`
      
      * Adds better error message for unknown test devices
      
      * `make style`
      
      * adds documentation showing `TRANSFORMERS_TEST_DEVICE` usage.
      1791ef8d
    • Younes Belkada's avatar
      [`Docs`] Fix un-rendered images (#25561) · e7e9261a
      Younes Belkada authored
      fix un-rendered images
      e7e9261a
    • Juntae's avatar
      [i18n-KO] Translated docs: ko: pr_checks.md to Korean (#24987) · db816c6e
      Juntae authored
      
      
      * docs: ko: pr_checks.mdx
      
      * feat: chatgpt draft
      
      * fix: manual edits
      
      * fix: resolve suggestions
      Co-authored-by: default avatarSohyun Sim <96299403+sim-so@users.noreply.github.com>
      
      * feat: chatgpt draft
      
      * fix: manual edits
      
      ---------
      Co-authored-by: default avatarSohyun Sim <96299403+sim-so@users.noreply.github.com>
      db816c6e
  6. 16 Aug, 2023 1 commit
  7. 14 Aug, 2023 1 commit
  8. 13 Aug, 2023 1 commit
  9. 10 Aug, 2023 3 commits
  10. 09 Aug, 2023 6 commits
  11. 08 Aug, 2023 1 commit
  12. 07 Aug, 2023 2 commits
  13. 04 Aug, 2023 1 commit
    • Sylvain Gugger's avatar
      Document check copies (#25291) · f0fd73a2
      Sylvain Gugger authored
      * Document check copies better and add tests
      
      * Include header in check for copies
      
      * Manual fixes
      
      * Try autofix
      
      * Fixes
      
      * Clean tests
      
      * Finalize doc
      
      * Remove debug print
      
      * More fixes
      f0fd73a2
  14. 03 Aug, 2023 5 commits
  15. 02 Aug, 2023 1 commit