Do1Yun commited on
Commit
cf1d169
·
verified ·
1 Parent(s): 82d78d5

Update model - Task: default

Browse files
Files changed (3) hide show
  1. AttrMaskMolecularEncoder.pt +2 -2
  2. README.md +74 -75
  3. config.json +542 -542
AttrMaskMolecularEncoder.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fca237bf23cccf252814d578cefad0a2c2ae7b8dee63d6f8eb7d5cb0577531f
3
- size 14545469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf06cb24eb95d1ba0bc360e5af360ecc0f88c193f9129615f721ef88522121b
3
+ size 14545405
README.md CHANGED
@@ -1,75 +1,74 @@
1
- ---
2
- tags:
3
- - torch_molecule
4
- - molecular-property-prediction
5
- library_name: torch_molecule
6
- ---
7
-
8
- # MoamaMolecularEncoder Model
9
-
10
- ## Model Description
11
- - **Model Type**: MoamaMolecularEncoder
12
- - **Framework**: torch_molecule
13
- - **Last Updated**: 2025-07-28
14
-
15
- ## Task Summary
16
- | Task | Version | Last Updated | Parameters | Metrics |
17
- |------|---------|--------------|------------|----------|
18
- | default | 0.0.5 | 2025-07-28 | 3,832,927 | |
19
-
20
-
21
- ## Usage
22
-
23
- ```python
24
- from torch_molecule import MoamaMolecularEncoder
25
-
26
- # Load model for specific task
27
- model = MoamaMolecularEncoder()
28
- model.load(
29
- "local_model_dir/MoamaMolecularEncoder.pt",
30
- repo="Do1Yun/TorchMoleculeEncoderRepo"
31
- )
32
-
33
- # For predictor: Make predictions
34
- # predictions = model.predict(smiles_list)
35
- # For generator: Make generations
36
- # generations = model.generate(n_samples)
37
- # For encoder: Make encodings
38
- # encodings = model.encode(smiles_list)
39
- ```
40
-
41
- ## Tasks Details
42
-
43
-
44
- ### default Task
45
- - **Current Version**: 0.0.5
46
- - **Last Updated**: 2025-07-28
47
- - **Parameters**: 3,832,927
48
- - **Configuration**:
49
- ```python
50
- {
51
- "mask_rate": 0.15,
52
- "lw_rec": 0.5,
53
- "encoder_type": "gin-virtual",
54
- "readout": "sum",
55
- "num_layer": 5,
56
- "hidden_size": 300,
57
- "drop_ratio": 0.5,
58
- "norm_layer": "batch_norm",
59
- "batch_size": 128,
60
- "epochs": 500,
61
- "learning_rate": 0.001,
62
- "weight_decay": 0.0,
63
- "grad_clip_value": null,
64
- "use_lr_scheduler": false,
65
- "scheduler_factor": 0.5,
66
- "scheduler_patience": 5,
67
- "fitting_epoch": 499,
68
- "device": {
69
- "_type": "unknown",
70
- "repr": "cuda:0"
71
- },
72
- "verbose": false,
73
- "model_name": "MoamaMolecularEncoder"
74
- }
75
- ```
 
1
+ ---
2
+ tags:
3
+ - torch_molecule
4
+ library_name: torch_molecule
5
+ ---
6
+
7
+ # AttrMaskMolecularEncoder Model
8
+
9
+ ## Model Description
10
+ - **Model Type**: AttrMaskMolecularEncoder
11
+ - **Framework**: torch_molecule
12
+ - **Last Updated**: 2025-07-28
13
+
14
+ ## Task Summary
15
+ | Task | Version | Last Updated | Parameters | Metrics |
16
+ |------|---------|--------------|------------|----------|
17
+ | default | 0.0.6 | 2025-07-28 | 3,594,425 | |
18
+
19
+
20
+ ## Usage
21
+
22
+ ```python
23
+ from torch_molecule import AttrMaskMolecularEncoder
24
+
25
+ # Load model for specific task
26
+ model = AttrMaskMolecularEncoder()
27
+ model.load(
28
+ "local_model_dir/AttrMaskMolecularEncoder.pt",
29
+ repo="Do1Yun/TorchMoleculeEncoderRepo"
30
+ )
31
+
32
+ # For predictor: Make predictions
33
+ # predictions = model.predict(smiles_list)
34
+ # For generator: Make generations
35
+ # generations = model.generate(n_samples)
36
+ # For encoder: Make encodings
37
+ # encodings = model.encode(smiles_list)
38
+ ```
39
+
40
+ ## Tasks Details
41
+
42
+
43
+ ### default Task
44
+ - **Current Version**: 0.0.6
45
+ - **Last Updated**: 2025-07-28
46
+ - **Parameters**: 3,594,425
47
+ - **Configuration**:
48
+ ```python
49
+ {
50
+ "mask_num": 0,
51
+ "mask_rate": 0.15,
52
+ "encoder_type": "gin-virtual",
53
+ "readout": "sum",
54
+ "num_layer": 5,
55
+ "hidden_size": 300,
56
+ "drop_ratio": 0.5,
57
+ "norm_layer": "batch_norm",
58
+ "batch_size": 128,
59
+ "epochs": 500,
60
+ "learning_rate": 0.001,
61
+ "weight_decay": 0.0,
62
+ "grad_clip_value": null,
63
+ "use_lr_scheduler": false,
64
+ "scheduler_factor": 0.5,
65
+ "scheduler_patience": 5,
66
+ "fitting_epoch": 499,
67
+ "device": {
68
+ "_type": "unknown",
69
+ "repr": "cuda:0"
70
+ },
71
+ "verbose": false,
72
+ "model_name": "AttrMaskMolecularEncoder"
73
+ }
74
+ ```
 
