File size: 747 Bytes
7dd51d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "additional_special_tokens": [
    "<s_name>",
    "</s_name>",
    "<s_mobile_no>",
    "</s_mobile_no>",
    "<s_gender>",
    "</s_gender>",
    "<s_father_mother>",
    "</s_father_mother>",
    "<s_doy>",
    "</s_doy>",
    "<s_address_2>",
    "</s_address_2>",
    "<s_aadhaar_number>",
    "</s_aadhaar_number>",
    "<s_dob>",
    "</s_dob>",
    "<s_address>",
    "</s_address>",
    "<s_mother_name>",
    "</s_mother_name>",
    "<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>"
}