transformers
Add MusicGen Melody
#28819
Merged

Commits
  • first modeling code
    ylacombe committed 1 year ago
  • make repository
    ylacombe committed 1 year ago
  • still WIP
    ylacombe committed 1 year ago
  • update model
    ylacombe committed 1 year ago
  • add tests
    ylacombe committed 1 year ago
  • add latest change
    ylacombe committed 1 year ago
  • clean docstrings and copied from
    ylacombe committed 1 year ago
  • update docstrings md and readme
    ylacombe committed 1 year ago
  • correct chroma function
    ylacombe committed 1 year ago
  • Merge branch 'main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • correct copied from and remove unreleated test
    ylacombe committed 1 year ago
  • add doc to toctree
    ylacombe committed 1 year ago
  • correct imports
    ylacombe committed 1 year ago
  • add convert script to notdoctested
    ylacombe committed 1 year ago
  • Add suggestion from Sanchit
    ylacombe committed 1 year ago
  • Merge branch 'huggingface:main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • correct get_uncoditional_inputs docstrings
    ylacombe committed 1 year ago
  • modify README according to SANCHIT feedback
    ylacombe committed 1 year ago
  • add chroma to audio utils
    ylacombe committed 1 year ago
  • clean librosa and torchaudio hard dependencies
    ylacombe committed 1 year ago
  • fix FE
    ylacombe committed 1 year ago
  • refactor audio decoder -> audio encoder for consistency with previous musicgen
    ylacombe committed 1 year ago
  • refactor conditional -> encoder
    ylacombe committed 1 year ago
  • modify sampling rate logics
    ylacombe committed 1 year ago
  • modify license at the beginning
    ylacombe committed 1 year ago
  • refactor all_self_attns->all_attentions
    ylacombe committed 1 year ago
  • remove ignore copy from causallm generate
    ylacombe committed 1 year ago
  • add copied from for from_sub_models
    ylacombe committed 1 year ago
  • fix make copies
    ylacombe committed 1 year ago
  • add warning if audio is truncated
    ylacombe committed 1 year ago
  • add copied from where relevant
    ylacombe committed 1 year ago
  • remove artefact
    ylacombe committed 1 year ago
  • fix convert script
    ylacombe committed 1 year ago
  • fix torchaudio and FE
    ylacombe committed 1 year ago
  • modify chroma method according to feedback-> better naming
    ylacombe committed 1 year ago
  • refactor input_values->input_features
    ylacombe committed 1 year ago
  • refactor input_values->input_features and fix import fe
    ylacombe committed 1 year ago
  • add input_features to docstrigs
    ylacombe committed 1 year ago
  • correct inputs_embeds logics
    ylacombe committed 1 year ago
  • remove dtype conversion
    ylacombe committed 1 year ago
  • refactor _prepare_conditional_hidden_states_kwargs_for_generation ->_prepare_encoder_hidden_states_kwargs_for_generation
    ylacombe committed 1 year ago
  • change warning for chroma length
    ylacombe committed 1 year ago
  • Update src/transformers/models/musicgen_melody/convert_musicgen_melody_transformers.py
    ylacombe committed 1 year ago
  • change way to save wav, using soundfile
    ylacombe committed 1 year ago
  • correct docs and change to soundfile
    ylacombe committed 1 year ago
  • fix import
    ylacombe committed 1 year ago
  • Merge branch 'huggingface:main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • fix init proj layers
    ylacombe committed 1 year ago
  • Merge branch 'huggingface:main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • remove line breaks from md
    ylacombe committed 1 year ago
  • fix issue with docstrings
    ylacombe committed 1 year ago
  • add FE suggestions
    ylacombe committed 1 year ago
  • improve is in logics and remove useless imports
    ylacombe committed 1 year ago
  • remove custom from_pretrained
    ylacombe committed 1 year ago
  • simplify docstring code
    ylacombe committed 1 year ago
  • add suggestions for modeling tests
    ylacombe committed 1 year ago
  • make style
    ylacombe committed 1 year ago
  • update converting script with sanity check
    ylacombe committed 1 year ago
  • remove encoder attention mask from conditional generation
    ylacombe committed 1 year ago
  • Merge branch 'main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • Merge branch 'main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • replace musicgen melody checkpoints with official orga
    ylacombe committed 1 year ago
  • rename ylacombe->facebook in checkpoints
    ylacombe committed 1 year ago
  • fix copies
    ylacombe committed 1 year ago
  • remove unecessary warning
    ylacombe committed 1 year ago
  • add shape in code docstrings
    ylacombe committed 1 year ago
  • add files to slow doc tests
    ylacombe committed 1 year ago
  • fix md bug and add md to not_tested
    ylacombe committed 1 year ago
  • Merge branch 'main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • make fix-copies
    ylacombe committed 1 year ago
  • Merge branch 'huggingface:main' into add-musicgen-melody
    ylacombe committed 1 year ago
  • fix hidden states test and batching
    ylacombe committed 1 year ago
Loading