camembertv2-base-ckpts / post /ckpt-111000 /pt /special_tokens_map.json
wissamantoun's picture
Upload post/ckpt-111000/pt/special_tokens_map.json with huggingface_hub
cca1f5b verified
raw
history blame
963 Bytes
{
"bos_token": {
"content": "[CLS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
},
"eos_token": {
"content": "[SEP]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
},
"unk_token": {
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
},
"sep_token": {
"content": "[SEP]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
},
"pad_token": {
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
},
"cls_token": {
"content": "[CLS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true
},
"mask_token": {
"content": "[MASK]",
"single_word": false,
"lstrip": true,
"rstrip": false,
"normalized": true
}
}