phase2-checkpoint-6000-test / special_tokens_map.json
rikeshsilwalekg's picture
Upload special_tokens_map.json with huggingface_hub
d0d3ec9 verified
raw
history blame
No virus
247 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"unk_token": "<unk>"
}