File size: 626 Bytes
b1f51c3
 
68f6234
 
42ef2e3
 
 
68f6234
42ef2e3
 
 
 
 
 
 
 
 
 
 
 
 
 
b1f51c3
 
 
 
 
 
 
 
 
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
{
  "additional_special_tokens": [
    "<s_iitcdip>",
    "<s_synthdog>",
    "<s_mother_name>",
    "<s_father_name>",
    "<s_first_name>",
    "</s>",
    "<s_random_number>",
    "<s_place_of_birth>",
    "</s_address>",
    "</s_mother_name>",
    "</s_random_number>",
    "<s_title>",
    "</s_first_name>",
    "<s_last_name>",
    "</s_title>",
    "</s_father_name>",
    "<s_address>",
    "<s>",
    "</s_last_name>",
    "</s_place_of_birth>"
  ],
  "bos_token": "<s>",
  "cls_token": "<s>",
  "eos_token": "</s>",
  "mask_token": "<mask>",
  "pad_token": "<pad>",
  "sep_token": "</s>",
  "unk_token": "<unk>"
}