You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f6225a1 Added the option to have a SEP special token, that can be used to train models to perform tasks such as "Next sequence prediction"
bb24512 Data augmentation can now receive the all_offset_combinations argument, which will perform augmentation with all the combinations of offsets. With the offsets $\left( x_1 , x_2 , x_3 \right)$, it will perform a total of $\prod_i x_i$ combinations ( $\prod_i (x_i \times 2)$ if going up and down). This is disabled by default to save you from hundreds of augmentations 🤓 (and is not chained with tokenize_midi_dataset), by defaults augmentations are done on the original input only.