ksp-vanguard_squad / ksp-mask-model /special_tokens_map.json
pranavraj1103's picture
Update ksp-mask-model with new files and configurations
97c21a9
raw
history blame contribute delete
No virus
280 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}