all_format / special_tokens_map.json
dreeven's picture
End of training
5f53028
raw
history blame
562 Bytes
{
"additional_special_tokens": [
"<s_gt_parse>",
"</s_gt_parse>",
"<s_spec>",
"</s_spec>",
"<s_sh>",
"</s_sh>",
"<s_sht>",
"</s_sht>",
"<s_shn>",
"</s_shn>",
"<s_ht>",
"</s_ht>",
"<s_hn>",
"</s_hn>",
"<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>"
}