chatterbox / tokenizer_config.json
eugenehp's picture
Upload folder using huggingface_hub
28b2b70 verified
Raw
History Blame Contribute Delete
244 Bytes
{
"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"
}