w2v-bert-2.0-polish-CV16.0-v3-onnx / special_tokens_map.json
Oleksii Maryshchenko
Init configs
bfeec66
raw
history blame contribute delete
No virus
434 Bytes
{
"bos_token": "<s>",
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"unk_token": {
"content": "[UNK]",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
}
}