Audio8-ASR-Infinite / tokenizer_config.json
wanglamao's picture
Upload folder using huggingface_hub
ed50ac2 verified
Raw
History Blame Contribute Delete
508 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": [
"[STREAMING_PAD]",
"[STREAMING_WORD]",
"[LANGUAGE_ZH]",
"[LANGUAGE_EN]"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}