whisper-tokenizer-eng / tokenizer_config.json
ArthurZ's picture
ArthurZ HF staff
Upload tokenizer
73d8a6d
raw
history blame contribute delete
No virus
332 Bytes
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"name_or_path": "working",
"pad_token": null,
"special_tokens_map_file": "working/special_tokens_map.json",
"tokenizer_class": "WhisperTokenizer",
"unk_token": "<|endoftext|>"
}