nemotron-speech-onnx / gpu-dml /tokenizer_config.json
DimQ1's picture
Add Nemotron ASR ONNX models: cpu, gpu-cuda, gpu-dml variants
923e1d9 verified
Raw
History Blame Contribute Delete
190 Bytes
{
"tokenizer_class": "T5Tokenizer",
"unk_token": "<unk>",
"model_max_length": 1024,
"add_bos_token": false,
"add_eos_token": false,
"clean_up_tokenization_spaces": false
}