config.json CHANGED
@@ -1,543 +1,543 @@
1
- {
2
- "model_name": "AttrMaskMolecularEncoder",
3
- "framework": "torch_molecule",
4
- "date_created": "2025-07-28T00:54:19.004999",
5
- "tasks": {
6
- "default": {
7
- "versions": [],
8
- "current_version": "0.0.5",
9
- "date_added": "2025-07-28T00:54:19.007002",
10
- "last_updated": "2025-07-28T01:05:14.392742",
11
- "num_parameters": 3832927,
12
- "config": {
13
- "mask_rate": 0.15,
14
- "lw_rec": 0.5,
15
- "encoder_type": "gin-virtual",
16
- "readout": "sum",
17
- "num_layer": 5,
18
- "hidden_size": 300,
19
- "drop_ratio": 0.5,
20
- "norm_layer": "batch_norm",
21
- "batch_size": 128,
22
- "epochs": 500,
23
- "learning_rate": 0.001,
24
- "weight_decay": 0.0,
25
- "grad_clip_value": null,
26
- "use_lr_scheduler": false,
27
- "scheduler_factor": 0.5,
28
- "scheduler_patience": 5,
29
- "fitting_epoch": 499,
30
- "fitting_loss": [
31
- 2.4525790214538574,
32
- 1.4031577110290527,
33
- 1.6088311672210693,
34
- 0.825725257396698,
35
- 1.14168381690979,
36
- 0.9898753762245178,
37
- 1.4880019426345825,
38
- 0.8773511052131653,
39
- 0.5078943371772766,
40
- 0.8340450525283813,
41
- 0.305433064699173,
42
- 0.5157907605171204,
43
- 0.8699114918708801,
44
- 0.7526735663414001,
45
- 0.5080721378326416,
46
- 0.5669378638267517,
47
- 0.685741662979126,
48
- 0.8027105331420898,
49
- 0.7148786187171936,
50
- 0.6166950464248657,
51
- 0.3776897192001343,
52
- 0.506689727306366,
53
- 0.5708674788475037,
54
- 0.6981886029243469,
55
- 0.30378711223602295,
56
- 1.1396375894546509,
57
- 0.155991330742836,
58
- 0.41770872473716736,
59
- 0.48550015687942505,
60
- 0.703090250492096,
61
- 0.7915031909942627,
62
- 0.3127371072769165,
63
- 0.30423152446746826,
64
- 0.6854983568191528,
65
- 0.5105783343315125,
66
- 0.5543804168701172,
67
- 0.558907151222229,
68
- 0.5160946249961853,
69
- 0.3495466709136963,
70
- 0.5158326029777527,
71
- 0.5174915790557861,
72
- 0.4071091413497925,
73
- 0.4984918534755707,
74
- 0.4910011291503906,
75
- 0.42209187150001526,
76
- 0.3202965259552002,
77
- 0.45896780490875244,
78
- 0.9303814768791199,
79
- 0.5015047192573547,
80
- 0.4324907958507538,
81
- 0.5285335779190063,
82
- 0.46804046630859375,
83
- 0.6589344143867493,
84
- 0.6206241846084595,
85
- 0.6994159817695618,
86
- 0.4018169343471527,
87
- 0.40711984038352966,
88
- 0.4303286671638489,
89
- 0.5643962621688843,
90
- 0.5687366724014282,
91
- 0.5067635178565979,
92
- 0.42799699306488037,
93
- 0.46006712317466736,
94
- 0.5822728276252747,
95
- 0.37719273567199707,
96
- 0.4406118392944336,
97
- 0.2222917079925537,
98
- 0.582568883895874,
99
- 0.47493642568588257,
100
- 0.7144350409507751,
101
- 0.7371775507926941,
102
- 0.5286047458648682,
103
- 0.4222011864185333,
104
- 0.6703686118125916,
105
- 0.5188927054405212,
106
- 0.768132746219635,
107
- 0.49705830216407776,
108
- 0.5637896060943604,
109
- 0.43338173627853394,
110
- 0.6912649869918823,
111
- 0.5615768432617188,
112
- 0.5079716444015503,
113
- 0.5472716689109802,
114
- 0.5013864040374756,
115
- 0.7082756757736206,
116
- 0.6034983992576599,
117
- 0.443004310131073,
118
- 0.5003975629806519,
119
- 0.3966464400291443,
120
- 0.5291302800178528,
121
- 0.533645510673523,
122
- 0.2633354961872101,
123
- 0.8147015571594238,
124
- 0.40008386969566345,
125
- 0.4890563488006592,
126
- 0.43689262866973877,
127
- 0.559345006942749,
128
- 0.4418777823448181,
129
- 0.9022384881973267,
130
- 0.18082693219184875,
131
- 0.5212915539741516,
132
- 0.2501760423183441,
133
- 0.5078049302101135,
134
- 0.43955400586128235,
135
- 0.538931131362915,
136
- 0.7548381090164185,
137
- 0.40734511613845825,
138
- 0.4219612181186676,
139
- 0.5683896541595459,
140
- 0.4628790318965912,
141
- 0.46589574217796326,
142
- 0.21117687225341797,
143
- 0.4558791518211365,
144
- 0.5553304553031921,
145
- 0.6444138288497925,
146
- 0.4040739834308624,
147
- 0.5399155020713806,
148
- 0.44007062911987305,
149
- 0.4989609122276306,
150
- 0.7220059037208557,
151
- 0.5247624516487122,
152
- 0.7370778322219849,
153
- 0.6220422983169556,
154
- 0.3173295855522156,
155
- 0.46407029032707214,
156
- 0.30019497871398926,
157
- 0.40998098254203796,
158
- 0.3720426559448242,
159
- 0.4307476878166199,
160
- 0.48760828375816345,
161
- 0.6176223158836365,
162
- 0.4144902527332306,
163
- 0.5920904278755188,
164
- 0.5277506709098816,
165
- 0.2590635120868683,
166
- 0.4558540880680084,
167
- 0.3888408839702606,
168
- 0.6308027505874634,
169
- 0.5628870725631714,
170
- 0.5809053182601929,
171
- 0.5976982116699219,
172
- 0.5221517086029053,
173
- 0.5382282137870789,
174
- 0.46305137872695923,
175
- 0.43661290407180786,
176
- 0.35366854071617126,
177
- 0.5521461963653564,
178
- 0.4703782796859741,
179
- 0.7899425625801086,
180
- 0.5163562893867493,
181
- 0.3696768283843994,
182
- 0.35076650977134705,
183
- 0.22276520729064941,
184
- 0.5746511220932007,
185
- 0.4871540665626526,
186
- 0.5517058372497559,
187
- 0.3286915719509125,
188
- 0.390996515750885,
189
- 0.4226016700267792,
190
- 0.35313916206359863,
191
- 0.24965590238571167,
192
- 0.5905715227127075,
193
- 0.48563164472579956,
194
- 0.5279900431632996,
195
- 0.5779160857200623,
196
- 0.48426008224487305,
197
- 0.49068325757980347,
198
- 0.5468446612358093,
199
- 0.4855501651763916,
200
- 0.47558706998825073,
201
- 0.39521506428718567,
202
- 0.46663641929626465,
203
- 0.3416374921798706,
204
- 0.5037573575973511,
205
- 0.5528482794761658,
206
- 0.7581795454025269,
207
- 0.5073441863059998,
208
- 0.5373052358627319,
209
- 0.3509409427642822,
210
- 0.47457563877105713,
211
- 0.49276280403137207,
212
- 0.6382930278778076,
213
- 0.3793323040008545,
214
- 0.4213501513004303,
215
- 0.30330973863601685,
216
- 0.2835662364959717,
217
- 0.29812556505203247,
218
- 0.5275240540504456,
219
- 0.481070876121521,
220
- 0.5737835168838501,
221
- 0.4331803321838379,
222
- 0.281562477350235,
223
- 0.4001162648200989,
224
- 0.4736696779727936,
225
- 0.42428144812583923,
226
- 0.38504698872566223,
227
- 0.26638999581336975,
228
- 0.3357234597206116,
229
- 0.3402213156223297,
230
- 0.32348164916038513,
231
- 0.4475777745246887,
232
- 0.4666404724121094,
233
- 0.37963271141052246,
234
- 0.419134259223938,
235
- 0.6953538656234741,
236
- 0.393078476190567,
237
- 0.6406391263008118,
238
- 0.7778481841087341,
239
- 0.7237401008605957,
240
- 0.4772350490093231,
241
- 0.4138103127479553,
242
- 0.38819557428359985,
243
- 0.2467467486858368,
244
- 0.5246529579162598,
245
- 0.5533556938171387,
246
- 0.5054025650024414,
247
- 0.27173295617103577,
248
- 0.5737581253051758,
249
- 0.6246950030326843,
250
- 0.4301126301288605,
251
- 0.4275307059288025,
252
- 0.48132115602493286,
253
- 0.3531995117664337,
254
- 0.3045068681240082,
255
- 0.31284430623054504,
256
- 0.299900084733963,
257
- 0.7429132461547852,
258
- 0.2370566874742508,
259
- 0.6974863409996033,
260
- 0.2995215654373169,
261
- 0.4681253135204315,
262
- 0.4774940013885498,
263
- 0.41913414001464844,
264
- 0.44763442873954773,
265
- 0.3101468086242676,
266
- 0.5767687559127808,
267
- 0.728521466255188,
268
- 0.6764602661132812,
269
- 0.48620137572288513,
270
- 0.45076659321784973,
271
- 0.48534077405929565,
272
- 0.4940411448478699,
273
- 0.3495437800884247,
274
- 0.3544127345085144,
275
- 0.5416465997695923,
276
- 0.3328425884246826,
277
- 0.3738512098789215,
278
- 0.4089272618293762,
279
- 0.4525792896747589,
280
- 0.36241650581359863,
281
- 0.3851044178009033,
282
- 0.5936249494552612,
283
- 0.42883890867233276,
284
- 0.4547215700149536,
285
- 0.29677391052246094,
286
- 0.42965930700302124,
287
- 0.5566684603691101,
288
- 0.6262474060058594,
289
- 0.39430245757102966,
290
- 0.8008928894996643,
291
- 0.3881619870662689,
292
- 0.44807904958724976,
293
- 0.3686247766017914,
294
- 0.42857715487480164,
295
- 0.46556273102760315,
296
- 0.4057592749595642,
297
- 0.6677056550979614,
298
- 0.3014077842235565,
299
- 0.675684928894043,
300
- 0.43755364418029785,
301
- 0.2887965440750122,
302
- 0.6526574492454529,
303
- 0.4138353168964386,
304
- 0.25583723187446594,
305
- 0.27395695447921753,
306
- 0.38941073417663574,
307
- 0.3390016555786133,
308
- 0.3883463144302368,
309
- 0.2847348153591156,
310
- 0.3663240671157837,
311
- 0.2707967460155487,
312
- 0.503795862197876,
313
- 0.7127647399902344,
314
- 0.33689606189727783,
315
- 0.4758474826812744,
316
- 0.22343625128269196,
317
- 0.5773746371269226,
318
- 0.507012128829956,
319
- 0.4306337833404541,
320
- 0.23361028730869293,
321
- 0.35260438919067383,
322
- 0.45236796140670776,
323
- 0.5281793475151062,
324
- 0.42890381813049316,
325
- 0.193941131234169,
326
- 0.3453366756439209,
327
- 0.2858147919178009,
328
- 0.3155849874019623,
329
- 0.5883083939552307,
330
- 0.29946935176849365,
331
- 0.2296154499053955,
332
- 0.5132201910018921,
333
- 0.18523740768432617,
334
- 0.2069159895181656,
335
- 0.23806960880756378,
336
- 0.48574623465538025,
337
- 0.6240352392196655,
338
- 0.5183668732643127,
339
- 0.5361338257789612,
340
- 0.6517335176467896,
341
- 0.51067715883255,
342
- 0.29113224148750305,
343
- 0.6289862990379333,
344
- 0.297797292470932,
345
- 0.433488667011261,
346
- 0.28964653611183167,
347
- 0.371830016374588,
348
- 0.5219801068305969,
349
- 0.3759165406227112,
350
- 0.35773271322250366,
351
- 0.33818507194519043,
352
- 0.2931750416755676,
353
- 0.2522466778755188,
354
- 0.5924118161201477,
355
- 0.22846242785453796,
356
- 0.49638810753822327,
357
- 0.37827062606811523,
358
- 0.3887626528739929,
359
- 0.5730211138725281,
360
- 0.766211211681366,
361
- 0.4978652596473694,
362
- 0.3292449712753296,
363
- 0.3140723705291748,
364
- 0.3735874891281128,
365
- 0.30859172344207764,
366
- 0.4662168622016907,
367
- 0.21977375447750092,
368
- 0.29312679171562195,
369
- 0.5230900049209595,
370
- 0.7501673698425293,
371
- 0.26633620262145996,
372
- 0.45985108613967896,
373
- 0.341490238904953,
374
- 0.3633304238319397,
375
- 0.3314814567565918,
376
- 0.32860732078552246,
377
- 0.2081611156463623,
378
- 0.2842751741409302,
379
- 0.44692763686180115,
380
- 0.235354483127594,
381
- 0.43258559703826904,
382
- 0.4034090042114258,
383
- 0.33063584566116333,
384
- 0.5282884836196899,
385
- 0.5182696580886841,
386
- 0.20590563118457794,
387
- 0.1621142327785492,
388
- 0.2721491754055023,
389
- 0.22011283040046692,
390
- 0.9431307315826416,
391
- 0.2707628011703491,
392
- 0.448527991771698,
393
- 0.5095361471176147,
394
- 0.2939743995666504,
395
- 0.24165360629558563,
396
- 0.3156977891921997,
397
- 0.2855619192123413,
398
- 0.2998057007789612,
399
- 0.2854076027870178,
400
- 0.27424538135528564,
401
- 0.5899118781089783,
402
- 0.317641943693161,
403
- 0.39494091272354126,
404
- 0.42655816674232483,
405
- 0.3821684718132019,
406
- 0.25585663318634033,
407
- 0.32995331287384033,
408
- 0.256624698638916,
409
- 0.29515761137008667,
410
- 0.31449636816978455,
411
- 0.2674596905708313,
412
- 0.2848328948020935,
413
- 0.3287297487258911,
414
- 0.5161868333816528,
415
- 0.39006948471069336,
416
- 0.1727856695652008,
417
- 0.1659495085477829,
418
- 0.4582896828651428,
419
- 0.4108172655105591,
420
- 0.39000794291496277,
421
- 0.29569873213768005,
422
- 0.2282470464706421,
423
- 0.23505009710788727,
424
- 0.26557955145835876,
425
- 0.22048643231391907,
426
- 0.428850382566452,
427
- 0.2336706519126892,
428
- 0.6415688991546631,
429
- 0.3482113182544708,
430
- 0.3227347433567047,
431
- 0.6134987473487854,
432
- 0.370169460773468,
433
- 0.3996562659740448,
434
- 0.33456751704216003,
435
- 0.27908527851104736,
436
- 0.2828966975212097,
437
- 0.3103322684764862,
438
- 0.311076819896698,
439
- 0.6614223718643188,
440
- 0.3104444742202759,
441
- 0.5321545600891113,
442
- 0.30766168236732483,
443
- 0.3064866065979004,
444
- 0.5983513593673706,
445
- 0.2889285981655121,
446
- 0.29411983489990234,
447
- 0.27723798155784607,
448
- 0.17096401751041412,
449
- 0.28493067622184753,
450
- 0.40560048818588257,
451
- 0.44750353693962097,
452
- 0.5696306228637695,
453
- 0.2580972909927368,
454
- 0.48887449502944946,
455
- 0.2654467523097992,
456
- 0.35836297273635864,
457
- 0.5146989822387695,
458
- 0.3536209464073181,
459
- 0.4033444821834564,
460
- 0.4407614767551422,
461
- 0.33648258447647095,
462
- 0.3746527433395386,
463
- 0.44520875811576843,
464
- 0.39303940534591675,
465
- 0.3036211431026459,
466
- 0.35648593306541443,
467
- 0.34961646795272827,
468
- 0.30472031235694885,
469
- 0.2545948326587677,
470
- 0.3273777365684509,
471
- 0.41347959637641907,
472
- 0.3037526607513428,
473
- 0.34848901629447937,
474
- 0.27474245429039,
475
- 0.26750487089157104,
476
- 0.3092362880706787,
477
- 0.2778393030166626,
478
- 0.3844693601131439,
479
- 0.48984068632125854,
480
- 0.3334985077381134,
481
- 0.14232507348060608,
482
- 0.485201895236969,
483
- 0.3323020040988922,
484
- 0.7558203339576721,
485
- 0.25237879157066345,
486
- 0.25775888562202454,
487
- 0.37986651062965393,
488
- 0.24186891317367554,
489
- 0.5342289209365845,
490
- 0.5770877003669739,
491
- 0.5723711848258972,
492
- 0.44407886266708374,
493
- 0.3420525789260864,
494
- 0.32162418961524963,
495
- 0.4362335205078125,
496
- 0.33204522728919983,
497
- 0.25855177640914917,
498
- 0.392258882522583,
499
- 0.5711594223976135,
500
- 0.4127627909183502,
501
- 0.3355618119239807,
502
- 0.33872494101524353,
503
- 0.4036460816860199,
504
- 0.3796135485172272,
505
- 0.41347068548202515,
506
- 0.3433348536491394,
507
- 0.3472710847854614,
508
- 0.4884636104106903,
509
- 0.4426523745059967,
510
- 0.3509867787361145,
511
- 0.13945169746875763,
512
- 0.3921704590320587,
513
- 0.3336036503314972,
514
- 0.22128668427467346,
515
- 0.33611419796943665,
516
- 0.2798447012901306,
517
- 0.17683741450309753,
518
- 0.45254459977149963,
519
- 0.5213029980659485,
520
- 0.38033950328826904,
521
- 0.28752952814102173,
522
- 0.27695631980895996,
523
- 0.5623876452445984,
524
- 0.22771981358528137,
525
- 0.3230074942111969,
526
- 0.44238728284835815,
527
- 0.21897023916244507,
528
- 0.16260121762752533,
529
- 0.31506964564323425,
530
- 0.22245779633522034
531
- ],
532
- "device": {
533
- "_type": "unknown",
534
- "repr": "cuda:0"
535
- },
536
- "verbose": false,
537
- "model_name": "MoamaMolecularEncoder"
538
- },
539
- "metrics": {}
540
- }
541
- },
542
- "last_updated": "2025-07-28T01:05:14.392742"
543
  }
 
