model-chatterbox-multilingu.../tokenizer_config.json
2025-10-18 05:06:24 +00:00

13 lines
244 B
JSON

{
"add_bos_token": true,
"add_eos_token": true,
"bos_token": "<s>",
"eos_token": "</s>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "PreTrainedTokenizerFast"
}