whisper-medium-eu / tokenizer_config.json
xezpeleta's picture
Training in progress, step 500
d17eb33
raw
history blame
No virus
1.03 kB
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": true,
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"model_max_length": 1024,
"name_or_path": "openai/whisper-medium",
"pad_token": null,
"processor_class": "WhisperProcessor",
"return_attention_mask": false,
"special_tokens_map_file": "/home/xezpeleta/.cache/huggingface/hub/models--openai--whisper-medium/snapshots/18530d7c5ce1083f21426064b85fbd1e24bd1858/special_tokens_map.json",
"tokenizer_class": "WhisperTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}