pix2Struct-base-table-parsing-v1.0 / special_tokens_map.json
paturi1710's picture
Upload processor
5eb12fd
raw
history blame contribute delete
442 Bytes
{
"additional_special_tokens": [
"<s>",
"</s>",
"<thead>",
"</thead>",
"<td>",
"</td>",
"<tr>",
"</tr>",
"<tbody>",
"</tbody>",
"<th>",
"</th>",
"<td colspan=",
"<td rowspan=",
"<thead rowspan=",
"<thead colspan=",
"<sup>",
"</sup>",
"<sub>",
"</sub>",
"<table>",
"</table>"
],
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}