donut-base-graph / special_tokens_map.json
kenyor's picture
End of training
982e29f
raw
history blame
1.53 kB
{
"additional_special_tokens": [
"<s_visual-elements>",
"</s_visual-elements>",
"<s_scatter points>",
"</s_scatter points>",
"<s_lines>",
"</s_lines>",
"<s_dot points>",
"</s_dot points>",
"<s_boxplots>",
"</s_boxplots>",
"<s_bars>",
"</s_bars>",
"<s_y0>",
"</s_y0>",
"<s_x0>",
"</s_x0>",
"<s_width>",
"</s_width>",
"<s_height>",
"</s_height>",
"<s_text>",
"</s_text>",
"<s_role>",
"</s_role>",
"<s_polygon>",
"</s_polygon>",
"<s_y3>",
"</s_y3>",
"<s_y2>",
"</s_y2>",
"<s_y1>",
"</s_y1>",
"<s_x3>",
"</s_x3>",
"<s_x2>",
"</s_x2>",
"<s_x1>",
"</s_x1>",
"<s_id>",
"</s_id>",
"<s_source>",
"</s_source>",
"<s_plot-bb>",
"</s_plot-bb>",
"<s_data-series>",
"</s_data-series>",
"<s_y>",
"</s_y>",
"<s_x>",
"</s_x>",
"<s_chart-type>",
"</s_chart-type>",
"<s_axes>",
"</s_axes>",
"<s_y-axis>",
"</s_y-axis>",
"<s_values-type>",
"</s_values-type>",
"<s_ticks>",
"</s_ticks>",
"<s_tick_pt>",
"</s_tick_pt>",
"<s_tick-type>",
"</s_tick-type>",
"<s_x-axis>",
"</s_x-axis>",
"<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>"
}