SEVEN_V1_URDU / checkpoint-6000 /tokenizer_config.json
zuhri025's picture
Upload checkpoint-6000
d16bf3d verified
Raw
History Blame
516 Bytes
{
"backend": "tokenizers",
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"extra_special_tokens": [
"<|start_of_text|>",
"<|end_of_text|>",
"<|start_of_audio|>",
"<|end_of_audio|>",
"<|audio|>",
"<|male|>",
"<|female|>",
"<|other|>",
"<|accent_us|>",
"<|accent_uk|>",
"<|unconditional|>"
],
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}