floriangardin commited on
Commit
adc0671
1 Parent(s): 6481ae3

Create tokenizer-base.json

Browse files
Files changed (1) hide show
  1. tokenizer-base.json +14 -0
tokenizer-base.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "options": {
3
+ "chord_change_token": true,
4
+ "melody_end_token": true,
5
+ "chord_duration_token": true,
6
+ "density_token": true,
7
+ "next_chord_token": true,
8
+ "will_end_token": true,
9
+ "dissonance_token": true,
10
+ "amplitude_token": true,
11
+ "average_octave_token": true,
12
+ "chord_extension_token": true
13
+ }
14
+ }