This view is limited to 50 files because it contains too many changes.  See the raw diff here.
README.md CHANGED
@@ -1,3 +1,346 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - text2text-generation
6
+ - translation
7
+ - zero-shot-classification
8
+ tags:
9
+ - chemistry
10
+ - biology
11
+ - SMILES
12
+ - benchmark
13
+ size_categories:
14
+ - 10k<n<100k
15
+ pretty_name: 'Lo-Hi Benchmark'
16
+ configs:
17
+ - config_name: hi-drd2-1
18
+ data_files:
19
+ - split: train
20
+ path: "hi/drd2/train_1.csv"
21
+ - split: test
22
+ path: "hi/drd2/test_1.csv"
23
+ - config_name: hi-drd2-2
24
+ data_files:
25
+ - split: train
26
+ path: "hi/drd2/train_2.csv"
27
+ - split: test
28
+ path: "hi/drd2/test_2.csv"
29
+ - config_name: hi-drd2-3
30
+ data_files:
31
+ - split: train
32
+ path: "hi/drd2/train_3.csv"
33
+ - split: test
34
+ path: "hi/drd2/test_3.csv"
35
+ - config_name: hi-hiv-1
36
+ data_files:
37
+ - split: train
38
+ path: "hi/hiv/train_1.csv"
39
+ - split: test
40
+ path: "hi/hiv/test_1.csv"
41
+ - config_name: hi-hiv-2
42
+ data_files:
43
+ - split: train
44
+ path: "hi/hiv/train_2.csv"
45
+ - split: test
46
+ path: "hi/hiv/test_2.csv"
47
+ - config_name: hi-hiv-3
48
+ data_files:
49
+ - split: train
50
+ path: "hi/hiv/train_3.csv"
51
+ - split: test
52
+ path: "hi/hiv/test_3.csv"
53
+ - config_name: hi-kdr-1
54
+ data_files:
55
+ - split: train
56
+ path: "hi/kdr/train_1.csv"
57
+ - split: test
58
+ path: "hi/kdr/test_1.csv"
59
+ - config_name: hi-kdr-2
60
+ data_files:
61
+ - split: train
62
+ path: "hi/kdr/train_2.csv"
63
+ - split: test
64
+ path: "hi/kdr/test_2.csv"
65
+ - config_name: hi-kdr-3
66
+ data_files:
67
+ - split: train
68
+ path: "hi/kdr/train_3.csv"
69
+ - split: test
70
+ path: "hi/kdr/test_3.csv"
71
+ - config_name: hi-sol-1
72
+ data_files:
73
+ - split: train
74
+ path: "hi/sol/train_1.csv"
75
+ - split: test
76
+ path: "hi/sol/test_1.csv"
77
+ - config_name: hi-sol-2
78
+ data_files:
79
+ - split: train
80
+ path: "hi/sol/train_2.csv"
81
+ - split: test
82
+ path: "hi/sol/test_2.csv"
83
+ - config_name: hi-sol-3
84
+ data_files:
85
+ - split: train
86
+ path: "hi/sol/train_3.csv"
87
+ - split: test
88
+ path: "hi/sol/test_3.csv"
89
+ - config_name: lo-drd2-1
90
+ data_files:
91
+ - split: train
92
+ path: "lo/drd2/train_1.csv"
93
+ - split: test
94
+ path: "lo/drd2/test_1.csv"
95
+ - config_name: lo-drd2-2
96
+ data_files:
97
+ - split: train
98
+ path: "lo/drd2/train_2.csv"
99
+ - split: test
100
+ path: "lo/drd2/test_2.csv"
101
+ - config_name: lo-drd2-3
102
+ data_files:
103
+ - split: train
104
+ path: "lo/drd2/train_3.csv"
105
+ - split: test
106
+ path: "lo/drd2/test_3.csv"
107
+ - config_name: lo-kcnh2-1
108
+ data_files:
109
+ - split: train
110
+ path: "lo/kcnh2/train_1.csv"
111
+ - split: test
112
+ path: "lo/kcnh2/test_1.csv"
113
+ - config_name: lo-kcnh2-2
114
+ data_files:
115
+ - split: train
116
+ path: "lo/kcnh2/train_2.csv"
117
+ - split: test
118
+ path: "lo/kcnh2/test_2.csv"
119
+ - config_name: lo-kcnh2-3
120
+ data_files:
121
+ - split: train
122
+ path: "lo/kcnh2/train_3.csv"
123
+ - split: test
124
+ path: "lo/kcnh2/test_3.csv"
125
+ - config_name: lo-kdr-1
126
+ data_files:
127
+ - split: train
128
+ path: "lo/kdr/train_1.csv"
129
+ - split: test
130
+ path: "lo/kdr/test_1.csv"
131
+ - config_name: lo-kdr-2
132
+ data_files:
133
+ - split: train
134
+ path: "lo/kdr/train_2.csv"
135
+ - split: test
136
+ path: "lo/kdr/test_2.csv"
137
+ - config_name: lo-kdr-3
138
+ data_files:
139
+ - split: train
140
+ path: "lo/kdr/train_3.csv"
141
+ - split: test
142
+ path: "lo/kdr/test_3.csv"
143
  ---
