bert-beatrix-2048 / special_tokens_map.json
AbstractPhil's picture
Upload 12 files
14cdead verified
{
"additional_special_tokens": [
"<subject>",
"<pose>",
"<emotion>",
"<surface>",
"<lighting>",
"<material>",
"<accessory>",
"<footwear>",
"<upper_body_clothing>",
"<hair_style>",
"<hair_length>",
"<headwear>",
"<texture>",
"<pattern>",
"<grid>",
"<zone>",
"<offset>",
"<object_left>",
"<object_right>",
"<relation>",
"<intent>",
"<style>",
"<fabric>",
"<jewelry>",
"<subject1>",
"<subject2>",
"[SHUNT_1000000]",
"[SHUNT_1000001]",
"[SHUNT_1000002]",
"[SHUNT_1000003]",
"[SHUNT_1000004]",
"[SHUNT_1000005]",
"[SHUNT_1000006]",
"[SHUNT_1000007]",
"[SHUNT_1000008]",
"[SHUNT_1000009]",
"[SHUNT_1000010]",
"[SHUNT_1000011]",
"[SHUNT_1000012]",
"[SHUNT_1000013]",
"[SHUNT_1000014]",
"[SHUNT_1000015]",
"[SHUNT_1000016]",
"[SHUNT_1000017]",
"[SHUNT_1000018]",
"[SHUNT_1000019]",
"[SHUNT_1000020]",
"[SHUNT_1000021]",
"[SHUNT_1000022]",
"[SHUNT_1000023]",
"[SHUNT_1000024]",
"[SHUNT_1000025]"
],
"cls_token": {
"content": "[CLS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"mask_token": {
"content": "[MASK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"sep_token": {
"content": "[SEP]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}