TableFormerV2 / special_tokens_map.json
asnassar's picture
Upload folder using huggingface_hub
2aa7366 verified
raw
history blame contribute delete
553 Bytes
{
"bos_token": {
"content": "<start>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<end>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}