Franso commited on
Commit
7e8b293
·
verified ·
1 Parent(s): 48da1eb

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +30 -0
  3. tokenizer.json +1199 -0
  4. tokenizer_config.json +48 -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,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
@@ -0,0 +1,1199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 256,
8
+ "content": "<pad>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 257,
17
+ "content": "<s>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 258,
26
+ "content": "</s>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 259,
35
+ "content": "<unk>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ }
42
+ ],
43
+ "normalizer": null,
44
+ "pre_tokenizer": {
45
+ "type": "Split",
46
+ "pattern": {
47
+ "Regex": "\\(|\\)"
48
+ },
49
+ "behavior": "Isolated",
50
+ "invert": false
51
+ },
52
+ "post_processor": null,
53
+ "decoder": {
54
+ "type": "BPEDecoder",
55
+ "suffix": "</w>"
56
+ },
57
+ "model": {
58
+ "type": "BPE",
59
+ "dropout": null,
60
+ "unk_token": null,
61
+ "continuing_subword_prefix": null,
62
+ "end_of_word_suffix": null,
63
+ "fuse_unk": false,
64
+ "byte_fallback": false,
65
+ "ignore_merges": false,
66
+ "vocab": {
67
+ "#": 0,
68
+ "%": 1,
69
+ "(": 2,
70
+ ")": 3,
71
+ "+": 4,
72
+ "-": 5,
73
+ "/": 6,
74
+ "0": 7,
75
+ "1": 8,
76
+ "2": 9,
77
+ "3": 10,
78
+ "4": 11,
79
+ "5": 12,
80
+ "6": 13,
81
+ "7": 14,
82
+ "8": 15,
83
+ "9": 16,
84
+ "=": 17,
85
+ "@": 18,
86
+ "B": 19,
87
+ "C": 20,
88
+ "F": 21,
89
+ "H": 22,
90
+ "I": 23,
91
+ "N": 24,
92
+ "O": 25,
93
+ "P": 26,
94
+ "S": 27,
95
+ "[": 28,
96
+ "\\": 29,
97
+ "]": 30,
98
+ "c": 31,
99
+ "i": 32,
100
+ "l": 33,
101
+ "n": 34,
102
+ "o": 35,
103
+ "r": 36,
104
+ "s": 37,
105
+ "cc": 38,
106
+ "CC": 39,
107
+ "c1": 40,
108
+ "=O": 41,
109
+ "c2": 42,
110
+ "H]": 43,
111
+ "[C": 44,
112
+ "[C@": 45,
113
+ "c1cc": 46,
114
+ "[C@@": 47,
115
+ "c3": 48,
116
+ "c2cc": 49,
117
+ "[C@H]": 50,
118
+ "[C@@H]": 51,
119
+ "NC": 52,
120
+ "c1ccc": 53,
121
+ "CCC": 54,
122
+ "CO": 55,
123
+ "cc1": 56,
124
+ "=C": 57,
125
+ "c1cccc": 58,
126
+ "n1": 59,
127
+ "N1": 60,
128
+ "nc": 61,
129
+ "c2cccc": 62,
130
+ "OC": 63,
131
+ "c3cc": 64,
132
+ "Cl": 65,
133
+ "C1": 66,
134
+ "N2": 67,
135
+ "CCN": 68,
136
+ "CC1": 69,
137
+ "c2ccccc2": 70,
138
+ "c2ccc": 71,
139
+ "n2": 72,
140
+ "O=C": 73,
141
+ "c1ccccc1": 74,
142
+ "C2": 75,
143
+ "CC2": 76,
144
+ "CN": 77,
145
+ "cc2": 78,
146
+ "CCO": 79,
147
+ "[C@@H]1": 80,
148
+ "C[C@H]": 81,
149
+ "c3cccc": 82,
150
+ "[n": 83,
151
+ "[nH]": 84,
152
+ "c1n": 85,
153
+ "cn": 86,
154
+ "c4": 87,
155
+ "[C@@H]2": 88,
156
+ "[C@H]1": 89,
157
+ "c3ccccc3": 90,
158
+ "Cc1ccc": 91,
159
+ "CCCC": 92,
160
+ "c2c": 93,
161
+ "[C@H]2": 94,
162
+ "COc1ccc": 95,
163
+ "/C": 96,
164
+ "c2n": 97,
165
+ "C[C@@H]": 98,
166
+ "Cc1cc": 99,
167
+ "c1c": 100,
168
+ "c3ccc": 101,
169
+ "CNC": 102,
170
+ "cccc": 103,
171
+ "n3": 104,
172
+ "CS": 105,
173
+ "nc1": 106,
174
+ "COC": 107,
175
+ "+]": 108,
176
+ "Br": 109,
177
+ "cc3": 110,
178
+ "N1CCC": 111,
179
+ "C3": 112,
180
+ "[N": 113,
181
+ "[N+]": 114,
182
+ "-]": 115,
183
+ "[O": 116,
184
+ "[O-]": 117,
185
+ "s1": 118,
186
+ "c1nc": 119,
187
+ "nc2": 120,
188
+ "N1C": 121,
189
+ "CCOC": 122,
190
+ "o1": 123,
191
+ "CCCCC": 124,
192
+ "CC3": 125,
193
+ "CCCN": 126,
194
+ "[C@]": 127,
195
+ "ccc1": 128,
196
+ "[C@@]": 129,
197
+ "OCC": 130,
198
+ "Cn1": 131,
199
+ "c3c": 132,
200
+ "N3": 133,
201
+ "N1CC": 134,
202
+ "Cc1n": 135,
203
+ "ccc": 136,
204
+ "NCC": 137,
205
+ "CN2": 138,
206
+ "N1CCN": 139,
207
+ "c2nc": 140,
208
+ "c1C": 141,
209
+ "=S": 142,
210
+ "=N": 143,
211
+ "C[C@@H]1": 144,
212
+ "COc1cc": 145,
213
+ "Nc1ccc": 146,
214
+ "/C=C": 147,
215
+ "o2": 148,
216
+ "CCCO": 149,
217
+ "C#": 150,
218
+ "C[C@H]1": 151,
219
+ "Cc1ccccc1": 152,
220
+ "ccc2": 153,
221
+ "s2": 154,
222
+ "[C@H]3": 155,
223
+ "[C@@H]3": 156,
224
+ "N2CCC": 157,
225
+ "Cc1cccc": 158,
226
+ "c4cccc": 159,
227
+ "c1cn": 160,
228
+ "oc": 161,
229
+ "CCNC": 162,
230
+ "sc": 163,
231
+ "nn": 164,
232
+ "N2C": 165,
233
+ "-c2ccc": 166,
234
+ "C#N": 167,
235
+ "N2CC": 168,
236
+ "Cc1c": 169,
237
+ "CCS": 170,
238
+ "CCn1": 171,
239
+ "C1=O": 172,
240
+ "C2=O": 173,
241
+ "cc1C": 174,
242
+ "[nH]c": 175,
243
+ "O=C1": 176,
244
+ "-c2ccccc2": 177,
245
+ "N=C": 178,
246
+ "Cc2ccccc2": 179,
247
+ "c12": 180,
248
+ "N2CCN": 181,
249
+ "CC[C@H]": 182,
250
+ "CC[C@@H]": 183,
251
+ "c4ccccc4": 184,
252
+ "C[C@H]2": 185,
253
+ "c1=O": 186,
254
+ "NS": 187,
255
+ "Cc1nc": 188,
256
+ "c1ccc2c": 189,
257
+ "NC1": 190,
258
+ "COc1cccc": 191,
259
+ "Nc2ccc": 192,
260
+ "c3n": 193,
261
+ "cn1": 194,
262
+ "[nH]1": 195,
263
+ "C=": 196,
264
+ "COc1ccccc1": 197,
265
+ "c2ccccc21": 198,
266
+ "c2cn": 199,
267
+ "N[C@H]": 200,
268
+ "N[C@@H]": 201,
269
+ "c1nnc": 202,
270
+ "c2c1": 203,
271
+ "CCOc1ccc": 204,
272
+ "SCC": 205,
273
+ "CCOCC2": 206,
274
+ "OCO": 207,
275
+ "c3nc": 208,
276
+ "c1ncc": 209,
277
+ "Cc2ccc": 210,
278
+ "cc1OC": 211,
279
+ "NC2": 212,
280
+ "nc3": 213,
281
+ "CCCCC2": 214,
282
+ "C=C": 215,
283
+ "N1CCO": 216,
284
+ "nn1": 217,
285
+ "[C@]1": 218,
286
+ "CCCC2": 219,
287
+ "-n2": 220,
288
+ "c2ncc": 221,
289
+ "C[C@@H]2": 222,
290
+ "cc1Cl": 223,
291
+ "Nc1cccc": 224,
292
+ "c2nnc": 225,
293
+ "[C@@]1": 226,
294
+ "CCCC3": 227,
295
+ "CCCCC1": 228,
296
+ "c2ccc3c": 229,
297
+ "-c3ccccc3": 230,
298
+ "nn2": 231,
299
+ "c4ccc": 232,
300
+ "CCC2": 233,
301
+ "no1": 234,
302
+ "OCCO": 235,
303
+ "O1": 236,
304
+ "Cn2": 237,
305
+ "SC": 238,
306
+ "-c3ccc": 239,
307
+ "Nc1cc": 240,
308
+ "/C=C/": 241,
309
+ "Cn1cc": 242,
310
+ "N[C@@H]1": 243,
311
+ "c23": 244,
312
+ "Nc1ccccc1": 245,
313
+ "N#": 246,
314
+ "CN1C": 247,
315
+ "[C@@]2": 248,
316
+ "[C@]2": 249,
317
+ "C2CC2": 250,
318
+ "c2C": 251,
319
+ "o3": 252,
320
+ "NCCC": 253,
321
+ "N2CCOCC2": 254,
322
+ "N[C@H]1": 255
323
+ },
324
+ "merges": [
325
+ [
326
+ "c",
327
+ "c"
328
+ ],
329
+ [
330
+ "C",
331
+ "C"
332
+ ],
333
+ [
334
+ "c",
335
+ "1"
336
+ ],
337
+ [
338
+ "=",
339
+ "O"
340
+ ],
341
+ [
342
+ "c",
343
+ "2"
344
+ ],
345
+ [
346
+ "H",
347
+ "]"
348
+ ],
349
+ [
350
+ "[",
351
+ "C"
352
+ ],
353
+ [
354
+ "[C",
355
+ "@"
356
+ ],
357
+ [
358
+ "c1",
359
+ "cc"
360
+ ],
361
+ [
362
+ "[C@",
363
+ "@"
364
+ ],
365
+ [
366
+ "c",
367
+ "3"
368
+ ],
369
+ [
370
+ "c2",
371
+ "cc"
372
+ ],
373
+ [
374
+ "[C@",
375
+ "H]"
376
+ ],
377
+ [
378
+ "[C@@",
379
+ "H]"
380
+ ],
381
+ [
382
+ "N",
383
+ "C"
384
+ ],
385
+ [
386
+ "c1cc",
387
+ "c"
388
+ ],
389
+ [
390
+ "CC",
391
+ "C"
392
+ ],
393
+ [
394
+ "C",
395
+ "O"
396
+ ],
397
+ [
398
+ "cc",
399
+ "1"
400
+ ],
401
+ [
402
+ "=",
403
+ "C"
404
+ ],
405
+ [
406
+ "c1cc",
407
+ "cc"
408
+ ],
409
+ [
410
+ "n",
411
+ "1"
412
+ ],
413
+ [
414
+ "N",
415
+ "1"
416
+ ],
417
+ [
418
+ "n",
419
+ "c"
420
+ ],
421
+ [
422
+ "c2cc",
423
+ "cc"
424
+ ],
425
+ [
426
+ "O",
427
+ "C"
428
+ ],
429
+ [
430
+ "c3",
431
+ "cc"
432
+ ],
433
+ [
434
+ "C",
435
+ "l"
436
+ ],
437
+ [
438
+ "C",
439
+ "1"
440
+ ],
441
+ [
442
+ "N",
443
+ "2"
444
+ ],
445
+ [
446
+ "CC",
447
+ "N"
448
+ ],
449
+ [
450
+ "CC",
451
+ "1"
452
+ ],
453
+ [
454
+ "c2cccc",
455
+ "c2"
456
+ ],
457
+ [
458
+ "c2cc",
459
+ "c"
460
+ ],
461
+ [
462
+ "n",
463
+ "2"
464
+ ],
465
+ [
466
+ "O",
467
+ "=C"
468
+ ],
469
+ [
470
+ "c1cccc",
471
+ "c1"
472
+ ],
473
+ [
474
+ "C",
475
+ "2"
476
+ ],
477
+ [
478
+ "CC",
479
+ "2"
480
+ ],
481
+ [
482
+ "C",
483
+ "N"
484
+ ],
485
+ [
486
+ "cc",
487
+ "2"
488
+ ],
489
+ [
490
+ "CC",
491
+ "O"
492
+ ],
493
+ [
494
+ "[C@@H]",
495
+ "1"
496
+ ],
497
+ [
498
+ "C",
499
+ "[C@H]"
500
+ ],
501
+ [
502
+ "c3cc",
503
+ "cc"
504
+ ],
505
+ [
506
+ "[",
507
+ "n"
508
+ ],
509
+ [
510
+ "[n",
511
+ "H]"
512
+ ],
513
+ [
514
+ "c1",
515
+ "n"
516
+ ],
517
+ [
518
+ "c",
519
+ "n"
520
+ ],
521
+ [
522
+ "c",
523
+ "4"
524
+ ],
525
+ [
526
+ "[C@@H]",
527
+ "2"
528
+ ],
529
+ [
530
+ "[C@H]",
531
+ "1"
532
+ ],
533
+ [
534
+ "c3cccc",
535
+ "c3"
536
+ ],
537
+ [
538
+ "C",
539
+ "c1ccc"
540
+ ],
541
+ [
542
+ "CC",
543
+ "CC"
544
+ ],
545
+ [
546
+ "c2",
547
+ "c"
548
+ ],
549
+ [
550
+ "[C@H]",
551
+ "2"
552
+ ],
553
+ [
554
+ "CO",
555
+ "c1ccc"
556
+ ],
557
+ [
558
+ "/",
559
+ "C"
560
+ ],
561
+ [
562
+ "c2",
563
+ "n"
564
+ ],
565
+ [
566
+ "C",
567
+ "[C@@H]"
568
+ ],
569
+ [
570
+ "C",
571
+ "c1cc"
572
+ ],
573
+ [
574
+ "c1",
575
+ "c"
576
+ ],
577
+ [
578
+ "c3cc",
579
+ "c"
580
+ ],
581
+ [
582
+ "C",
583
+ "NC"
584
+ ],
585
+ [
586
+ "cc",
587
+ "cc"
588
+ ],
589
+ [
590
+ "n",
591
+ "3"
592
+ ],
593
+ [
594
+ "C",
595
+ "S"
596
+ ],
597
+ [
598
+ "n",
599
+ "c1"
600
+ ],
601
+ [
602
+ "CO",
603
+ "C"
604
+ ],
605
+ [
606
+ "+",
607
+ "]"
608
+ ],
609
+ [
610
+ "B",
611
+ "r"
612
+ ],
613
+ [
614
+ "cc",
615
+ "3"
616
+ ],
617
+ [
618
+ "N1",
619
+ "CCC"
620
+ ],
621
+ [
622
+ "C",
623
+ "3"
624
+ ],
625
+ [
626
+ "[",
627
+ "N"
628
+ ],
629
+ [
630
+ "[N",
631
+ "+]"
632
+ ],
633
+ [
634
+ "-",
635
+ "]"
636
+ ],
637
+ [
638
+ "[",
639
+ "O"
640
+ ],
641
+ [
642
+ "[O",
643
+ "-]"
644
+ ],
645
+ [
646
+ "s",
647
+ "1"
648
+ ],
649
+ [
650
+ "c1",
651
+ "nc"
652
+ ],
653
+ [
654
+ "n",
655
+ "c2"
656
+ ],
657
+ [
658
+ "N1",
659
+ "C"
660
+ ],
661
+ [
662
+ "CC",
663
+ "OC"
664
+ ],
665
+ [
666
+ "o",
667
+ "1"
668
+ ],
669
+ [
670
+ "CC",
671
+ "CCC"
672
+ ],
673
+ [
674
+ "CC",
675
+ "3"
676
+ ],
677
+ [
678
+ "CCC",
679
+ "N"
680
+ ],
681
+ [
682
+ "[C@",
683
+ "]"
684
+ ],
685
+ [
686
+ "cc",
687
+ "c1"
688
+ ],
689
+ [
690
+ "[C@@",
691
+ "]"
692
+ ],
693
+ [
694
+ "O",
695
+ "CC"
696
+ ],
697
+ [
698
+ "C",
699
+ "n1"
700
+ ],
701
+ [
702
+ "c3",
703
+ "c"
704
+ ],
705
+ [
706
+ "N",
707
+ "3"
708
+ ],
709
+ [
710
+ "N1",
711
+ "CC"
712
+ ],
713
+ [
714
+ "C",
715
+ "c1n"
716
+ ],
717
+ [
718
+ "cc",
719
+ "c"
720
+ ],
721
+ [
722
+ "N",
723
+ "CC"
724
+ ],
725
+ [
726
+ "C",
727
+ "N2"
728
+ ],
729
+ [
730
+ "N1",
731
+ "CCN"
732
+ ],
733
+ [
734
+ "c2",
735
+ "nc"
736
+ ],
737
+ [
738
+ "c1",
739
+ "C"
740
+ ],
741
+ [
742
+ "=",
743
+ "S"
744
+ ],
745
+ [
746
+ "=",
747
+ "N"
748
+ ],
749
+ [
750
+ "C",
751
+ "[C@@H]1"
752
+ ],
753
+ [
754
+ "CO",
755
+ "c1cc"
756
+ ],
757
+ [
758
+ "N",
759
+ "c1ccc"
760
+ ],
761
+ [
762
+ "/C",
763
+ "=C"
764
+ ],
765
+ [
766
+ "o",
767
+ "2"
768
+ ],
769
+ [
770
+ "CCC",
771
+ "O"
772
+ ],
773
+ [
774
+ "C",
775
+ "#"
776
+ ],
777
+ [
778
+ "C[C@H]",
779
+ "1"
780
+ ],
781
+ [
782
+ "C",
783
+ "c1ccccc1"
784
+ ],
785
+ [
786
+ "cc",
787
+ "c2"
788
+ ],
789
+ [
790
+ "s",
791
+ "2"
792
+ ],
793
+ [
794
+ "[C@H]",
795
+ "3"
796
+ ],
797
+ [
798
+ "[C@@H]",
799
+ "3"
800
+ ],
801
+ [
802
+ "N2",
803
+ "CCC"
804
+ ],
805
+ [
806
+ "C",
807
+ "c1cccc"
808
+ ],
809
+ [
810
+ "c4",
811
+ "cccc"
812
+ ],
813
+ [
814
+ "c1",
815
+ "cn"
816
+ ],
817
+ [
818
+ "o",
819
+ "c"
820
+ ],
821
+ [
822
+ "CC",
823
+ "NC"
824
+ ],
825
+ [
826
+ "s",
827
+ "c"
828
+ ],
829
+ [
830
+ "n",
831
+ "n"
832
+ ],
833
+ [
834
+ "N2",
835
+ "C"
836
+ ],
837
+ [
838
+ "-",
839
+ "c2ccc"
840
+ ],
841
+ [
842
+ "C#",
843
+ "N"
844
+ ],
845
+ [
846
+ "N2",
847
+ "CC"
848
+ ],
849
+ [
850
+ "C",
851
+ "c1c"
852
+ ],
853
+ [
854
+ "CC",
855
+ "S"
856
+ ],
857
+ [
858
+ "CC",
859
+ "n1"
860
+ ],
861
+ [
862
+ "C1",
863
+ "=O"
864
+ ],
865
+ [
866
+ "C2",
867
+ "=O"
868
+ ],
869
+ [
870
+ "cc1",
871
+ "C"
872
+ ],
873
+ [
874
+ "[nH]",
875
+ "c"
876
+ ],
877
+ [
878
+ "O=C",
879
+ "1"
880
+ ],
881
+ [
882
+ "-",
883
+ "c2ccccc2"
884
+ ],
885
+ [
886
+ "N",
887
+ "=C"
888
+ ],
889
+ [
890
+ "C",
891
+ "c2ccccc2"
892
+ ],
893
+ [
894
+ "c1",
895
+ "2"
896
+ ],
897
+ [
898
+ "N2",
899
+ "CCN"
900
+ ],
901
+ [
902
+ "CC",
903
+ "[C@H]"
904
+ ],
905
+ [
906
+ "CC",
907
+ "[C@@H]"
908
+ ],
909
+ [
910
+ "c4cccc",
911
+ "c4"
912
+ ],
913
+ [
914
+ "C[C@H]",
915
+ "2"
916
+ ],
917
+ [
918
+ "c1",
919
+ "=O"
920
+ ],
921
+ [
922
+ "N",
923
+ "S"
924
+ ],
925
+ [
926
+ "C",
927
+ "c1nc"
928
+ ],
929
+ [
930
+ "c1cc",
931
+ "c2c"
932
+ ],
933
+ [
934
+ "NC",
935
+ "1"
936
+ ],
937
+ [
938
+ "CO",
939
+ "c1cccc"
940
+ ],
941
+ [
942
+ "N",
943
+ "c2ccc"
944
+ ],
945
+ [
946
+ "c3",
947
+ "n"
948
+ ],
949
+ [
950
+ "c",
951
+ "n1"
952
+ ],
953
+ [
954
+ "[nH]",
955
+ "1"
956
+ ],
957
+ [
958
+ "C",
959
+ "="
960
+ ],
961
+ [
962
+ "CO",
963
+ "c1ccccc1"
964
+ ],
965
+ [
966
+ "c2ccccc2",
967
+ "1"
968
+ ],
969
+ [
970
+ "c2",
971
+ "cn"
972
+ ],
973
+ [
974
+ "N",
975
+ "[C@H]"
976
+ ],
977
+ [
978
+ "N",
979
+ "[C@@H]"
980
+ ],
981
+ [
982
+ "c1n",
983
+ "nc"
984
+ ],
985
+ [
986
+ "c2",
987
+ "c1"
988
+ ],
989
+ [
990
+ "CCO",
991
+ "c1ccc"
992
+ ],
993
+ [
994
+ "S",
995
+ "CC"
996
+ ],
997
+ [
998
+ "CCO",
999
+ "CC2"
1000
+ ],
1001
+ [
1002
+ "O",
1003
+ "CO"
1004
+ ],
1005
+ [
1006
+ "c3",
1007
+ "nc"
1008
+ ],
1009
+ [
1010
+ "c1n",
1011
+ "cc"
1012
+ ],
1013
+ [
1014
+ "C",
1015
+ "c2ccc"
1016
+ ],
1017
+ [
1018
+ "cc1",
1019
+ "OC"
1020
+ ],
1021
+ [
1022
+ "NC",
1023
+ "2"
1024
+ ],
1025
+ [
1026
+ "n",
1027
+ "c3"
1028
+ ],
1029
+ [
1030
+ "CCCCC",
1031
+ "2"
1032
+ ],
1033
+ [
1034
+ "C",
1035
+ "=C"
1036
+ ],
1037
+ [
1038
+ "N1",
1039
+ "CCO"
1040
+ ],
1041
+ [
1042
+ "n",
1043
+ "n1"
1044
+ ],
1045
+ [
1046
+ "[C@]",
1047
+ "1"
1048
+ ],
1049
+ [
1050
+ "CC",
1051
+ "CC2"
1052
+ ],
1053
+ [
1054
+ "-",
1055
+ "n2"
1056
+ ],
1057
+ [
1058
+ "c2n",
1059
+ "cc"
1060
+ ],
1061
+ [
1062
+ "C",
1063
+ "[C@@H]2"
1064
+ ],
1065
+ [
1066
+ "cc1",
1067
+ "Cl"
1068
+ ],
1069
+ [
1070
+ "N",
1071
+ "c1cccc"
1072
+ ],
1073
+ [
1074
+ "c2n",
1075
+ "nc"
1076
+ ],
1077
+ [
1078
+ "[C@@]",
1079
+ "1"
1080
+ ],
1081
+ [
1082
+ "CCCC",
1083
+ "3"
1084
+ ],
1085
+ [
1086
+ "CCCCC",
1087
+ "1"
1088
+ ],
1089
+ [
1090
+ "c2cc",
1091
+ "c3c"
1092
+ ],
1093
+ [
1094
+ "-",
1095
+ "c3ccccc3"
1096
+ ],
1097
+ [
1098
+ "n",
1099
+ "n2"
1100
+ ],
1101
+ [
1102
+ "c4",
1103
+ "ccc"
1104
+ ],
1105
+ [
1106
+ "CCC",
1107
+ "2"
1108
+ ],
1109
+ [
1110
+ "n",
1111
+ "o1"
1112
+ ],
1113
+ [
1114
+ "O",
1115
+ "CCO"
1116
+ ],
1117
+ [
1118
+ "O",
1119
+ "1"
1120
+ ],
1121
+ [
1122
+ "C",
1123
+ "n2"
1124
+ ],
1125
+ [
1126
+ "S",
1127
+ "C"
1128
+ ],
1129
+ [
1130
+ "-",
1131
+ "c3ccc"
1132
+ ],
1133
+ [
1134
+ "N",
1135
+ "c1cc"
1136
+ ],
1137
+ [
1138
+ "/C=C",
1139
+ "/"
1140
+ ],
1141
+ [
1142
+ "Cn1",
1143
+ "cc"
1144
+ ],
1145
+ [
1146
+ "N",
1147
+ "[C@@H]1"
1148
+ ],
1149
+ [
1150
+ "c2",
1151
+ "3"
1152
+ ],
1153
+ [
1154
+ "N",
1155
+ "c1ccccc1"
1156
+ ],
1157
+ [
1158
+ "N",
1159
+ "#"
1160
+ ],
1161
+ [
1162
+ "C",
1163
+ "N1C"
1164
+ ],
1165
+ [
1166
+ "[C@@]",
1167
+ "2"
1168
+ ],
1169
+ [
1170
+ "[C@]",
1171
+ "2"
1172
+ ],
1173
+ [
1174
+ "C2",
1175
+ "CC2"
1176
+ ],
1177
+ [
1178
+ "c2",
1179
+ "C"
1180
+ ],
1181
+ [
1182
+ "o",
1183
+ "3"
1184
+ ],
1185
+ [
1186
+ "N",
1187
+ "CCC"
1188
+ ],
1189
+ [
1190
+ "N2",
1191
+ "CCOCC2"
1192
+ ],
1193
+ [
1194
+ "N",
1195
+ "[C@H]1"
1196
+ ]
1197
+ ]
1198
+ }
1199
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "256": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "257": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "258": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "259": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "eos_token": "</s>",
39
+ "extra_special_tokens": {},
40
+ "model_input_names": [
41
+ "input_ids",
42
+ "attention_mask"
43
+ ],
44
+ "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token": "<pad>",
46
+ "tokenizer_class": "PreTrainedTokenizerFast",
47
+ "unk_token": "<unk>"
48
+ }