sweetcocoa commited on
Commit
2d8de50
1 Parent(s): ae23362

Upload vocab.json

Browse files
Files changed (1) hide show
  1. vocab.json +9 -0
vocab.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {"TOKEN_SPECIAL" : 0,
2
+ "TOKEN_NOTE" : 1,
3
+ "TOKEN_VELOCITY" : 2,
4
+ "TOKEN_TIME" : 3,
5
+ "DEFAULT_VELOCITY" : 77,
6
+ "TIE" : 2,
7
+ "EOS" : 1,
8
+ "PAD" : 0
9
+ }