moonshine-streaming-small-ONNX / tokenizer_config.json
HHHazzy's picture
Initial ONNX export of moonshine-streaming-small: fp32, q8, q4 (WAD-1484)
bfd8beb verified
Raw
History Blame Contribute Delete
301 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"is_local": false,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<unk>",
"processor_class": "MoonshineStreamingProcessor",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}