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
ff1bb5e and 195cb65 the __call__ magic method allows to load MIDI and json files before converting them
c045630TokSequences are now subscriptable! (you can do tok_seq[id_])
a632214 Special tokens are now stored without the None value
Minor code and documentation improvements
Compatibility
In case you use token_type_graph and tokens_errors: previous config files store special tokens with None value (eg PAD_None), have to modified to remove it (eg just PAD) (special_tokens entry only). No change in vocabulary / tokens.