donut-base-cord-smart-86 / special_tokens_map.json
ShekDass's picture
End of training
c396da5
{
"additional_special_tokens": [
"<s_insurancecompany>",
"</s_insurancecompany>",
"<s_image_id>",
"</s_image_id>",
"<s_formheader>",
"</s_formheader>",
"<s_SPOUSE/DOMESTIC PARTNER>",
"</s_SPOUSE/DOMESTIC PARTNER>",
"<s_Social Security Number>",
"</s_Social Security Number>",
"<s_Relationship to You>",
"</s_Relationship to You>",
"<s_Product Selection>",
"</s_Product Selection>",
"<s_MI>",
"</s_MI>",
"<s_Last Name>",
"</s_Last Name>",
"<s_Gender>",
"</s_Gender>",
"<s_First Name>",
"</s_First Name>",
"<s_Date of Birth>",
"</s_Date of Birth>",
"<s_Age>",
"</s_Age>",
"<s_I EMPLOYEE/CONTRACT HOLDER INFORMATION>",
"</s_I EMPLOYEE/CONTRACT HOLDER INFORMATION>",
"<s_Zip>",
"</s_Zip>",
"<s_State>",
"</s_State>",
"<s_Payroll Location>",
"</s_Payroll Location>",
"<s_Marital Status>",
"</s_Marital Status>",
"<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>",
"</s_Full-Time Hire (or Rehire) Date>",
"<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_DEPENDENT CHILD>",
"</s_DEPENDENT CHILD>",
"<s_Dependent Status if Age 26 or Older>",
"</s_Dependent Status if Age 26 or Older>",
"<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>"
}