144
+ # Lo-Hi Benchmark
145
+
146
+ Data from [Simon Steshin, Lo-Hi: Practical ML Drug Discovery Benchmark](https://arxiv.org/abs/2310.06399), available from the [GitHub repositiory](https://github.com/SteshinSS/lohi_neurips2023). We used [schemist](https://github.com/scbirlab/schemist) (which in turn uses RDKit)
147
+ to add molecuar weight, Murcko scaffold, Crippen cLogP, and topological surface area.
148
+
149
+ ## Dataset Details
150
+
151
+ From the [original README](https://github.com/SteshinSS/lohi_neurips2023?tab=readme-ov-file):
152
+
153
+ ### Hit Identification
154
+ The goal of the Hit Identification task is to find novel molecules that have desirable property, but are dissimilar from the molecules with known activity. There are four datasets simulating this scenario: `DRD2-Hi`, `HIV-Hi`, `KDR-Hi` and `Sol-Hi`. They are binary classification tasks such that the most similar molecules between train and test have ECFP4 Tanimoto similarity < 0.4.
155
+
156
+ - `data/hi/drd2` -- for DRD2-Hi
157
+ - `data/hi/hiv` -- for HIV-Hi
158
+ - `data/hi/kdr` -- for KDR-Hi
159
+ - `data/hi/sol` -- for Sol-Hi
160
+
161
+ There are three splits of the datasets. Use only the first split for the hyperparameter tuning. Train your model with the same hyperparameters for all the three splits and calculate mean metric.
162
+
163
+ Metric: PR AUC.
164
+
165
+ ### Lead Optimization
166
+ The goal of the Lead Optimization task is to predict how minor modifications of a molecule affect its activity. There are three datasets simulating this scenario: `DRD2-Lo`, `KCNH2-Lo` and more challenging `KDR-Lo`. They are ranking tasks that have clusters in the test set, so that the molecules in each clusters are quite similar with Tanimoto similarity > 0.4 to the central molecules, and each cluster has one similar molecule in the train set, representing known hit.
167
+
168
+ - `data/lo/drd2` -- for DRD2-Lo
169
+ - `data/lo/kcnh2` -- for KCNH2-Lo
170
+ - `data/lo/kdr` -- for KDR-Lo
171
+
172
+ There are three splits of the datasets. Use only the first split for the hyperparameter tuning. Train your model with the same hyperparameters for all the three splits and calculate mean metric.
173
+
174
+ Metric: spearman correlation is calculated for each cluster in the test set and the mean is taken.
175
+
176
+ ### Dataset Description
177
+
178
+ - **Curated by:** Simon Steshin
179
+ <!-- - **Funded by:** The Francis Crick Institute -->
180
+ - **License:** MIT
181
+
182
+ ### Dataset Sources [optional]
183
+
184
+ <!-- Provide the basic links for the dataset. -->
185
+
186
+ - **Repository:** https://github.com/SteshinSS/lohi_neurips2023
187
+ - **Paper:** https://arxiv.org/abs/2310.06399
188
+ <!-- - **Demo [optional]:** [More Information Needed] -->
189
+
190
+ ## Uses
191
+
192
+ Bechmarking chemical property prediction models.
193
+
194
+ <!-- ### Direct Use -->
195
+
196
+ <!-- This section describes suitable use cases for the dataset. -->
197
+
198
+ <!-- [More Information Needed]
199
+
200
+ ### Out-of-Scope Use
201
+
202
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
203
+
204
+ <!-- [More Information Needed] -->
205
+
206
+ ## Dataset Structure
207
+
208
+ The data are divided into the Hit Identification (`hi`, binary classification) and Lead Optimization (`lo`, regression) tasks. Within each are several datasets from a number of assays. Within each of these are three splits of train and test.
209
+
210
+ Each split is in a separate pair of train and test files. So the files for split 1 are in `train_1.csv.gz`, `test_1.csv.gz` and the files for split 2 are in `train_2.csv.gz`, `test_2.csv.gz`.
211
+
212
+ ```
213
+ .
214
+ ├── hi
215
+ │ ├── drd2
216
+ │ │ ├── test_1.csv.gz
217
+ │ │ ├── test_2.csv.gz
218
+ │ │ ├── test_3.csv.gz
219
+ │ │ ├── train_1.csv.gz
220
+ │ │ ├── train_2.csv.gz
221
+ │ │ └── train_3.csv.gz
222
+ │ ├── hiv
223
+ │ │ ├── test_1.csv.gz
224
+ │ │ ├── test_2.csv.gz
225
+ │ │ ├── test_3.csv.gz
226
+ │ │ ├── train_1.csv.gz
227
+ │ │ ├── train_2.csv.gz
228
+ │ │ └── train_3.csv.gz
229
+ │ ├── kdr
230
+ │ │ ├── test_1.csv.gz
231
+ │ │ ├── test_2.csv.gz
232
+ │ │ ├── test_3.csv.gz
233
+ │ │ ├── train_1.csv.gz
234
+ │ │ ├── train_2.csv.gz
235
+ │ │ └── train_3.csv.gz
236
+ │ └── sol
237
+ │ ├── test_1.csv.gz
238
+ │ ├── test_2.csv.gz
239
+ │ ├── test_3.csv.gz
240
+ │ ├── train_1.csv.gz
241
+ │ ├── train_2.csv.gz
242
+ │ └── train_3.csv.gz
243
+ └── lo
244
+ ├── drd2
245
+ │ ├── test_1.csv.gz
246
+ │ ├── test_2.csv.gz
247
+ │ ├── test_3.csv.gz
248
+ │ ├── train_1.csv.gz
249
+ │ ├── train_2.csv.gz
250
+ │ └── train_3.csv.gz
251
+ ├── kcnh2
252
+ │ ├── test_1.csv.gz
253
+ │ ├── test_2.csv.gz
254
+ │ ├── test_3.csv.gz
255
+ │ ├── train_1.csv.gz
256
+ │ ├── train_2.csv.gz
257
+ │ └── train_3.csv.gz
258
+ └── kdr
259
+ ├── test_1.csv.gz
260
+ ├── test_2.csv.gz
261
+ ├── test_3.csv.gz
262
+ ├── train_1.csv.gz
263
+ ├── train_2.csv.gz
264
+ └── train_3.csv.gz
265
+ ```
266
+
267
+ The column headings of the data are:
268
+
269
+ - **smiles**: SMILES string
270
+ - **value**: The assay result. This is True/False for `hi` and numeric for `lo`.
271
+ - **id**: Numeric structure identifier
272
+ - **inchikey**: Unique structure identifier
273
+ - **scaffold**: Murcko scaffold
274
+ - **mwt**: Molecular weight
275
+ - **clogp**: Crippen LogP
276
+ - **tpsa**: Calculated topological polar surface area.
277
+
278
+ The `hi` datasets also have a `cluster` column, indicating the structural cluster of the compound.
279
+
280
+ ## Dataset Creation
281
+
282
+ ### Curation Rationale
283
+
284
+ To make the Lo-Hi Benchmark readily available with light preprocessing.
285
+
286
+ #### Data Collection and Processing
287
+
288
+ Additional properties were calculated using [schemist](https://github.com/scbirlab/schemist), a tool for processing chemical datasets.
289
+
290
+ #### Who are the source data producers?
291
+
292
+ Simon Steshin (https://github.com/SteshinSS).
293
+
294
+ #### Personal and Sensitive Information
295
+
296
+ None
297
+
298
+ <!-- ## Bias, Risks, and Limitations -->
299
+
300
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
301
+
302
+ <!-- [More Information Needed] -->
303
+
304
+ <!-- ### Recommendations -->
305
+
306
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
307
+
308
+ <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
309
+
310
+ ## Citation
311
+
312
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
313
+
314
+ **BibTeX:**
315
+
316
+ ```
317
+ @misc{steshin2023lohipracticalmldrug,
318
+ title={Lo-Hi: Practical ML Drug Discovery Benchmark},
319
+ author={Simon Steshin},
320
+ year={2023},
321
+ eprint={2310.06399},
322
+ archivePrefix={arXiv},
323
+ primaryClass={cs.LG},
324
+ url={https://arxiv.org/abs/2310.06399},
325
+ }
326
+ ```
327
+
328
+ <!-- **APA:** -->
329
+
330
+ <!-- ## Glossary [optional] -->
331
+
332
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
333
+
334
+ <!-- [More Information Needed]
335
+
336
+ <!-- ## More Information [optional]
337
+
338
+ <!-- [More Information Needed]
339
+
340
+ <!-- ## Dataset Card Authors [optional]
341
+
342
+ <!-- [More Information Needed] -->
343
+
344
+ ## Dataset Card Contact
345
+
346
+ [@eachanjohnson](https://huggingface.co/eachanjohnson)
hi/drd2/test_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d9312917f462fdf53c2f5dd5a19f6274811a762b248a3c6b8cac6e645ecaf93
3
+ size 52556
hi/drd2/test_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f52566bb240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:02.121187
hi/drd2/test_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f03f5ae2071e19a95e7fcb9a2f99e98e37f6fe7459eb3c5178a24482a411e05f
3
+ size 53288
hi/drd2/test_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7ff5c75fb240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:02.359903
hi/drd2/test_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b7ff5cd4e5216e143766bedf1dbd4ac36d6afa106873dd3f64c3878a427f4a7
3
+ size 53106
hi/drd2/test_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fe7781a7240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:02.157747
hi/drd2/train_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634d250fd856e3962486d67268297f6b3820d274ca7430554362011d00c2eced
3
+ size 106149
hi/drd2/train_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fddadbdb240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:04.495817
hi/drd2/train_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b837c34fb112e5c0ce1f80ea42832aa1b265508fabbbd59f86913602729ca741
3
+ size 105298
hi/drd2/train_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fd611143240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:04.185506
hi/drd2/train_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e344c5f7b4f47c14195200ca7637f54de0e928e5a7714d83d970cafd2b1a4e3
3
+ size 105529
hi/drd2/train_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f5a95373240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:04.311050
hi/hiv/test_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3afceb02f2084cebeb841bb196049121e52fb052dda2f8466b463c90c1272c
3
+ size 415731
hi/hiv/test_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f72a0dab240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:12.205503
hi/hiv/test_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c3ca1c88efd6401ad62496b20cb1c5970db05795e2d66d38ecf5f3cd45215c
3
+ size 430251
hi/hiv/test_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fb01597b240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:13.731867
hi/hiv/test_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beb2ab86d8ff685678682f8c4e0456f7ff2b9227747c6e6cf343fc34c9b3878b
3
+ size 422392
hi/hiv/test_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fb6420f7240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:12.943592
hi/hiv/train_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:706956215b69bd8675dcab55db7f69505c33b659c91932a718f95125ef991e61
3
+ size 852320
hi/hiv/train_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f272063f240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:26.300920
hi/hiv/train_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ce390bd6fd6eb32109391c0631183884f73231ed89301b070d99c3c04c99a2
3
+ size 837746
hi/hiv/train_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f7b70f03240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:25.132069
hi/hiv/train_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118a3e6b41cdb0b48b4582c0c6bf27d9711d4bee0a69656895315702af756f70
3
+ size 845618
hi/hiv/train_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f5c7c397240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:25.930329
hi/kdr/test_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46b59680650a21c87ed5d6c7b2fc9492b60cdc188dbe8e71a193935a67e2ac1
3
+ size 143966
hi/kdr/test_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fd5f71eb240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:06.264822
hi/kdr/test_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75763519c268bff17758444ad44648c2deef65861e25d0eee2852117a485cc93
3
+ size 145053
hi/kdr/test_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fb7390ef240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:06.181482
hi/kdr/test_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb8dd85f4969d951af47236f2f9ae8484ba7697d0a85490f26e3a7ca55b1f917
3
+ size 107343
hi/kdr/test_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fa21cf3f240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:04.545860
hi/kdr/train_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd5640a3609eb0f13a0b8a541725e5af6a487abcb1ab610e718e3d29bb54187a
3
+ size 21412
hi/kdr/train_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f5328d23240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:01.091749
hi/kdr/train_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3594f9995c80fd70f2c497bc4b0265c92d4c96f66e89eaad0725726257969fb9
3
+ size 20228
hi/kdr/train_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7effe586b240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:01.007965
hi/kdr/train_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3925d7bafdb822eb85c07b84f7eb2648826e773a4c8bc71256d9a73dd4f2884c
3
+ size 21494
hi/kdr/train_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f527fab7240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:01.022440
hi/sol/test_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d12ceef2676a398f0992956dbfdc72ba82e6c2aabc5f8a72e92e87d9edea0c
3
+ size 39208
hi/sol/test_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fbc0963f240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:01.076008
hi/sol/test_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2a06443487974d309f3a4cd52d2c95eb2409498a52b5c64fbc533796ec1ba5
3
+ size 40645
hi/sol/test_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f73ccc93240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:01.127028
hi/sol/test_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b316768689749356836971d75094af4405619e0d2e0099866c9642cf1af527f
3
+ size 41147
hi/sol/test_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f0e510c7240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:01.121637
hi/sol/train_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c31a2b8bbc739463555dd65b6ebe27c7e8064dc3ff32236299d50e0b17428da
3
+ size 81178
hi/sol/train_1.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f602c7af240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:02.262331
hi/sol/train_2.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bacca01497a7c288c788926d656bf633e3f7df28325c6b3847b529d2983295db
3
+ size 79663
hi/sol/train_2.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7fccd6b37240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:02.214353
hi/sol/train_3.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff87b576913a240cae67991b89e7204baf7a359146e39e051e670da10facf43
3
+ size 79154
hi/sol/train_3.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Converting between string representations with the following parameters:
2
+ subcommand: convert
3
+ output: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
4
+ format: csv
5
+ input: <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
6
+ representation: SMILES
7
+ column: smiles
8
+ prefix: None
9
+ to: ['id', 'inchikey', 'smiles', 'scaffold', 'mwt', 'clogp', 'tpsa']
10
+ options: ['prefix=SCB-']
11
+ func: <function _convert at 0x7f0a28553240>
12
+
13
+ Error counts:
14
+ id: 0
15
+ inchikey: 0
16
+ smiles: 0
17
+ scaffold: 0
18
+ mwt: 0
19
+ clogp: 0
20
+ tpsa: 0
21
+ ⏰ Completed process in 0:00:02.200573
lo/drd2/test_1.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f45f321f4115d2f4a00b0c63e0bc25260241fc9cd9a6e9b589e8282b3814516
3
+ size 17614