phoneme-scorer-v2-wav2vec2 / onnx /special_tokens_map.json
edbrdi's picture
Adding ONNX file of this model
d7c1961 verified
raw
history blame
519 Bytes
{
"additional_special_tokens": [
{
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
{
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<s>",
"eos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}