floriangardin commited on
Commit
53a5c29
1 Parent(s): 87dcd5f

Upload tokenizer-base.json with huggingface_hub

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