CoolFace
Modelpublic

Danieljava/whisper-small-finetuned-asr

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes7downloads
tokenizer_config.json22 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "backend": "tokenizers",4  "bos_token": "<|endoftext|>",5  "clean_up_tokenization_spaces": true,6  "eos_token": "<|endoftext|>",7  "errors": "replace",8  "extra_special_tokens": [9    "<|ig|>"10  ],11  "is_local": false,12  "language": null,13  "model_max_length": 1024,14  "pad_token": "<|endoftext|>",15  "predict_timestamps": false,16  "processor_class": "WhisperProcessor",17  "return_attention_mask": false,18  "task": null,19  "tokenizer_class": "WhisperTokenizer",20  "unk_token": "<|endoftext|>"21}22