tiny-random-KyutaiSpeechToTextModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for KyutaiSpeechToTextModel
03b794c verified
Raw
History Blame Contribute Delete
430 Bytes
{
"backend": "tokenizers",
"bos_token_id": null,
"chat_template": null,
"clean_up_tokenization_spaces": false,
"eos_token_id": null,
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 512,
"pad_token_id": null,
"processor_class": "KyutaiSpeechToTextProcessor",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}