1
+ {
2
+ "model_name": "AttrMaskMolecularEncoder",
3
+ "framework": "torch_molecule",
4
+ "date_created": "2025-07-28T00:54:19.004999",
5
+ "tasks": {
6
+ "default": {
7
+ "versions": [],
8
+ "current_version": "0.0.6",
9
+ "date_added": "2025-07-28T00:54:19.007002",
10
+ "last_updated": "2025-07-28T13:14:47.700803",
11
+ "num_parameters": 3594425,
12
+ "config": {
13
+ "mask_num": 0,
14
+ "mask_rate": 0.15,
15
+ "encoder_type": "gin-virtual",
16
+ "readout": "sum",
17
+ "num_layer": 5,
18
+ "hidden_size": 300,
19
+ "drop_ratio": 0.5,
20
+ "norm_layer": "batch_norm",
21
+ "batch_size": 128,
22
+ "epochs": 500,
23
+ "learning_rate": 0.001,
24
+ "weight_decay": 0.0,
25
+ "grad_clip_value": null,
26
+ "use_lr_scheduler": false,
27
+ "scheduler_factor": 0.5,
28
+ "scheduler_patience": 5,
29
+ "fitting_epoch": 499,
30
+ "fitting_loss": [
31
+ 4.847612380981445,
32
+ 4.453375816345215,
33
+ 4.027412414550781,
34
+ 3.441722869873047,
35
+ 3.545051097869873,
36
+ 3.542584180831909,
37
+ 2.5303561687469482,
38
+ 2.5719151496887207,
39
+ 2.2571637630462646,
40
+ 1.7566992044448853,
41
+ 1.8308141231536865,
42
+ 1.999322533607483,
43
+ 1.5338162183761597,
44
+ 1.0364574193954468,
45
+ 0.8904482126235962,
46
+ 0.9690014123916626,
47
+ 0.8724325895309448,
48
+ 0.7041009664535522,
49
+ 0.5929692983627319,
50
+ 0.5185019969940186,
51
+ 0.38182589411735535,
52
+ 0.6308443546295166,
53
+ 0.5762175917625427,
54
+ 0.7400395274162292,
55
+ 0.20691058039665222,
56
+ 0.7623080611228943,
57
+ 0.8879321217536926,
58
+ 0.6573116183280945,
59
+ 0.13757333159446716,
60
+ 0.9639949798583984,
61
+ 0.34041956067085266,
62
+ 0.5968113541603088,
63
+ 0.7950090169906616,
64
+ 0.6613527536392212,
65
+ 0.3821769952774048,
66
+ 0.7580001354217529,
67
+ 0.37152013182640076,
68
+ 0.8828633427619934,
69
+ 0.4864164888858795,
70
+ 0.30226632952690125,
71
+ 0.4441482424736023,
72
+ 0.48820406198501587,
73
+ 0.6901677846908569,
74
+ 0.17941102385520935,
75
+ 0.3359532952308655,
76
+ 0.5626713633537292,
77
+ 0.3839877247810364,
78
+ 0.4285969138145447,
79
+ 0.2113937884569168,
80
+ 0.21152031421661377,
81
+ 0.4504532814025879,
82
+ 0.5156359672546387,
83
+ 0.2705008387565613,
84
+ 0.8176356554031372,
85
+ 0.40936726331710815,
86
+ 0.14903029799461365,
87
+ 0.3545963764190674,
88
+ 0.1653166562318802,
89
+ 0.5061778426170349,
90
+ 0.638242244720459,
91
+ 0.35945579409599304,
92
+ 0.5898278951644897,
93
+ 0.4735166132450104,
94
+ 0.8988734483718872,
95
+ 0.7104697823524475,
96
+ 0.34027424454689026,
97
+ 0.39589303731918335,
98
+ 0.37800031900405884,
99
+ 0.581084132194519,
100
+ 1.274267315864563,
101
+ 0.6616216897964478,
102
+ 0.9974110722541809,
103
+ 0.2914939522743225,
104
+ 0.3573242127895355,
105
+ 0.1767774522304535,
106
+ 0.49926576018333435,
107
+ 0.7114261388778687,
108
+ 0.3775029480457306,
109
+ 0.7993348836898804,
110
+ 0.46777695417404175,
111
+ 0.8115024566650391,
112
+ 0.37354350090026855,
113
+ 0.3586018681526184,
114
+ 0.5138094425201416,
115
+ 0.3659280240535736,
116
+ 0.8092220425605774,
117
+ 1.1276919841766357,
118
+ 0.4145565629005432,
119
+ 0.508705735206604,
120
+ 0.3859817385673523,
121
+ 1.1746717691421509,
122
+ 0.8328080177307129,
123
+ 0.2902767062187195,
124
+ 0.6611313223838806,
125
+ 0.1590968817472458,
126
+ 0.31057822704315186,
127
+ 0.7688044905662537,
128
+ 0.7532092332839966,
129
+ 0.3815845847129822,
130
+ 0.28614580631256104,
131
+ 0.4454430043697357,
132
+ 0.4638887345790863,
133
+ 0.5374693870544434,
134
+ 0.4486735761165619,
135
+ 0.46241363883018494,
136
+ 0.6058560013771057,
137
+ 0.30991774797439575,
138
+ 0.539167046546936,
139
+ 0.48957324028015137,
140
+ 0.26327991485595703,
141
+ 0.15457971394062042,
142
+ 0.17573080956935883,
143
+ 0.8137118220329285,
144
+ 0.15984338521957397,
145
+ 0.15268787741661072,
146
+ 0.8038284182548523,
147
+ 0.6410127878189087,
148
+ 0.5403237342834473,
149
+ 0.3806019425392151,
150
+ 0.6278427243232727,
151
+ 0.7050927877426147,
152
+ 0.47275203466415405,
153
+ 0.27130529284477234,
154
+ 0.35152775049209595,
155
+ 0.2822319567203522,
156
+ 0.9575254321098328,
157
+ 0.36134111881256104,
158
+ 0.13941271603107452,
159
+ 0.19479988515377045,
160
+ 0.44746631383895874,
161
+ 0.3180992305278778,
162
+ 0.3875194489955902,
163
+ 0.25632524490356445,
164
+ 0.6367571353912354,
165
+ 0.41495004296302795,
166
+ 0.6630344390869141,
167
+ 0.28823408484458923,
168
+ 0.10848059505224228,
169
+ 0.2973214089870453,
170
+ 0.7226110100746155,
171
+ 0.6308968663215637,
172
+ 0.6908362507820129,
173
+ 0.8683652877807617,
174
+ 0.27847468852996826,
175
+ 0.4194866716861725,
176
+ 0.7269848585128784,
177
+ 0.655418336391449,
178
+ 0.5100606083869934,
179
+ 0.26238080859184265,
180
+ 1.0165410041809082,
181
+ 0.3369627296924591,
182
+ 0.3339032530784607,
183
+ 0.2700144350528717,
184
+ 0.3987050950527191,
185
+ 0.5178043842315674,
186
+ 0.6882208585739136,
187
+ 0.24143369495868683,
188
+ 1.2445545196533203,
189
+ 0.3292918801307678,
190
+ 0.39912301301956177,
191
+ 0.3719903528690338,
192
+ 0.5086625814437866,
193
+ 0.5883925557136536,
194
+ 0.1672629415988922,
195
+ 0.2900424897670746,
196
+ 0.39814767241477966,
197
+ 0.7556878328323364,
198
+ 0.3701176047325134,
199
+ 0.5774025321006775,
200
+ 0.6579005718231201,
201
+ 0.15482018887996674,
202
+ 0.8065916895866394,
203
+ 0.8245875239372253,
204
+ 0.26854804158210754,
205
+ 0.6453951001167297,
206
+ 0.6378334760665894,
207
+ 0.45452404022216797,
208
+ 0.4978904128074646,
209
+ 0.48660215735435486,
210
+ 0.6660474538803101,
211
+ 0.2901718020439148,
212
+ 0.4585634768009186,
213
+ 0.500796914100647,
214
+ 0.4732624590396881,
215
+ 0.270446240901947,
216
+ 0.5678195357322693,
217
+ 0.7468365430831909,
218
+ 0.5432703495025635,
219
+ 0.36949607729911804,
220
+ 0.6000276207923889,
221
+ 0.5938123464584351,
222
+ 1.2401872873306274,
223
+ 0.6652781367301941,
224
+ 0.5438863039016724,
225
+ 0.8849010467529297,
226
+ 0.8523584604263306,
227
+ 0.30652815103530884,
228
+ 0.5325167775154114,
229
+ 0.5508238673210144,
230
+ 0.7743095755577087,
231
+ 0.6132885813713074,
232
+ 0.6604552865028381,
233
+ 0.5153624415397644,
234
+ 0.5238152146339417,
235
+ 0.7704077959060669,
236
+ 0.5766105055809021,
237
+ 0.7290229201316833,
238
+ 0.5670498609542847,
239
+ 0.7148719429969788,
240
+ 0.687761127948761,
241
+ 0.4536154270172119,
242
+ 0.3957316279411316,
243
+ 0.6727258563041687,
244
+ 0.6507740616798401,
245
+ 0.3531891703605652,
246
+ 0.6052321195602417,
247
+ 0.5082943439483643,
248
+ 0.3094142973423004,
249
+ 0.21956601738929749,
250
+ 0.41296297311782837,
251
+ 0.5888941287994385,
252
+ 0.2188182771205902,
253
+ 0.515713095664978,
254
+ 0.23345711827278137,
255
+ 0.2413983792066574,
256
+ 0.41444826126098633,
257
+ 0.24346299469470978,
258
+ 0.4296223521232605,
259
+ 0.8982654809951782,
260
+ 0.49350982904434204,
261
+ 0.7275696992874146,
262
+ 0.6262304782867432,
263
+ 0.7852381467819214,
264
+ 0.28423401713371277,
265
+ 0.5484579801559448,
266
+ 0.24039241671562195,
267
+ 0.8049478530883789,
268
+ 0.30190354585647583,
269
+ 0.3656565546989441,
270
+ 0.39205867052078247,
271
+ 0.31748610734939575,
272
+ 0.37462133169174194,
273
+ 0.4149325489997864,
274
+ 0.22151747345924377,
275
+ 0.6792199611663818,
276
+ 0.38165122270584106,
277
+ 0.48149117827415466,
278
+ 0.6312617063522339,
279
+ 0.2602059841156006,
280
+ 0.48914748430252075,
281
+ 0.31289684772491455,
282
+ 0.7411507368087769,
283
+ 0.3889525234699249,
284
+ 0.457683265209198,
285
+ 0.30065518617630005,
286
+ 0.35448551177978516,
287
+ 0.253640353679657,
288
+ 0.2574652433395386,
289
+ 0.23887526988983154,
290
+ 0.5956352949142456,
291
+ 0.18841847777366638,
292
+ 0.7533026933670044,
293
+ 0.642821192741394,
294
+ 0.3349608778953552,
295
+ 0.44809919595718384,
296
+ 0.3947821855545044,
297
+ 0.39842623472213745,
298
+ 0.3983031213283539,
299
+ 0.22751283645629883,
300
+ 0.7110239267349243,
301
+ 0.8835629224777222,
302
+ 0.19771823287010193,
303
+ 0.3198290169239044,
304
+ 0.12424544990062714,
305
+ 0.2706018388271332,
306
+ 0.12509438395500183,
307
+ 0.5598860383033752,
308
+ 0.6320924162864685,
309
+ 0.6550856232643127,
310
+ 0.48130232095718384,
311
+ 0.21887187659740448,
312
+ 0.1728651225566864,
313
+ 0.34892892837524414,
314
+ 0.21054735779762268,
315
+ 0.3989376127719879,
316
+ 0.8842441439628601,
317
+ 0.8232542276382446,
318
+ 0.5379937887191772,
319
+ 0.4089176654815674,
320
+ 0.29070693254470825,
321
+ 0.28747981786727905,
322
+ 0.24521636962890625,
323
+ 0.35946956276893616,
324
+ 0.3231635093688965,
325
+ 0.2808520197868347,
326
+ 0.4967038035392761,
327
+ 0.4122198522090912,
328
+ 0.7373088598251343,
329
+ 0.13213464617729187,
330
+ 0.6344935297966003,
331
+ 0.4569595456123352,
332
+ 0.5963656902313232,
333
+ 0.26313158869743347,
334
+ 0.3907109797000885,
335
+ 0.43082618713378906,
336
+ 0.7716980576515198,
337
+ 0.3401464819908142,
338
+ 0.4978669285774231,
339
+ 0.24254044890403748,
340
+ 0.5396019816398621,
341
+ 0.6978594660758972,
342
+ 0.3788936138153076,
343
+ 0.3057275712490082,
344
+ 0.6805158257484436,
345
+ 0.20437321066856384,
346
+ 0.29164591431617737,
347
+ 0.7201637029647827,
348
+ 0.12267033010721207,
349
+ 0.3024446368217468,
350
+ 0.642540693283081,
351
+ 0.8174829483032227,
352
+ 0.6707137227058411,
353
+ 0.4480659067630768,
354
+ 0.4599763751029968,
355
+ 0.42874112725257874,
356
+ 0.38569992780685425,
357
+ 0.3328407406806946,
358
+ 0.4362425208091736,
359
+ 0.3865639567375183,
360
+ 0.5060287714004517,
361
+ 0.23149845004081726,
362
+ 0.4306069314479828,
363
+ 0.46485328674316406,
364
+ 0.4595371186733246,
365
+ 0.4017995297908783,
366
+ 0.4078312814235687,
367
+ 0.6446199417114258,
368
+ 0.10634998977184296,
369
+ 0.3665161728858948,
370
+ 0.2379402369260788,
371
+ 0.517139732837677,
372
+ 0.3804284632205963,
373
+ 0.3474576771259308,
374
+ 0.11230148375034332,
375
+ 0.6576134562492371,
376
+ 0.72055584192276,
377
+ 0.1327025145292282,
378
+ 0.1450449675321579,
379
+ 0.10321996361017227,
380
+ 0.91241055727005,
381
+ 0.6703137755393982,
382
+ 0.5249496698379517,
383
+ 0.2719084620475769,
384
+ 0.6293179988861084,
385
+ 0.2247118502855301,
386
+ 0.4414035677909851,
387
+ 0.4305792450904846,
388
+ 0.6346487402915955,
389
+ 0.46633586287498474,
390
+ 0.3992684781551361,
391
+ 0.5137711763381958,
392
+ 0.413505494594574,
393
+ 0.30633866786956787,
394
+ 0.1661549210548401,
395
+ 0.1679711639881134,
396
+ 0.7099700570106506,
397
+ 0.25119346380233765,
398
+ 0.7793256640434265,
399
+ 0.5849253535270691,
400
+ 1.0369268655776978,
401
+ 0.5296012163162231,
402
+ 0.12282544374465942,
403
+ 0.27609139680862427,
404
+ 0.06866158545017242,
405
+ 0.22886821627616882,
406
+ 0.7275549173355103,
407
+ 0.7055784463882446,
408
+ 0.8895353078842163,
409
+ 0.09593513607978821,
410
+ 0.28479668498039246,
411
+ 0.21632428467273712,
412
+ 0.39141225814819336,
413
+ 0.4560787081718445,
414
+ 0.6288033723831177,
415
+ 0.22120869159698486,
416
+ 0.33031782507896423,
417
+ 0.410305917263031,
418
+ 0.5287944674491882,
419
+ 0.5841552019119263,
420
+ 0.30803894996643066,
421
+ 0.24097688496112823,
422
+ 0.48804694414138794,
423
+ 0.26778092980384827,
424
+ 0.24382516741752625,
425
+ 0.27125564217567444,
426
+ 0.30051395297050476,
427
+ 0.3442688584327698,
428
+ 0.349999338388443,
429
+ 0.6376478672027588,
430
+ 0.1918744146823883,
431
+ 0.36019307374954224,
432
+ 0.16604647040367126,
433
+ 0.34394386410713196,
434
+ 0.17390939593315125,
435
+ 0.43491822481155396,
436
+ 0.31132280826568604,
437
+ 0.6299983859062195,
438
+ 0.7751060128211975,
439
+ 0.22013840079307556,
440
+ 0.4065650999546051,
441
+ 0.6888436675071716,
442
+ 0.24931600689888,
443
+ 0.1803053617477417,
444
+ 0.16766545176506042,
445
+ 0.7012978792190552,
446
+ 0.1982867568731308,
447
+ 0.14295713603496552,
448
+ 0.26898449659347534,
449
+ 0.22723932564258575,
450
+ 0.25605303049087524,
451
+ 0.5124771595001221,
452
+ 1.4194858074188232,
453
+ 0.11722922325134277,
454
+ 0.5375827550888062,
455
+ 0.3363743722438812,
456
+ 0.3319914937019348,
457
+ 0.22187121212482452,
458
+ 0.18896067142486572,
459
+ 0.18312132358551025,
460
+ 0.3147779703140259,
461
+ 0.3006865084171295,
462
+ 0.4016754627227783,
463
+ 0.10096601396799088,
464
+ 0.41740041971206665,
465
+ 0.47445884346961975,
466
+ 0.45845311880111694,
467
+ 0.18791554868221283,
468
+ 0.13541631400585175,
469
+ 0.17887097597122192,
470
+ 0.4746759533882141,
471
+ 0.621529757976532,
472
+ 0.13661934435367584,
473
+ 0.7259839177131653,
474
+ 0.2530086636543274,
475
+ 0.26703980565071106,
476
+ 0.3819097578525543,
477
+ 0.20297257602214813,
478
+ 0.20339322090148926,
479
+ 0.12742401659488678,
480
+ 0.1322730928659439,
481
+ 0.7068244218826294,
482
+ 0.1418336182832718,
483
+ 0.17488455772399902,
484
+ 0.45565977692604065,
485
+ 0.1619097888469696,
486
+ 0.4073081612586975,
487
+ 0.7538204193115234,
488
+ 0.17430201172828674,
489
+ 0.4231245517730713,
490
+ 0.352056086063385,
491
+ 0.23910363018512726,
492
+ 0.562131404876709,
493
+ 0.529133677482605,
494
+ 0.18871742486953735,
495
+ 0.14590860903263092,
496
+ 0.14158032834529877,
497
+ 0.4072039723396301,
498
+ 0.4840189814567566,
499
+ 0.09436614066362381,
500
+ 0.66636723279953,
501
+ 0.5613875389099121,
502
+ 0.18363352119922638,
503
+ 0.34874042868614197,
504
+ 0.8047935366630554,
505
+ 0.11110948026180267,
506
+ 0.8324626684188843,
507
+ 0.1489846110343933,
508
+ 0.25662359595298767,
509
+ 0.2461496889591217,
510
+ 0.35605281591415405,
511
+ 0.7441391944885254,
512
+ 0.9856305122375488,
513
+ 0.17637856304645538,
514
+ 0.253792405128479,
515
+ 0.24640503525733948,
516
+ 0.3031349778175354,
517
+ 0.37852877378463745,
518
+ 0.4512174725532532,
519
+ 0.18010003864765167,
520
+ 0.60947585105896,
521
+ 0.27372047305107117,
522
+ 0.2012351006269455,
523
+ 0.4792131781578064,
524
+ 0.22567661106586456,
525
+ 0.8612827062606812,
526
+ 0.5674781799316406,
527
+ 0.21203823387622833,
528
+ 0.4667711853981018,
529
+ 0.7618597745895386,
530
+ 0.11955813318490982
531
+ ],
532
+ "device": {
533
+ "_type": "unknown",
534
+ "repr": "cuda:0"
535
+ },
536
+ "verbose": false,
537
+ "model_name": "AttrMaskMolecularEncoder"
538
+ },
539
+ "metrics": {}
540
+ }
541
+ },
542
+ "last_updated": "2025-07-28T13:14:47.700817"
543
  }