Skip to content

V3.0.1 PitchDrum and minor fixes

Compare
Choose a tag to compare
@Natooz Natooz released this 02 Feb 08:55
· 66 commits to main since this release
37e28ed

What's Changed

  • use_pitchdrum_tokens option to use dedicated PitchDrum tokens for drums tracks
  • Fixing time signature preprocessing (time division mismatch) in #132 (#131 @EterDelta)
  • Fixing data augmentation example and considering all midi extensions in #136 (#135 @oiabtt)
  • decoding: automatically making sure to decode BPE then completing tokens in #138 (#137 @oiabtt)
  • load_tokens now returning TokSequence by in #139 (#137 @oiabtt)
  • convert chord maps back to tuples from list when loading tokenizer from a saved configuration by @shenranwang in #141
  • can now use MIDITokenizer.from_pretrained similarly to the AutoTokenizer in the Hugging Face transformers library by in #142 (discussed in #127 @oiabtt)

New Contributors

Full Changelog: v3.0.0...v3.0.1