Upload tokenizer-base.json with huggingface_hub

This commit is contained in:
Florian GARDIN 2024-02-19 17:15:07 +00:00 committed by system
parent 87dcd5fbb8
commit 53a5c293a7
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467
1 changed files with 19 additions and 0 deletions

19
tokenizer-base.json Normal file
View File

@ -0,0 +1,19 @@
{
"options": {
"chord_change_token": true,
"melody_end_token": true,
"chord_duration_token": true,
"density_token": true,
"chord_extension_token": true,
"next_chord_token": false,
"next_chord_duration_token": false,
"will_end_token": false,
"dissonance_token": true,
"amplitude_token": true,
"average_octave_token": true,
"voice_token": true,
"random_instrument_permutation": true,
"end_token": false,
"silence_continuation_eco": true
}
}