donut-plotqa-trained / special_tokens_map.json
achang's picture
donut-plotqa-trained
276ff63
raw
history blame
696 Bytes
{
"additional_special_tokens": [
"<s_y>",
"</s_y>",
"<s_x>",
"</s_x>",
"<s_name>",
"</s_name>",
"<s_label>",
"</s_label>",
"<s_color>",
"</s_color>",
"<s_bboxes>",
"</s_bboxes>",
"<s_w>",
"</s_w>",
"<s_h>",
"</s_h>",
"<s_width>",
"</s_width>",
"<s_labels>",
"</s_labels>",
"<s_colors>",
"</s_colors>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}