cognia-wav2vec / special_tokens_map.json
Artyomorax's picture
Add wav2vec fine-tuned model files
288c286
Raw
History Blame Contribute Delete
520 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]"
}