donut-base-custom / special_tokens_map.json
TekDS's picture
End of training
c12189f
raw
history blame contribute delete
823 Bytes
{
"additional_special_tokens": [
"<s_Total>",
"</s_Total>",
"<s_Provider_Name>",
"</s_Provider_Name>",
"<s_Patient_Name>",
"</s_Patient_Name>",
"<s_NPI>",
"</s_NPI>",
"<s_Insurance_Name>",
"</s_Insurance_Name>",
"<s_Insurance_Address>",
"</s_Insurance_Address>",
"<s_Hospital_Name>",
"</s_Hospital_Name>",
"<s_Hospital_Address>",
"</s_Hospital_Address>",
"<s_Check_date>",
"</s_Check_date>",
"<s_Account_number>",
"</s_Account_number>",
"<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>"
}