File size: 1,205 Bytes
5798f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "additional_special_tokens": [
    "<s_Text>",
    "</s_Text>",
    "<s_Subheadline>",
    "</s_Subheadline>",
    "<s_Misc>",
    "</s_Misc>",
    "<s_List-item>",
    "</s_List-item>",
    "<s_Footer>",
    "</s_Footer>",
    "<s_Caption>",
    "</s_Caption>",
    "<s_Table>",
    "</s_Table>",
    "<s_Link>",
    "</s_Link>",
    "<s_Header>",
    "</s_Header>",
    "<s_Value>",
    "</s_Value>",
    "<s_Headline>",
    "</s_Headline>",
    "<s_Page number>",
    "</s_Page number>",
    "<s_Author>",
    "</s_Author>",
    "<s_Address>",
    "</s_Address>",
    "<s_Threading>",
    "</s_Threading>",
    "<s_Field-Name>",
    "</s_Field-Name>",
    "<s_Metadata>",
    "</s_Metadata>",
    "<s_Title>",
    "</s_Title>",
    "<s_Chart>",
    "</s_Chart>",
    "<s_Advertisement>",
    "</s_Advertisement>",
    "<s_Abstract>",
    "</s_Abstract>",
    "<s_Formula>",
    "</s_Formula>",
    "<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>"
}