V3.0.1 PitchDrum and minor fixes
What's Changed
use_pitchdrum_tokens
option to use dedicatedPitchDrum
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 returningTokSequence
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 theAutoTokenizer
in the Hugging Face transformers library by in #142 (discussed in #127 @oiabtt)
New Contributors
- @shenranwang made their first contribution in #141
Full Changelog: v3.0.0...v3.0.1