File size: 1,949 Bytes
c396da5 |
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 |
{
"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>"
}
|