donut-base-cord-smart / special_tokens_map.json
ShekDass's picture
End of training
45c84db
{
"additional_special_tokens": [
"<s_image_id>",
"</s_image_id>",
"<s_Section3>",
"</s_Section3>",
"<s_Social Security Number>",
"</s_Social Security Number>",
"<s_Relationship to You?>",
"</s_Relationship to You?>",
"<s_Product Selection(s)>",
"</s_Product Selection(s)>",
"<s_MI>",
"</s_MI>",
"<s_Last Name>",
"</s_Last Name>",
"<s_Gender>",
"</s_Gender>",
"<s_First Name>",
"</s_First Name>",
"<s_Dependent2>",
"</s_Dependent2>",
"<s_Dependent Status if Age 26 or Older>",
"</s_Dependent Status if Age 26 or Older>",
"<s_Date of Birth (Month/Day/Year)>",
"</s_Date of Birth (Month/Day/Year)>",
"<s_Age>",
"</s_Age>",
"<s_Section2>",
"</s_Section2>",
"<s_formsectionII>",
"</s_formsectionII>",
"<s_Dependent1>",
"</s_Dependent1>",
"<s_Section1>",
"</s_Section1>",
"<s_insurancecompany>",
"</s_insurancecompany>",
"<s_formsectionI>",
"</s_formsectionI>",
"<s_formheader>",
"</s_formheader>",
"<s_Zip>",
"</s_Zip>",
"<s_State>",
"</s_State>",
"<s_Payroll Location>",
"</s_Payroll Location>",
"<s_Marital Status (Please check one)>",
"</s_Marital Status (Please check one)>",
"<s_Hours Worked Per Week>",
"</s_Hours Worked Per Week>",
"<s_Home/Cell Phone>",
"</s_Home/Cell Phone>",
"<s_Group Number>",
"</s_Group Number>",
"<s_Full-Time Hire (or Rehire) Date (Month/Day/Year)>",
"</s_Full-Time Hire (or Rehire) Date (Month/Day/Year)>",
"<s_Enrollment Status>",
"</s_Enrollment Status>",
"<s_Employer/Group Name>",
"</s_Employer/Group Name>",
"<s_Effective Date>",
"</s_Effective Date>",
"<s_County>",
"</s_County>",
"<s_City>",
"</s_City>",
"<s_Address>",
"</s_Address>",
"<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>"
}