File size: 2,149 Bytes
45c84db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
{
"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>"
}
|