donut-base3-sroie / special_tokens_map.json
sreejith8100's picture
End of training
ea287d3
{
"additional_special_tokens": [
"<s_province>",
"<s_mother_last_name>",
"<s_father_last_name>",
"</s_father_religion>",
"<s_mother_nationality>",
"</s_father_first_name>",
"</s_father_occupation>",
"</s_child_first_name>",
"<s_mother_race>",
"</s_mother_race>",
"</s_city>",
"<s_mother_religion>",
"</s_mother_nationality>",
"<s_father_first_name>",
"<s_father_nationality>",
"<s_mother-nationality>",
"<s_father_occupaation>",
"<s_mother_middle_name>",
"</s_father_age>",
"<s_child_last_name>",
"<s_child_middle_name>",
"<s_DOB>",
"<s_mother_birthplace>",
"</s_mother_last_name>",
"<s_father_race>",
"<s_city>",
"</s_mother_first_name>",
"<s>",
"</s_mother_birthplace>",
"</s_father_nationality>",
"</s_mother_age>",
"</s_father_nationalty>",
"</s_mother-nationality>",
"<s_child_first_name>",
"</s_mother_middle_name>",
"<s_father_middle_name>",
"</s_father_race>",
"<s_father_occupation>",
"</s_father_last_name>",
"</s_father_birthplace>",
"<s_father_religion>",
"</s_child_middle_name>",
"</s_mother_nationalty>",
"<s_mother_age>",
"</s>",
"</s_father_occupaation>",
"<s_mother_nationalty>",
"</s_DOB>",
"<s_father_nationalty>",
"<s_mother_first_name>",
"<s_father_birthplace>",
"</s_child_last_name>",
"</s_mother_religion>",
"</s_province>",
"<s_father_age>",
"</s_father_middle_name>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"cls_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"sep_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}