sptcode / code_tokenizer_fast /special_tokens_map.json
claudios's picture
Upload folder using huggingface_hub
cbcf394 verified
raw
history blame contribute delete
148 Bytes
{
"bos_token": "[SOS]",
"eos_token": "[EOS]",
"mask_token": "[MSK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}