wav2vec2-base-960h-demo-colab / special_tokens_map.json
Yoru1010's picture
Upload tokenizer
6c04fff
raw
history blame contribute delete
No virus
129 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[pad]",
"sep_token": "[SEP]",
"unk_token": "[unknown]"
}