Upload processor
#15
by
ylacombe
HF staff
- opened
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -930,7 +930,7 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
-
"model_max_length":
|
934 |
"pad_token": "<pad>",
|
935 |
"processor_class": "MusicgenMelodyProcessor",
|
936 |
"tokenizer_class": "T5Tokenizer",
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"model_max_length": 1000000000000000019884624838656,
|
934 |
"pad_token": "<pad>",
|
935 |
"processor_class": "MusicgenMelodyProcessor",
|
936 |
"tokenizer_class": "T5Tokenizer",
|