|
{ |
|
"additional_special_tokens": [ |
|
"<s_representative>", |
|
"</s_representative>", |
|
"<s_location>", |
|
"</s_location>", |
|
"<s_legal_entity>", |
|
"</s_legal_entity>", |
|
"<s_id>", |
|
"</s_id>", |
|
"<s_goods_and_services>", |
|
"</s_goods_and_services>", |
|
"<s_filing_date>", |
|
"</s_filing_date>", |
|
"<s_legal_entity_category>", |
|
"</s_legal_entity_category>", |
|
"<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>" |
|
} |
|
|