wav2vec2-large-xls-r-300m-nepali-openslr / special_tokens_map.json
spktsagar's picture
Upload processor
c54396f
raw
history blame
No virus
410 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": "</s>",
"pad_token": "__PAD__",
"unk_token": "__UNK__"
}