BioMike commited on
Commit
812f8c0
·
verified ·
1 Parent(s): 564e18c

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +55 -0
  3. tokenizer.json +1134 -0
  4. tokenizer_config.json +135 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
special_tokens_map.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[PROMPT]",
4
+ "[TIMESTAMP]"
5
+ ],
6
+ "bos_token": {
7
+ "content": "[BOS]",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "cls_token": {
14
+ "content": "[CLS]",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "eos_token": {
21
+ "content": "[EOS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "mask_token": {
28
+ "content": "[MASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ },
34
+ "pad_token": {
35
+ "content": "[PAD]",
36
+ "lstrip": false,
37
+ "normalized": false,
38
+ "rstrip": false,
39
+ "single_word": false
40
+ },
41
+ "sep_token": {
42
+ "content": "[SEP]",
43
+ "lstrip": false,
44
+ "normalized": false,
45
+ "rstrip": false,
46
+ "single_word": false
47
+ },
48
+ "unk_token": {
49
+ "content": "[UNK]",
50
+ "lstrip": false,
51
+ "normalized": false,
52
+ "rstrip": false,
53
+ "single_word": false
54
+ }
55
+ }
tokenizer.json ADDED
@@ -0,0 +1,1134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<pad>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "<eos>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "<bos>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "<unk>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ {
43
+ "id": 4,
44
+ "content": "<mask>",
45
+ "single_word": false,
46
+ "lstrip": false,
47
+ "rstrip": false,
48
+ "normalized": false,
49
+ "special": true
50
+ },
51
+ {
52
+ "id": 822,
53
+ "content": "[PAD]",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": false,
58
+ "special": true
59
+ },
60
+ {
61
+ "id": 823,
62
+ "content": "[EOS]",
63
+ "single_word": false,
64
+ "lstrip": false,
65
+ "rstrip": false,
66
+ "normalized": false,
67
+ "special": true
68
+ },
69
+ {
70
+ "id": 824,
71
+ "content": "[BOS]",
72
+ "single_word": false,
73
+ "lstrip": false,
74
+ "rstrip": false,
75
+ "normalized": false,
76
+ "special": true
77
+ },
78
+ {
79
+ "id": 825,
80
+ "content": "[UNK]",
81
+ "single_word": false,
82
+ "lstrip": false,
83
+ "rstrip": false,
84
+ "normalized": false,
85
+ "special": true
86
+ },
87
+ {
88
+ "id": 826,
89
+ "content": "[MASK]",
90
+ "single_word": false,
91
+ "lstrip": false,
92
+ "rstrip": false,
93
+ "normalized": false,
94
+ "special": true
95
+ },
96
+ {
97
+ "id": 827,
98
+ "content": "[CLS]",
99
+ "single_word": false,
100
+ "lstrip": false,
101
+ "rstrip": false,
102
+ "normalized": false,
103
+ "special": true
104
+ },
105
+ {
106
+ "id": 828,
107
+ "content": "[SEP]",
108
+ "single_word": false,
109
+ "lstrip": false,
110
+ "rstrip": false,
111
+ "normalized": false,
112
+ "special": true
113
+ },
114
+ {
115
+ "id": 829,
116
+ "content": "[PROMPT]",
117
+ "single_word": false,
118
+ "lstrip": false,
119
+ "rstrip": false,
120
+ "normalized": false,
121
+ "special": true
122
+ },
123
+ {
124
+ "id": 830,
125
+ "content": "[TIMESTAMP]",
126
+ "single_word": false,
127
+ "lstrip": false,
128
+ "rstrip": false,
129
+ "normalized": false,
130
+ "special": true
131
+ }
132
+ ],
133
+ "normalizer": null,
134
+ "pre_tokenizer": {
135
+ "type": "Sequence",
136
+ "pretokenizers": [
137
+ {
138
+ "type": "Split",
139
+ "pattern": {
140
+ "Regex": "<[^>]+>|\\.\\d+,\\d+|[1-9]{2}\\-[a-z]\\]|[0-9]\\-[a-z]\\]|[1-9]{2}[a-z]|[1-9]{2}'[a-z]|[0-9]'[a-z]|[0-9][a-z]|\\([0-9]\\+\\)|\\([0-9]\\-\\)|[1-9]{2}|[0-9]|-|\\s|\\(|\\)|S|R|E|Z|N|C|O|'|\\\"|;|λ|H|,|\\.|\\[[a-z]{2}\\]|\\[[a-z]\\]|\\[|\\]|indolizin|arsindol|indol|furan|furo|piperazin|pyrrolidin|pyrrolizin|thiophen|thiolo|imidazolidin|imidazol|pyrimidin|pyridin|piperidin|morpholin|pyrazol|pyridazin|oxocinnolin|cinnolin|pyrrol|thiochromen|oxochromen|chromen|quinazolin|phthalazin|quinoxalin|carbazol|xanthen|pyrazin|purin|indazol|naphthyridin|quinolizin|guanidin|pyranthren|pyran|thianthren|thian|acridin|acrido|yohimban|porphyrin|pteridin|tetramin|pentamin|borinin|borino|boriran|borolan|borol|borinan|phenanthridin|quinolin|perimidin|corrin|phenanthrolin|phosphinolin|indacen|silonin|borepin|naphthalen|naphthal|inden|adamant|fluoren|thiourea|urea|anthracen|acenaphthylen|carbohydrazide|annulen|aniline|acetaldehyde|benzaldehyde|formaldehyde|phthalaldehyde|acephenanthrylen|phenanthren|chrysen|carbanid|chloroform|fulleren|cumen|formonitril|fluoranthen|terephthalaldehyde|azulen|picen|pyren|pleiaden|coronen|tetracen|pentacen|perylen|pentalen|heptalen|cuban|hexacen|oxanthren|ovalen|aceanthrylen|acid|ether|hydrogen|helium|lithium|beryllium|nitrogen|oxygen|fluorine|neon|sodium|magnesium|aluminum|silicon|phosphorus|sulfur|chlorine|argon|potassium|calcium|scandium|titanium|vanadium|chromium|manganese|iron|cobalt|nickel|copper|zinc|gallium|germanium|arsenic|selenium|bromine|krypton|rubidium|yttrium|zirconium|niobium|molybdenum|technetium|ruthenium|rhodium|palladium|silver|cadmium|indium|antimony|tellurium|iodine|xenon|cesium|barium|lanthanum|cerium|praseodymium|neodymium|latinum|promethium|samarium|europium|gadolinium|terbium|dysprosium|holmium|erbium|thulium|ytterbium|lutetium|hafnium|tantalum|tungsten|rhenium|osmium|iridium|platinum|gold|aurum|mercury|thallium|lead|bismuth|polonium|astatine|radon|francium|radium|actinium|thorium|protactinium|uranium|neptunium|plutonium|americium|curium|berkelium|einsteinium|fermium|californium|mendelevium|nobelium|lawrencium|rutherfordium|dubnium|seaborgium|bohrium|hassium|meitnerium|tin|protio|deuterio|tritio|perchlorate|perbromate|periodate|hypofluorite|hypochlorite|hypobromite|hypoiodite|nitrate|silicate|hydride|methane|methanoyl|methan|ethane|ethanoyl|ethan|propanoyl|propane|propan|propa|butane|butanoyl|butan|buta|pentane|pentanoyl|pentan|hexane|hexanoyl|hexan|heptane|heptanoyl|heptan|octane|octanoyl|octan|nonane|nonanoyl|nonan|decane|decanoyl|decan|icosane|icosan|cosane|cosan|contane|contan|mono|un|bis|bi|dicta|di|tetraza|tetraz|tetra|tetr|pentaza|pentaz|penta|hexaza|hexa|heptaza|hepta|octaza|octa|nonaza|nona|decaza|deca|kis|hydroxide|hydroxyl|hydroxy|hydrate|hydro|cyclo|spiro|iso|methylidene|methyl|ethyl|isopropyl|propyl|isobutyl|sec-butyl|tert-butyl|butyl|pentyl|hexyl|heptyl|octyl|meth|eth|prop|but|pent|hex|hept|oct|non|dec|icosa|icos|cosa|cos|icon|conta|cont|con|heni|hene|hen|hecta|hect|silanide|silane|silole|silanyl|silyloxy|silylo|silyl|sila|hydrazono|hydrazino|nitroso|nitrous|nitro|formamido|amino|amido|imino|imido|anilino|anilin|thiocyanato|cyanato|cyano|azido|azanidyl|azanyl|azanide|azanida|azonia|azonio|amidino|nitramido|diazo|sulfanylidene|sulfinamoyl|sulfonimidoyl|sulfinimidoyl|sulfamoyl|sulfonyl|sulfanyl|sulfinyl|sulfinato|sulfenato|sulfonato|sulfonio|sulfino|sulfono|sulfido|carboxylate|carboxylato|carboxylic|carboxy|halocarbonyl|carbamoyl|carbonyl|carbamo|thioformyl|formyl|alumanyl|gallanyl|stannyl|plumbyl|tellanyl|germanyl|germyl|benzhydryl|benzoxaza|benzoxaz|benzoxa|benzox|benzo|benzyl|benz|phenacyl|phenanthro|phenyl|phenoxaza|phenoxaz|phenoxy|phenox|phenol|pheno|phen|acetyl|aceto|acet|peroxy|oxido|oxino|oxalo|oxolo|oxocyclo|oxol|oxoc|oxon|oxo|oxy|pyrido|pyrimido|imidazo|naphtho|stiboryl|stibolo|fluoro|fluoranyl|fluoridoyl|fluorido|chloro|chloranyl|chloridoyl|chlorido|bromo|bromanyl|bromidoyl|bromido|iodo|iodanyl|iodidoyl|iodanuidyl|iodido|phosphonato|phosphoroso|phosphonia|phosphoryl|phosphanyl|arsono|arsanyl|stiba|carbonitrile|carboxamide|carbamimidothioate|carbodithioate|carbohydrazonate|carbonimidoyl|carboximidoyl|carbamimidoyl|carbamimidate|carbamimid|carbaldehyde|carbamate|carbothioyl|carboximidothioate|carbonate|carboximidamide|carboximidate|carbamic|carbonochloridate|carbothialdehyde|carbothioate|carbothioic|carbono|carbon|carbo|formate|formic|ammonium|hydrazide|hydrazine|hydrazin|amine|imine|oxamide|nitramide|formamide|cyanamide|amide|imide|amidine|isocyanide|azanium|thiocyanate|cyanate|cyanic|cyanatidoyl|cyanide|nitrile|nitrite|hydrazonate|sulfonamide|sulfinamide|sulfonamido|sulfonic|sulfamic|sulfinic|sulfuric|thial|thione|thiol|sulfonate|sulfite|sulfate|sulfide|sulfinate|sulfanium|sulfamate|sulfane|sulfo|fluoride|chloride|chloridic|perchloric|bromide|iodide|iodane|hypoiodous|hypochlorous|phosphanium|phosphate|phosphite|phosphane|phosphanide|phosphonamidic|phosphonous|phosphinous|phosphinite|phosphono|arsonic|stibane|chromium|stannane|gallane|alumane|aluminane|aluminan|germane|germa|ane|ano|an|ene|enoxy|eno|en|yne|yn|yl|peroxol|peroxo|terephthalate|terephthalic|phthalic|phthalate|oxide|oate|ol|oic|ic|al|ate|ium|one|ir|et|olo|ol|ino|in|ep|oc|on|ec|protide|boranyl|boranuide|boronamidic|boranuida|boranide|borinic|borate|borane|boran|borono|boron|bora|selanyl|seleno|thiaz|oxaza|oxaz|oxan|oxa|ox|aza|az|thia|thioc|thion|thio|thi|telluro|phospha|phosph|selen|bor|sil|alum|ars|germ|tellur|imid|idine|idene|idin|ane|an|ine|in|id|e|do|trisodium|tris|triacetyl|triamine|triaza|triaz|tria|trityl|tri|o"
141
+ },
142
+ "behavior": "Isolated",
143
+ "invert": false
144
+ },
145
+ {
146
+ "type": "Split",
147
+ "pattern": {
148
+ "Regex": "\\[|\\]|\\(|\\)|<[^>]+>|0|1|2|3|4|5|6|7|8|9|-|meth|ane|eth|prop|but|pent|hex|hept|oct|non|dec|cos|cont|icos|benz|phen|amine|cyan|imine|amide|cyan|imid|nitril|nitr|ane|ano|ene|en|ox|per|ol|on|oic|oate|tris|iso|yl|ate|az|hypo|sil|bor|thio|carb|ferrum|sulf|chlor|brom|phosph|hydr|fluor"
149
+ },
150
+ "behavior": "Isolated",
151
+ "invert": false
152
+ }
153
+ ]
154
+ },
155
+ "post_processor": {
156
+ "type": "TemplateProcessing",
157
+ "single": [
158
+ {
159
+ "SpecialToken": {
160
+ "id": "[CLS]",
161
+ "type_id": 0
162
+ }
163
+ },
164
+ {
165
+ "SpecialToken": {
166
+ "id": "[PROMPT]",
167
+ "type_id": 0
168
+ }
169
+ },
170
+ {
171
+ "SpecialToken": {
172
+ "id": "[TIMESTAMP]",
173
+ "type_id": 0
174
+ }
175
+ },
176
+ {
177
+ "SpecialToken": {
178
+ "id": "[BOS]",
179
+ "type_id": 0
180
+ }
181
+ },
182
+ {
183
+ "Sequence": {
184
+ "id": "A",
185
+ "type_id": 0
186
+ }
187
+ },
188
+ {
189
+ "SpecialToken": {
190
+ "id": "[EOS]",
191
+ "type_id": 0
192
+ }
193
+ }
194
+ ],
195
+ "pair": [
196
+ {
197
+ "SpecialToken": {
198
+ "id": "[CLS]",
199
+ "type_id": 0
200
+ }
201
+ },
202
+ {
203
+ "SpecialToken": {
204
+ "id": "[PROMPT]",
205
+ "type_id": 0
206
+ }
207
+ },
208
+ {
209
+ "SpecialToken": {
210
+ "id": "[TIMESTAMP]",
211
+ "type_id": 0
212
+ }
213
+ },
214
+ {
215
+ "SpecialToken": {
216
+ "id": "[BOS]",
217
+ "type_id": 0
218
+ }
219
+ },
220
+ {
221
+ "Sequence": {
222
+ "id": "A",
223
+ "type_id": 0
224
+ }
225
+ },
226
+ {
227
+ "SpecialToken": {
228
+ "id": "[SEP]",
229
+ "type_id": 0
230
+ }
231
+ },
232
+ {
233
+ "Sequence": {
234
+ "id": "B",
235
+ "type_id": 0
236
+ }
237
+ },
238
+ {
239
+ "SpecialToken": {
240
+ "id": "[EOS]",
241
+ "type_id": 0
242
+ }
243
+ }
244
+ ],
245
+ "special_tokens": {
246
+ "[BOS]": {
247
+ "id": "[BOS]",
248
+ "ids": [
249
+ 824
250
+ ],
251
+ "tokens": [
252
+ "[BOS]"
253
+ ]
254
+ },
255
+ "[CLS]": {
256
+ "id": "[CLS]",
257
+ "ids": [
258
+ 827
259
+ ],
260
+ "tokens": [
261
+ "[CLS]"
262
+ ]
263
+ },
264
+ "[EOS]": {
265
+ "id": "[EOS]",
266
+ "ids": [
267
+ 823
268
+ ],
269
+ "tokens": [
270
+ "[EOS]"
271
+ ]
272
+ },
273
+ "[PROMPT]": {
274
+ "id": "[PROMPT]",
275
+ "ids": [
276
+ 829
277
+ ],
278
+ "tokens": [
279
+ "[PROMPT]"
280
+ ]
281
+ },
282
+ "[SEP]": {
283
+ "id": "[SEP]",
284
+ "ids": [
285
+ 828
286
+ ],
287
+ "tokens": [
288
+ "[SEP]"
289
+ ]
290
+ },
291
+ "[TIMESTAMP]": {
292
+ "id": "[TIMESTAMP]",
293
+ "ids": [
294
+ 830
295
+ ],
296
+ "tokens": [
297
+ "[TIMESTAMP]"
298
+ ]
299
+ }
300
+ }
301
+ },
302
+ "decoder": {
303
+ "type": "BPEDecoder",
304
+ "suffix": "</w>"
305
+ },
306
+ "model": {
307
+ "type": "WordLevel",
308
+ "vocab": {
309
+ "<pad>": 0,
310
+ "<eos>": 1,
311
+ "<bos>": 2,
312
+ "<unk>": 3,
313
+ "<mask>": 4,
314
+ "-": 5,
315
+ "yl": 6,
316
+ "2": 7,
317
+ ",": 8,
318
+ "1": 9,
319
+ "(": 10,
320
+ ")": 11,
321
+ "[": 12,
322
+ "]": 13,
323
+ "3": 14,
324
+ "4": 15,
325
+ "meth": 16,
326
+ "ox": 17,
327
+ "o": 18,
328
+ "5": 19,
329
+ "phen": 20,
330
+ "an": 21,
331
+ "ol": 22,
332
+ "y": 23,
333
+ "az": 24,
334
+ "e": 25,
335
+ "di": 26,
336
+ "6": 27,
337
+ "eth": 28,
338
+ "N": 29,
339
+ "a": 30,
340
+ "prop": 31,
341
+ "amino": 32,
342
+ " ": 33,
343
+ "on": 34,
344
+ "carb": 35,
345
+ "hydr": 36,
346
+ "in": 37,
347
+ "id": 38,
348
+ "7": 39,
349
+ "S": 40,
350
+ "benz": 41,
351
+ "amide": 42,
352
+ "R": 43,
353
+ "fluor": 44,
354
+ ".": 45,
355
+ "0": 46,
356
+ "cyclo": 47,
357
+ "en": 48,
358
+ "ene": 49,
359
+ "tri": 50,
360
+ "8": 51,
361
+ "but": 52,
362
+ "chlor": 53,
363
+ "pyr": 54,
364
+ "9": 55,
365
+ ";": 56,
366
+ "idin": 57,
367
+ "imid": 58,
368
+ "H": 59,
369
+ "sulf": 60,
370
+ "acid": 61,
371
+ "per": 62,
372
+ "hex": 63,
373
+ "pi": 64,
374
+ "ic": 65,
375
+ "pent": 66,
376
+ "pyridin": 67,
377
+ "amine": 68,
378
+ "pyrr": 69,
379
+ "ane": 70,
380
+ "tetra": 71,
381
+ "acet": 72,
382
+ "thio": 73,
383
+ "thi": 74,
384
+ "ate": 75,
385
+ "et": 76,
386
+ "dec": 77,
387
+ "brom": 78,
388
+ "Z": 79,
389
+ "bis": 80,
390
+ "r": 81,
391
+ "k": 82,
392
+ "E": 83,
393
+ "ind": 84,
394
+ "iso": 85,
395
+ "ano": 86,
396
+ "quin": 87,
397
+ "'": 88,
398
+ "tert": 89,
399
+ "st": 90,
400
+ "b": 91,
401
+ "amo": 92,
402
+ "furan": 93,
403
+ "hept": 94,
404
+ "oct": 95,
405
+ "nitr": 96,
406
+ "cyan": 97,
407
+ "ide": 98,
408
+ "oic": 99,
409
+ "c": 100,
410
+ "morph": 101,
411
+ "oate": 102,
412
+ "l": 103,
413
+ "phosph": 104,
414
+ "d": 105,
415
+ "i": 106,
416
+ "spiro": 107,
417
+ "anilino": 108,
418
+ "bi": 109,
419
+ "ep": 110,
420
+ "naphthal": 111,
421
+ "thia": 112,
422
+ "t": 113,
423
+ "ium": 114,
424
+ "n": 115,
425
+ "non": 116,
426
+ "am": 117,
427
+ "cos": 118,
428
+ "ino": 119,
429
+ "sil": 120,
430
+ "do": 121,
431
+ "yn": 122,
432
+ "pyran": 123,
433
+ "al": 124,
434
+ "urea": 125,
435
+ "m": 126,
436
+ "itrile": 127,
437
+ "tris": 128,
438
+ "guanidin": 129,
439
+ "tetr": 130,
440
+ "qu": 131,
441
+ "pip": 132,
442
+ "p": 133,
443
+ "imino": 134,
444
+ "pyrid": 135,
445
+ "s": 136,
446
+ "nitril": 137,
447
+ "v": 138,
448
+ "chrom": 139,
449
+ "amido": 140,
450
+ "or": 141,
451
+ "pyrido": 142,
452
+ "yr": 143,
453
+ "x": 144,
454
+ "iodide": 145,
455
+ "iodo": 146,
456
+ "bor": 147,
457
+ "aniline": 148,
458
+ "h": 149,
459
+ "un": 150,
460
+ "anium": 151,
461
+ "amic": 152,
462
+ "cont": 153,
463
+ "anthr": 154,
464
+ "deuterio": 155,
465
+ "acr": 156,
466
+ "furo": 157,
467
+ "purin": 158,
468
+ "icos": 159,
469
+ "naphth": 160,
470
+ "fur": 161,
471
+ "idine": 162,
472
+ "ec": 163,
473
+ "tria": 164,
474
+ "aldehyde": 165,
475
+ "O": 166,
476
+ "kis": 167,
477
+ "f": 168,
478
+ "ido": 169,
479
+ "tin": 170,
480
+ "alin": 171,
481
+ "adamant": 172,
482
+ "iodan": 173,
483
+ "aceto": 174,
484
+ "ambda": 175,
485
+ "naphthyridin": 176,
486
+ "ir": 177,
487
+ "form": 178,
488
+ "anthrac": 179,
489
+ "og": 180,
490
+ "nip": 181,
491
+ "rt": 182,
492
+ "amm": 183,
493
+ "is": 184,
494
+ "ne": 185,
495
+ "lambda": 186,
496
+ "+": 187,
497
+ "imine": 188,
498
+ "g": 189,
499
+ "amidine": 190,
500
+ "naphtho": 191,
501
+ "furfur": 192,
502
+ "oc": 193,
503
+ "xy": 194,
504
+ "sodium": 195,
505
+ "C": 196,
506
+ "xanth": 197,
507
+ "ato": 198,
508
+ "ine": 199,
509
+ "thian": 200,
510
+ "izin": 201,
511
+ "ia": 202,
512
+ "chr": 203,
513
+ "phthal": 204,
514
+ "ur": 205,
515
+ "umar": 206,
516
+ "thr": 207,
517
+ "acridin": 208,
518
+ "amidino": 209,
519
+ "anide": 210,
520
+ "rcapt": 211,
521
+ "sec": 212,
522
+ "lo": 213,
523
+ "ular": 214,
524
+ "cum": 215,
525
+ "u": 216,
526
+ "arbam": 217,
527
+ "pr": 218,
528
+ "oso": 219,
529
+ "yne": 220,
530
+ "phth": 221,
531
+ "iridium": 222,
532
+ "hyd": 223,
533
+ "potassium": 224,
534
+ "succ": 225,
535
+ "platinum": 226,
536
+ "tetrac": 227,
537
+ "rg": 228,
538
+ "glyc": 229,
539
+ "anid": 230,
540
+ "capr": 231,
541
+ "chrys": 232,
542
+ "ratr": 233,
543
+ "yttrium": 234,
544
+ "pteridin": 235,
545
+ "ochrom": 236,
546
+ "laur": 237,
547
+ "ac": 238,
548
+ "pic": 239,
549
+ "ocyclo": 240,
550
+ "sel": 241,
551
+ "anthridin": 242,
552
+ "styril": 243,
553
+ "lithium": 244,
554
+ "formic": 245,
555
+ "formamido": 246,
556
+ "acetaldehyde": 247,
557
+ "trit": 248,
558
+ "sit": 249,
559
+ "ar": 250,
560
+ "ch": 251,
561
+ "anuide": 252,
562
+ "ite": 253,
563
+ "zirc": 254,
564
+ "'a": 255,
565
+ "glutar": 256,
566
+ "rm": 257,
567
+ "zinc": 258,
568
+ "cinn": 259,
569
+ "stann": 260,
570
+ "triacet": 261,
571
+ "annul": 262,
572
+ "inic": 263,
573
+ "titanium": 264,
574
+ "ul": 265,
575
+ "im": 266,
576
+ "us": 267,
577
+ "hypo": 268,
578
+ "porphyrin": 269,
579
+ "anth": 270,
580
+ "ad": 271,
581
+ "ucl": 272,
582
+ "xam": 273,
583
+ "piv": 274,
584
+ "nam": 275,
585
+ "cop": 276,
586
+ "de": 277,
587
+ "magnesium": 278,
588
+ "umaril": 279,
589
+ "fl": 280,
590
+ "ycl": 281,
591
+ "styr": 282,
592
+ "tungst": 283,
593
+ "tritio": 284,
594
+ "palladium": 285,
595
+ "anthro": 286,
596
+ "indac": 287,
597
+ "nickel": 288,
598
+ "aphth": 289,
599
+ "vanadium": 290,
600
+ "germ": 291,
601
+ "th": 292,
602
+ "cobalt": 293,
603
+ "myrist": 294,
604
+ "hr": 295,
605
+ "anida": 296,
606
+ "ruth": 297,
607
+ "selan": 298,
608
+ "bar": 299,
609
+ "tur": 300,
610
+ "inin": 301,
611
+ "arg": 302,
612
+ "iz": 303,
613
+ "cd": 304,
614
+ "xim": 305,
615
+ "calcium": 306,
616
+ "inato": 307,
617
+ "chl": 308,
618
+ "hyp": 309,
619
+ "formaldehyde": 310,
620
+ "rph": 311,
621
+ "ni": 312,
622
+ "mit": 313,
623
+ "anuida": 314,
624
+ "br": 315,
625
+ "phthalic": 316,
626
+ "iodanuid": 317,
627
+ "ous": 318,
628
+ "uracil": 319,
629
+ "oroso": 320,
630
+ "inan": 321,
631
+ "arach": 322,
632
+ "fg": 323,
633
+ "mang": 324,
634
+ "se": 325,
635
+ "F": 326,
636
+ "chromium": 327,
637
+ "um": 328,
638
+ "il": 329,
639
+ "rc": 330,
640
+ "amidic": 331,
641
+ "uranium": 332,
642
+ "alum": 333,
643
+ "yg": 334,
644
+ "ulf": 335,
645
+ "hafnium": 336,
646
+ "ver": 337,
647
+ "rp": 338,
648
+ "ars": 339,
649
+ "odium": 340,
650
+ "inamo": 341,
651
+ "tra": 342,
652
+ "da": 343,
653
+ "mercury": 344,
654
+ "iodite": 345,
655
+ "ybd": 346,
656
+ "rhodium": 347,
657
+ "cupr": 348,
658
+ "lign": 349,
659
+ "iodine": 350,
660
+ "aluman": 351,
661
+ "actinium": 352,
662
+ "rcar": 353,
663
+ "thraqu": 354,
664
+ "odi": 355,
665
+ "hth": 356,
666
+ "io": 357,
667
+ "aluminum": 358,
668
+ "thianthr": 359,
669
+ "ill": 360,
670
+ "barium": 361,
671
+ "iod": 362,
672
+ "isa": 363,
673
+ "rubidium": 364,
674
+ "cesium": 365,
675
+ "ut": 366,
676
+ "osmium": 367,
677
+ "rr": 368,
678
+ "terephthalic": 369,
679
+ "fumar": 370,
680
+ "rh": 371,
681
+ "'b": 372,
682
+ "apht": 373,
683
+ "telluro": 374,
684
+ "lut": 375,
685
+ "inous": 376,
686
+ "tellan": 377,
687
+ "iodous": 378,
688
+ "pim": 379,
689
+ "liz": 380,
690
+ "j": 381,
691
+ "gad": 382,
692
+ "inium": 383,
693
+ "at": 384,
694
+ "I": 385,
695
+ "cadmium": 386,
696
+ "bismuth": 387,
697
+ "asar": 388,
698
+ "ph": 389,
699
+ "arb": 390,
700
+ "tetramin": 391,
701
+ "corrin": 392,
702
+ "bac": 393,
703
+ "rutherfordium": 394,
704
+ "cerium": 395,
705
+ "sub": 396,
706
+ "cy": 397,
707
+ "itr": 398,
708
+ "hecta": 399,
709
+ "sar": 400,
710
+ "tyr": 401,
711
+ "cuban": 402,
712
+ "stiba": 403,
713
+ "europium": 404,
714
+ "gly": 405,
715
+ "germa": 406,
716
+ "thallium": 407,
717
+ "technetium": 408,
718
+ "lanthanum": 409,
719
+ "la": 410,
720
+ "na": 411,
721
+ "tellur": 412,
722
+ "lact": 413,
723
+ "thial": 414,
724
+ "str": 415,
725
+ "arsan": 416,
726
+ "chu": 417,
727
+ "antim": 418,
728
+ "oform": 419,
729
+ "itril": 420,
730
+ "sti": 421,
731
+ "neodymium": 422,
732
+ "tantalum": 423,
733
+ "plumb": 424,
734
+ "yohimban": 425,
735
+ "cym": 426,
736
+ "niobium": 427,
737
+ "ld": 428,
738
+ "alo": 429,
739
+ "praseodymium": 430,
740
+ "ocinn": 431,
741
+ "hy": 432,
742
+ "lead": 433,
743
+ "inite": 434,
744
+ "liss": 435,
745
+ "cr": 436,
746
+ "ci": 437,
747
+ "rth": 438,
748
+ "ytterbium": 439,
749
+ "ra": 440,
750
+ "\"": 441,
751
+ "z": 442,
752
+ "ps": 443,
753
+ "samarium": 444,
754
+ "naph": 445,
755
+ "terbium": 446,
756
+ "othialdehyde": 447,
757
+ "scandium": 448,
758
+ "tartar": 449,
759
+ "pyruv": 450,
760
+ "as": 451,
761
+ "ber": 452,
762
+ "lium": 453,
763
+ "ll": 454,
764
+ "nu": 455,
765
+ "za": 456,
766
+ "phthalaldehyde": 457,
767
+ "llit": 458,
768
+ "tassi": 459,
769
+ "dysprosium": 460,
770
+ "epin": 461,
771
+ "lutetium": 462,
772
+ "ct": 463,
773
+ "acrido": 464,
774
+ "ij": 465,
775
+ "nthr": 466,
776
+ "indium": 467,
777
+ "fermium": 468,
778
+ "pha": 469,
779
+ "thra": 470,
780
+ "gallium": 471,
781
+ "erbium": 472,
782
+ "gamma": 473,
783
+ "flu": 474,
784
+ "sam": 475,
785
+ "hl": 476,
786
+ "thorium": 477,
787
+ "ma": 478,
788
+ "terephthal": 479,
789
+ "gallan": 480,
790
+ "lum": 481,
791
+ "mium": 482,
792
+ "lacc": 483,
793
+ "rs": 484,
794
+ "cor": 485,
795
+ "gall": 486,
796
+ "hippur": 487,
797
+ "taur": 488,
798
+ "caff": 489,
799
+ "nia": 490,
800
+ "ip": 491,
801
+ "pia": 492,
802
+ "dur": 493,
803
+ "glutam": 494,
804
+ "fuller": 495,
805
+ "atr": 496,
806
+ "plast": 497,
807
+ "terephthalaldehyde": 498,
808
+ "gluc": 499,
809
+ "phl": 500,
810
+ "thulium": 501,
811
+ "apr": 502,
812
+ "mu": 503,
813
+ "iran": 504,
814
+ "jap": 505,
815
+ "Tc": 506,
816
+ "stib": 507,
817
+ "citra": 508,
818
+ "astatine": 509,
819
+ "rcuri": 510,
820
+ "it": 511,
821
+ "iodido": 512,
822
+ "brass": 513,
823
+ "rcur": 514,
824
+ "rchl": 515,
825
+ "idic": 516,
826
+ "citr": 517,
827
+ "Br": 518,
828
+ "aceanthr": 519,
829
+ "rit": 520,
830
+ "mim": 521,
831
+ "rul": 522,
832
+ "tit": 523,
833
+ "pyranthr": 524,
834
+ "Ih": 525,
835
+ "protio": 526,
836
+ "stilb": 527,
837
+ "ypr": 528,
838
+ "dicta": 529,
839
+ "curium": 530,
840
+ "sg": 531,
841
+ "amin": 532,
842
+ "mi": 533,
843
+ "cta": 534,
844
+ ":": 535,
845
+ "ila": 536,
846
+ "mm": 537,
847
+ "neptunium": 538,
848
+ "ulfit": 539,
849
+ "aur": 540,
850
+ "cac": 541,
851
+ "orus": 542,
852
+ "pp": 543,
853
+ "cium": 544,
854
+ "lawr": 545,
855
+ "dd": 546,
856
+ "ri": 547,
857
+ "skat": 548,
858
+ "thaps": 549,
859
+ "hygr": 550,
860
+ "parab": 551,
861
+ "tartr": 552,
862
+ "yv": 553,
863
+ "germanium": 554,
864
+ "plut": 555,
865
+ "ita": 556,
866
+ "wn": 557,
867
+ "rphyr": 558,
868
+ "ace": 559,
869
+ "thym": 560,
870
+ "apth": 561,
871
+ "At": 562,
872
+ "buckm": 563,
873
+ "einsteinium": 564,
874
+ "americium": 565,
875
+ "pro": 566,
876
+ "nobelium": 567,
877
+ "T": 568,
878
+ "xysucc": 569,
879
+ "plumba": 570,
880
+ "helium": 571,
881
+ "w": 572,
882
+ "P": 573,
883
+ "mad": 574,
884
+ "guaiac": 575,
885
+ "gu": 576,
886
+ "cadav": 577,
887
+ "californium": 578,
888
+ "tr": 579,
889
+ "hnit": 580,
890
+ "ilv": 581,
891
+ "pla": 582,
892
+ "ti": 583,
893
+ "thyr": 584,
894
+ "ru": 585,
895
+ "sc": 586,
896
+ "B": 587,
897
+ "atido": 588,
898
+ "protactinium": 589,
899
+ "xyv": 590,
900
+ "lup": 591,
901
+ "pleiad": 592,
902
+ "aluminan": 593,
903
+ "ulfat": 594,
904
+ "arsind": 595,
905
+ "lmn": 596,
906
+ "gium": 597,
907
+ "rcura": 598,
908
+ "sea": 599,
909
+ "syr": 600,
910
+ "li": 601,
911
+ "camph": 602,
912
+ "ychr": 603,
913
+ "hect": 604,
914
+ "flav": 605,
915
+ "ybda": 606,
916
+ "yp": 607,
917
+ "rsa": 608,
918
+ "ug": 609,
919
+ "dubnium": 610,
920
+ "oval": 611,
921
+ "tis": 612,
922
+ "yc": 613,
923
+ "krypt": 614,
924
+ "vi": 615,
925
+ "berkelium": 616,
926
+ "ign": 617,
927
+ "fulm": 618,
928
+ "xyst": 619,
929
+ "tim": 620,
930
+ "meitnerium": 621,
931
+ "tellurium": 622,
932
+ "nil": 623,
933
+ "carvacr": 624,
934
+ "D": 625,
935
+ "hafna": 626,
936
+ "ymyrist": 627,
937
+ "llur": 628,
938
+ "german": 629,
939
+ "prism": 630,
940
+ "rad": 631,
941
+ "bohrium": 632,
942
+ "rb": 633,
943
+ "hassium": 634,
944
+ "astat": 635,
945
+ "delevium": 636,
946
+ "symcl": 637,
947
+ "umb": 638,
948
+ "rach": 639,
949
+ "llif": 640,
950
+ "xycapr": 641,
951
+ "xyp": 642,
952
+ "ulfam": 643,
953
+ "lat": 644,
954
+ "gsta": 645,
955
+ "hym": 646,
956
+ "nti": 647,
957
+ "yqu": 648,
958
+ "sa": 649,
959
+ "plum": 650,
960
+ "xa": 651,
961
+ "astata": 652,
962
+ "xyacr": 653,
963
+ "xym": 654,
964
+ "ada": 655,
965
+ "adm": 656,
966
+ "fulv": 657,
967
+ "ba": 658,
968
+ "warfar": 659,
969
+ "ycapr": 660,
970
+ "rri": 661,
971
+ "tipyr": 662,
972
+ "ypip": 663,
973
+ "hrys": 664,
974
+ "ast": 665,
975
+ "xyb": 666,
976
+ "xyi": 667,
977
+ "ruc": 668,
978
+ "alumin": 669,
979
+ "xymyrist": 670,
980
+ "rut": 671,
981
+ "jugl": 672,
982
+ "ysucc": 673,
983
+ "aci": 674,
984
+ "radium": 675,
985
+ "xypr": 676,
986
+ "yacr": 677,
987
+ "xychr": 678,
988
+ "uvit": 679,
989
+ "'c": 680,
990
+ "ub": 681,
991
+ "scul": 682,
992
+ "xyarach": 683,
993
+ "yt": 684,
994
+ "safr": 685,
995
+ "dymi": 686,
996
+ "protide": 687,
997
+ "rbr": 688,
998
+ "sma": 689,
999
+ "xychl": 690,
1000
+ "fusar": 691,
1001
+ "ga": 692,
1002
+ "As": 693,
1003
+ "In": 694,
1004
+ "pras": 695,
1005
+ "xyqu": 696,
1006
+ "abas": 697,
1007
+ "acc": 698,
1008
+ "yphth": 699,
1009
+ "xyc": 700,
1010
+ "ascl": 701,
1011
+ "gst": 702,
1012
+ "plumbag": 703,
1013
+ "yfur": 704,
1014
+ "xyglutar": 705,
1015
+ "Ga": 706,
1016
+ "asti": 707,
1017
+ "sux": 708,
1018
+ "xya": 709,
1019
+ "yb": 710,
1020
+ "ata": 711,
1021
+ "parax": 712,
1022
+ "G": 713,
1023
+ "Li": 714,
1024
+ "francium": 715,
1025
+ "rsaplumb": 716,
1026
+ "rv": 717,
1027
+ "daphn": 718,
1028
+ "ag": 719,
1029
+ "guai": 720,
1030
+ "ychl": 721,
1031
+ "yf": 722,
1032
+ "ym": 723,
1033
+ "samari": 724,
1034
+ "si": 725,
1035
+ "ucc": 726,
1036
+ "full": 727,
1037
+ "ib": 728,
1038
+ "nthrac": 729,
1039
+ "sap": 730,
1040
+ "ypyr": 731,
1041
+ "hn": 732,
1042
+ "sm": 733,
1043
+ "ta": 734,
1044
+ "ud": 735,
1045
+ "llura": 736,
1046
+ "yglutar": 737,
1047
+ "yst": 738,
1048
+ "btu": 739,
1049
+ "M": 740,
1050
+ "U": 741,
1051
+ "dyma": 742,
1052
+ "lad": 743,
1053
+ "magn": 744,
1054
+ "vacc": 745,
1055
+ "ya": 746,
1056
+ "ntim": 747,
1057
+ "rsast": 748,
1058
+ "ap": 749,
1059
+ "par": 750,
1060
+ "xypip": 751,
1061
+ "xysti": 752,
1062
+ "yamm": 753,
1063
+ "Pt": 754,
1064
+ "Y": 755,
1065
+ "aplumb": 756,
1066
+ "auri": 757,
1067
+ "bara": 758,
1068
+ "dyspr": 759,
1069
+ "frax": 760,
1070
+ "lada": 761,
1071
+ "purpur": 762,
1072
+ "sp": 763,
1073
+ "xysub": 764,
1074
+ "yisa": 765,
1075
+ "xyac": 766,
1076
+ "xyphth": 767,
1077
+ "yx": 768,
1078
+ "astib": 769,
1079
+ "chav": 770,
1080
+ "fursulti": 771,
1081
+ "hist": 772,
1082
+ "mast": 773,
1083
+ "rfull": 774,
1084
+ "uramil": 775,
1085
+ "usn": 776,
1086
+ "xypim": 777,
1087
+ "xyth": 778,
1088
+ "yhyd": 779,
1089
+ "Bi": 780,
1090
+ "Bk": 781,
1091
+ "Tl": 782,
1092
+ "thuli": 783,
1093
+ "tiba": 784,
1094
+ "xybr": 785,
1095
+ "xyim": 786,
1096
+ "ypim": 787,
1097
+ "ys": 788,
1098
+ "ytt": 789,
1099
+ "cyt": 790,
1100
+ "dr": 791,
1101
+ "ilast": 792,
1102
+ "nag": 793,
1103
+ "xypyr": 794,
1104
+ "xys": 795,
1105
+ "yarach": 796,
1106
+ "ybar": 797,
1107
+ "yfurfur": 798,
1108
+ "ysub": 799,
1109
+ "yuracil": 800,
1110
+ "aph": 801,
1111
+ "cad": 802,
1112
+ "cham": 803,
1113
+ "dym": 804,
1114
+ "laws": 805,
1115
+ "phys": 806,
1116
+ "rsam": 807,
1117
+ "stat": 808,
1118
+ "tsuzu": 809,
1119
+ "xymu": 810,
1120
+ "xystib": 811,
1121
+ "yac": 812,
1122
+ "yh": 813,
1123
+ "yhyp": 814,
1124
+ "yi": 815,
1125
+ "yim": 816,
1126
+ "yphl": 817,
1127
+ "ypi": 818,
1128
+ "yru": 819,
1129
+ "ystib": 820,
1130
+ "yur": 821
1131
+ },
1132
+ "unk_token": "<unk>"
1133
+ }
1134
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<bos>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "822": {
44
+ "content": "[PAD]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "823": {
52
+ "content": "[EOS]",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "824": {
60
+ "content": "[BOS]",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "825": {
68
+ "content": "[UNK]",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "826": {
76
+ "content": "[MASK]",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "827": {
84
+ "content": "[CLS]",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "828": {
92
+ "content": "[SEP]",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "829": {
100
+ "content": "[PROMPT]",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "830": {
108
+ "content": "[TIMESTAMP]",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ }
115
+ },
116
+ "additional_special_tokens": [
117
+ "[PROMPT]",
118
+ "[TIMESTAMP]"
119
+ ],
120
+ "bos_token": "[BOS]",
121
+ "clean_up_tokenization_spaces": false,
122
+ "cls_token": "[CLS]",
123
+ "eos_token": "[EOS]",
124
+ "extra_special_tokens": {},
125
+ "mask_token": "[MASK]",
126
+ "max_length": null,
127
+ "model_max_length": 1000000000000000019884624838656,
128
+ "pad_to_multiple_of": null,
129
+ "pad_token": "[PAD]",
130
+ "pad_token_type_id": 0,
131
+ "padding_side": "right",
132
+ "sep_token": "[SEP]",
133
+ "tokenizer_class": "PreTrainedTokenizerFast",
134
+ "unk_token": "[UNK]"
135
+ }