Do1Yun commited on
Commit
73fdc2b
·
verified ·
1 Parent(s): cb1eb8c

Update model - Task: default

Browse files
Files changed (3) hide show
  1. AttrMaskMolecularEncoder.pt +2 -2
  2. README.md +74 -75
  3. config.json +503 -503
AttrMaskMolecularEncoder.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ffd4c336842fee773fba829af149a4a6634a2cfbb52ba87c61049d438deaf42
3
- size 14545405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fca237bf23cccf252814d578cefad0a2c2ae7b8dee63d6f8eb7d5cb0577531f
3
+ size 14545469
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
- # AttrMaskMolecularEncoder Model
9
-
10
- ## Model Description
11
- - **Model Type**: AttrMaskMolecularEncoder
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.2 | 2025-07-28 | 3,594,425 | |
19
-
20
-
21
- ## Usage
22
-
23
- ```python
24
- from torch_molecule import AttrMaskMolecularEncoder
25
-
26
- # Load model for specific task
27
- model = AttrMaskMolecularEncoder()
28
- model.load(
29
- "local_model_dir/AttrMaskMolecularEncoder.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.2
46
- - **Last Updated**: 2025-07-28
47
- - **Parameters**: 3,594,425
48
- - **Configuration**:
49
- ```python
50
- {
51
- "mask_num": 0,
52
- "mask_rate": 0.15,
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": "AttrMaskMolecularEncoder"
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.3 | 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.3
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
@@ -5,9 +5,9 @@
5
  "tasks": {
6
  "default": {
7
  "versions": [],
8
- "current_version": "0.0.2",
9
  "date_added": "2025-07-28T00:54:19.007002",
10
- "last_updated": "2025-07-28T00:58:54.825557",
11
  "num_parameters": 3594425,
12
  "config": {
13
  "mask_num": 0,
@@ -28,506 +28,506 @@
28
  "scheduler_patience": 5,
29
  "fitting_epoch": 499,
30
  "fitting_loss": [
31
- 5.066803932189941,
32
- 4.627906322479248,
33
- 4.50998592376709,
34
- 3.9917991161346436,
35
- 3.716493606567383,
36
- 3.5566108226776123,
37
- 2.9603257179260254,
38
- 2.6019792556762695,
39
- 2.6805500984191895,
40
- 2.039883613586426,
41
- 2.0170722007751465,
42
- 1.7006714344024658,
43
- 1.8855020999908447,
44
- 1.0695430040359497,
45
- 1.2371569871902466,
46
- 1.0656001567840576,
47
- 0.927035927772522,
48
- 0.6418510675430298,
49
- 0.7571746706962585,
50
- 0.7278122901916504,
51
- 0.8396787643432617,
52
- 0.7304375171661377,
53
- 0.5965712070465088,
54
- 0.6381346583366394,
55
- 0.9629305601119995,
56
- 0.7919290661811829,
57
- 0.9939861297607422,
58
- 0.7073488235473633,
59
- 0.5861989259719849,
60
- 0.9696546792984009,
61
- 0.5128402709960938,
62
- 0.6336196660995483,
63
- 0.8102594614028931,
64
- 0.3564082384109497,
65
- 0.44560471177101135,
66
- 0.5301198363304138,
67
- 0.5864580273628235,
68
- 0.8869888186454773,
69
- 0.2881854176521301,
70
- 0.36989742517471313,
71
- 0.5148090720176697,
72
- 0.6645782589912415,
73
- 0.29419055581092834,
74
- 0.34879860281944275,
75
- 0.6555379629135132,
76
- 0.2460973560810089,
77
- 1.1571788787841797,
78
- 0.6067740321159363,
79
- 0.8213621973991394,
80
- 0.7000612020492554,
81
- 0.6518752574920654,
82
- 0.3776226043701172,
83
- 0.245538592338562,
84
- 0.45975857973098755,
85
- 0.6214805245399475,
86
- 0.7409501075744629,
87
- 0.251682847738266,
88
- 0.620129406452179,
89
- 0.26063936948776245,
90
- 0.27335864305496216,
91
- 0.27427926659584045,
92
- 0.6565902233123779,
93
- 0.7343044877052307,
94
- 0.7483395934104919,
95
- 0.7055999040603638,
96
- 0.6607204675674438,
97
- 0.48179036378860474,
98
- 0.599362850189209,
99
- 0.9308087229728699,
100
- 0.26949048042297363,
101
- 0.27724120020866394,
102
- 0.4316537380218506,
103
- 0.39295247197151184,
104
- 0.3240843117237091,
105
- 0.5125049352645874,
106
- 0.5344565510749817,
107
- 0.5435379147529602,
108
- 0.6642617583274841,
109
- 0.5249624848365784,
110
- 0.48696574568748474,
111
- 0.5375884771347046,
112
- 0.5415538549423218,
113
- 0.438102662563324,
114
- 0.22449016571044922,
115
- 0.24013420939445496,
116
- 0.6030001044273376,
117
- 0.30161866545677185,
118
- 0.659781277179718,
119
- 0.4998650550842285,
120
- 1.4494086503982544,
121
- 1.0492604970932007,
122
- 0.5120289921760559,
123
- 0.33468204736709595,
124
- 0.31573203206062317,
125
- 0.45524996519088745,
126
- 0.9013296961784363,
127
- 0.8689473867416382,
128
- 0.4640878736972809,
129
- 0.30231279134750366,
130
- 0.39493077993392944,
131
- 0.4543116092681885,
132
- 0.323651522397995,
133
- 0.38986605405807495,
134
- 0.2929568886756897,
135
- 0.6520301103591919,
136
- 0.6003317832946777,
137
- 0.45538902282714844,
138
- 0.6203862428665161,
139
- 0.42297038435935974,
140
- 0.6010521650314331,
141
- 0.32354167103767395,
142
- 0.3060494363307953,
143
- 0.4943297803401947,
144
- 0.18616434931755066,
145
- 0.4640602469444275,
146
- 0.7193924188613892,
147
- 0.6394594311714172,
148
- 0.5617994666099548,
149
- 0.44538575410842896,
150
- 0.7836844325065613,
151
- 0.27462199330329895,
152
- 0.5389326810836792,
153
- 0.7450566291809082,
154
- 0.8895488977432251,
155
- 0.5482138395309448,
156
- 0.7679870128631592,
157
- 0.20849187672138214,
158
- 0.3030262887477875,
159
- 0.26495474576950073,
160
- 0.4080088138580322,
161
- 0.2572958171367645,
162
- 0.4581015706062317,
163
- 0.34349197149276733,
164
- 0.6018921732902527,
165
- 0.7832996249198914,
166
- 0.33746081590652466,
167
- 0.4715901017189026,
168
- 0.22148966789245605,
169
- 0.2780318260192871,
170
- 0.5682216882705688,
171
- 0.5902767181396484,
172
- 0.7498195767402649,
173
- 0.40710726380348206,
174
- 0.2124265879392624,
175
- 0.5667139887809753,
176
- 0.5512604713439941,
177
- 0.49758702516555786,
178
- 0.30295082926750183,
179
- 0.45573902130126953,
180
- 0.2489553987979889,
181
- 0.4659191071987152,
182
- 0.3049582540988922,
183
- 0.5496139526367188,
184
- 0.21461455523967743,
185
- 0.28477564454078674,
186
- 1.7515184879302979,
187
- 0.8914012908935547,
188
- 0.19697120785713196,
189
- 0.5523498058319092,
190
- 0.4268447756767273,
191
- 0.4261302351951599,
192
- 0.5690866708755493,
193
- 0.2474810630083084,
194
- 0.19112838804721832,
195
- 0.25500479340553284,
196
- 0.5968244671821594,
197
- 0.6511608362197876,
198
- 0.23506192862987518,
199
- 1.0003328323364258,
200
- 0.14608344435691833,
201
- 0.7817875146865845,
202
- 0.5707988739013672,
203
- 0.7092384099960327,
204
- 0.6310567855834961,
205
- 0.5439690351486206,
206
- 0.6226662993431091,
207
- 0.6551902294158936,
208
- 0.31377822160720825,
209
- 0.830170750617981,
210
- 0.6214905977249146,
211
- 0.4373304843902588,
212
- 0.5374795794487,
213
- 0.3394911587238312,
214
- 0.3802669644355774,
215
- 0.5980433225631714,
216
- 0.2998961806297302,
217
- 0.6466044187545776,
218
- 0.14367897808551788,
219
- 0.7188465595245361,
220
- 0.6879092454910278,
221
- 0.7252768278121948,
222
- 1.1765785217285156,
223
- 0.4354936182498932,
224
- 0.8226782083511353,
225
- 0.93257075548172,
226
- 0.4581886827945709,
227
- 0.48007312417030334,
228
- 0.6476961374282837,
229
- 0.35597825050354004,
230
- 0.6473209261894226,
231
- 0.7111973166465759,
232
- 0.4374374449253082,
233
- 0.8420671224594116,
234
- 0.26111772656440735,
235
- 0.5112320184707642,
236
- 0.6372148394584656,
237
- 0.5862573385238647,
238
- 0.6124078035354614,
239
- 0.24528959393501282,
240
- 0.3502997159957886,
241
- 0.6790002584457397,
242
- 0.1937892884016037,
243
- 0.46119409799575806,
244
- 0.5013276934623718,
245
- 0.37330183386802673,
246
- 0.956660270690918,
247
- 0.13165169954299927,
248
- 0.49183741211891174,
249
- 0.43858107924461365,
250
- 1.0601445436477661,
251
- 0.22913925349712372,
252
- 0.3920438289642334,
253
- 0.350079208612442,
254
- 0.3053884208202362,
255
- 0.2585223913192749,
256
- 0.3102034032344818,
257
- 0.2532328963279724,
258
- 0.7113471627235413,
259
- 0.5184923410415649,
260
- 0.6827155351638794,
261
- 0.6688457727432251,
262
- 0.424442857503891,
263
- 0.1868564337491989,
264
- 0.5553284287452698,
265
- 0.41971954703330994,
266
- 0.3934224545955658,
267
- 0.339260071516037,
268
- 0.4702303409576416,
269
- 0.5037990808486938,
270
- 0.22790971398353577,
271
- 0.4282338619232178,
272
- 0.1594218611717224,
273
- 0.2116246223449707,
274
- 0.48725637793540955,
275
- 0.5935297012329102,
276
- 0.4320961833000183,
277
- 0.35134777426719666,
278
- 0.1592390388250351,
279
- 0.3719436526298523,
280
- 0.1843644231557846,
281
- 0.6793304681777954,
282
- 0.22569938004016876,
283
- 0.44969645142555237,
284
- 0.25214797258377075,
285
- 0.25321319699287415,
286
- 0.4072849154472351,
287
- 0.27088600397109985,
288
- 0.24055838584899902,
289
- 0.4338259696960449,
290
- 0.6496416330337524,
291
- 0.8228436708450317,
292
- 0.22367946803569794,
293
- 0.5905967354774475,
294
- 0.5029665231704712,
295
- 0.32781797647476196,
296
- 0.1869376301765442,
297
- 0.32515987753868103,
298
- 0.49744635820388794,
299
- 0.6569749116897583,
300
- 0.18905453383922577,
301
- 0.5727564096450806,
302
- 0.2771409749984741,
303
- 0.2795264720916748,
304
- 0.27854543924331665,
305
- 0.5371930003166199,
306
- 1.035430669784546,
307
- 0.29333123564720154,
308
- 0.5169501304626465,
309
- 0.5205754637718201,
310
- 0.3398645520210266,
311
- 0.24000117182731628,
312
- 0.23364606499671936,
313
- 0.4313729703426361,
314
- 0.32186025381088257,
315
- 0.4232304096221924,
316
- 0.8905723690986633,
317
- 0.3754257559776306,
318
- 0.23081417381763458,
319
- 0.36355361342430115,
320
- 0.37889713048934937,
321
- 0.16708636283874512,
322
- 0.38566476106643677,
323
- 0.32519954442977905,
324
- 0.5287226438522339,
325
- 0.42828553915023804,
326
- 0.9057639837265015,
327
- 0.5370052456855774,
328
- 0.8356183171272278,
329
- 0.4720606207847595,
330
- 0.8788989782333374,
331
- 0.7494040131568909,
332
- 0.395321786403656,
333
- 0.5680062174797058,
334
- 0.3952125906944275,
335
- 0.30516818165779114,
336
- 0.24589943885803223,
337
- 0.32504159212112427,
338
- 0.486258327960968,
339
- 0.597763180732727,
340
- 0.43437710404396057,
341
- 0.14975282549858093,
342
- 0.799688458442688,
343
- 0.6132614016532898,
344
- 0.40509384870529175,
345
- 0.5635849833488464,
346
- 0.6072639226913452,
347
- 0.5200632810592651,
348
- 0.3256847858428955,
349
- 0.5495699644088745,
350
- 0.30068081617355347,
351
- 0.4568241238594055,
352
- 0.3175771236419678,
353
- 0.34938961267471313,
354
- 0.45813697576522827,
355
- 0.27912116050720215,
356
- 0.5484980344772339,
357
- 0.3670014441013336,
358
- 0.6313092708587646,
359
- 0.30062344670295715,
360
- 0.11199722439050674,
361
- 0.616756021976471,
362
- 0.11967506259679794,
363
- 0.6036326289176941,
364
- 0.39810705184936523,
365
- 0.3299780488014221,
366
- 0.20901533961296082,
367
- 0.7464976906776428,
368
- 0.3931765556335449,
369
- 0.6556376218795776,
370
- 0.2316819131374359,
371
- 0.19214290380477905,
372
- 0.6073924899101257,
373
- 0.12892714142799377,
374
- 0.938691258430481,
375
- 0.6145862340927124,
376
- 0.3491097688674927,
377
- 0.36147791147232056,
378
- 0.6370519399642944,
379
- 0.5685538649559021,
380
- 0.5023362040519714,
381
- 0.44887202978134155,
382
- 0.5041535496711731,
383
- 0.2924712002277374,
384
- 0.6655310392379761,
385
- 0.3898443579673767,
386
- 0.4283996522426605,
387
- 0.2378624677658081,
388
- 0.43425169587135315,
389
- 0.6732763051986694,
390
- 0.6052967309951782,
391
- 0.3924073278903961,
392
- 0.24631235003471375,
393
- 0.15747596323490143,
394
- 0.6233327984809875,
395
- 0.1977536827325821,
396
- 0.5746647715568542,
397
- 0.4649481773376465,
398
- 0.5854669809341431,
399
- 0.5156373977661133,
400
- 0.16890928149223328,
401
- 0.2672921121120453,
402
- 0.2556370496749878,
403
- 0.3158268928527832,
404
- 0.8883112668991089,
405
- 0.6885755658149719,
406
- 0.4803885817527771,
407
- 0.43041905760765076,
408
- 0.4495553970336914,
409
- 0.14157690107822418,
410
- 0.37966224551200867,
411
- 0.7879818081855774,
412
- 0.19184914231300354,
413
- 0.36846423149108887,
414
- 0.3202958106994629,
415
- 0.486534059047699,
416
- 0.7122818231582642,
417
- 1.0542919635772705,
418
- 0.32525092363357544,
419
- 0.5105230808258057,
420
- 0.5495622754096985,
421
- 0.2628237307071686,
422
- 0.29910144209861755,
423
- 0.14507174491882324,
424
- 0.9857475161552429,
425
- 0.3501485288143158,
426
- 0.5539137125015259,
427
- 0.2803298830986023,
428
- 0.3158987760543823,
429
- 0.32972949743270874,
430
- 0.31729429960250854,
431
- 0.39658263325691223,
432
- 0.5225014686584473,
433
- 0.3511850833892822,
434
- 0.4199345111846924,
435
- 0.6627389788627625,
436
- 0.09067703038454056,
437
- 0.1580708771944046,
438
- 0.47201007604599,
439
- 0.21668462455272675,
440
- 0.47541770339012146,
441
- 0.14476504921913147,
442
- 0.6569038033485413,
443
- 0.2941960096359253,
444
- 0.1682039201259613,
445
- 0.23669633269309998,
446
- 0.152181014418602,
447
- 0.11050023883581161,
448
- 0.4312787652015686,
449
- 1.0774855613708496,
450
- 0.08099944144487381,
451
- 0.2805376946926117,
452
- 0.7716237306594849,
453
- 0.14204546809196472,
454
- 0.19367067515850067,
455
- 0.3699766993522644,
456
- 0.14193645119667053,
457
- 0.3799866735935211,
458
- 0.36737656593322754,
459
- 0.6971596479415894,
460
- 0.12933781743049622,
461
- 0.22452139854431152,
462
- 0.4759421944618225,
463
- 0.3423665165901184,
464
- 0.335123211145401,
465
- 0.2697795033454895,
466
- 0.11701121181249619,
467
- 0.08043363690376282,
468
- 1.025785207748413,
469
- 0.13176389038562775,
470
- 0.12572899460792542,
471
- 0.4655458927154541,
472
- 0.4066712260246277,
473
- 0.17046259343624115,
474
- 0.2514428496360779,
475
- 0.2873459458351135,
476
- 0.32338982820510864,
477
- 0.41412216424942017,
478
- 0.3675795793533325,
479
- 0.5814696550369263,
480
- 0.1997596174478531,
481
- 0.592645525932312,
482
- 0.3000268340110779,
483
- 0.24601037800312042,
484
- 0.4633815884590149,
485
- 0.706428050994873,
486
- 0.22299380600452423,
487
- 0.398939311504364,
488
- 0.5177183151245117,
489
- 0.42761486768722534,
490
- 0.728439450263977,
491
- 0.614874005317688,
492
- 0.26758188009262085,
493
- 0.43633002042770386,
494
- 0.2428400069475174,
495
- 0.34893959760665894,
496
- 0.7508190870285034,
497
- 0.29289883375167847,
498
- 0.30043262243270874,
499
- 0.3278360664844513,
500
- 0.27261286973953247,
501
- 0.730757474899292,
502
- 0.40761908888816833,
503
- 0.6611932516098022,
504
- 0.9810458421707153,
505
- 0.24348552525043488,
506
- 0.40221911668777466,
507
- 0.4011889398097992,
508
- 0.6348587870597839,
509
- 0.4176309108734131,
510
- 0.28502345085144043,
511
- 0.5650771856307983,
512
- 0.27270275354385376,
513
- 0.2745382487773895,
514
- 0.3247523903846741,
515
- 0.5354343056678772,
516
- 0.35748809576034546,
517
- 0.6145476698875427,
518
- 0.30981558561325073,
519
- 0.15903541445732117,
520
- 0.286374032497406,
521
- 0.2281932532787323,
522
- 0.7214118838310242,
523
- 0.44186773896217346,
524
- 0.308696448802948,
525
- 0.24279984831809998,
526
- 0.30373966693878174,
527
- 0.11083313077688217,
528
- 0.37052392959594727,
529
- 0.6555590629577637,
530
- 0.6606543660163879
531
  ],
532
  "device": {
533
  "_type": "unknown",
@@ -539,5 +539,5 @@
539
  "metrics": {}
540
  }
541
  },
542
- "last_updated": "2025-07-28T00:58:54.825557"
543
  }
 
5
  "tasks": {
6
  "default": {
7
  "versions": [],
8
+ "current_version": "0.0.3",
9
  "date_added": "2025-07-28T00:54:19.007002",
10
+ "last_updated": "2025-07-28T01:00:50.342946",
11
  "num_parameters": 3594425,
12
  "config": {
13
  "mask_num": 0,
 
28
  "scheduler_patience": 5,
29
  "fitting_epoch": 499,
30
  "fitting_loss": [
31
+ 4.996152877807617,
32
+ 4.402116298675537,
33
+ 4.286804676055908,
34
+ 3.7053306102752686,
35
+ 3.5022552013397217,
36
+ 2.876791000366211,
37
+ 2.716606855392456,
38
+ 2.3497791290283203,
39
+ 1.9900438785552979,
40
+ 1.8553345203399658,
41
+ 1.4566961526870728,
42
+ 2.0688087940216064,
43
+ 1.2402727603912354,
44
+ 0.9468644857406616,
45
+ 0.9342559576034546,
46
+ 1.1607475280761719,
47
+ 1.326992392539978,
48
+ 0.5079280734062195,
49
+ 0.8594366312026978,
50
+ 0.7061648964881897,
51
+ 0.63957279920578,
52
+ 0.7105158567428589,
53
+ 0.7494128942489624,
54
+ 0.6258470416069031,
55
+ 0.9016268849372864,
56
+ 0.6173146963119507,
57
+ 0.5860401391983032,
58
+ 0.3886861503124237,
59
+ 0.4742627739906311,
60
+ 1.1641947031021118,
61
+ 0.6619031429290771,
62
+ 0.57908034324646,
63
+ 0.11859450489282608,
64
+ 0.9777603149414062,
65
+ 0.15628550946712494,
66
+ 0.8755666613578796,
67
+ 0.41637223958969116,
68
+ 0.8116925954818726,
69
+ 0.9322603940963745,
70
+ 0.3519366979598999,
71
+ 0.4192543029785156,
72
+ 0.4403764307498932,
73
+ 0.3576270639896393,
74
+ 0.27948233485221863,
75
+ 0.3619006276130676,
76
+ 0.3364676833152771,
77
+ 0.9280306696891785,
78
+ 0.3960112929344177,
79
+ 0.5174800157546997,
80
+ 0.7684676051139832,
81
+ 0.4028964638710022,
82
+ 0.30509689450263977,
83
+ 0.798027753829956,
84
+ 0.36321425437927246,
85
+ 0.5599098801612854,
86
+ 0.5805875062942505,
87
+ 0.7822366952896118,
88
+ 0.5255011916160583,
89
+ 0.2777950167655945,
90
+ 0.4759608209133148,
91
+ 0.59538733959198,
92
+ 0.5742748379707336,
93
+ 0.3292253911495209,
94
+ 0.7123931646347046,
95
+ 0.44052624702453613,
96
+ 0.3419508635997772,
97
+ 0.3534903824329376,
98
+ 0.5872424840927124,
99
+ 0.7481792569160461,
100
+ 0.21194906532764435,
101
+ 0.8025344014167786,
102
+ 0.5024550557136536,
103
+ 1.2354381084442139,
104
+ 0.4185825288295746,
105
+ 0.3983451724052429,
106
+ 0.3882438540458679,
107
+ 0.5797902345657349,
108
+ 0.7057582139968872,
109
+ 0.6428931355476379,
110
+ 0.288347452878952,
111
+ 0.32607215642929077,
112
+ 0.251495897769928,
113
+ 0.7191485166549683,
114
+ 0.4031921327114105,
115
+ 0.2826482355594635,
116
+ 0.5878234505653381,
117
+ 0.42915400862693787,
118
+ 0.2398238480091095,
119
+ 0.5343168377876282,
120
+ 1.4010119438171387,
121
+ 1.0991138219833374,
122
+ 0.49648112058639526,
123
+ 0.3290044665336609,
124
+ 0.2707361578941345,
125
+ 0.3911427855491638,
126
+ 0.9581390619277954,
127
+ 0.8006284832954407,
128
+ 0.5359276533126831,
129
+ 0.3100513517856598,
130
+ 0.4161190092563629,
131
+ 0.38473746180534363,
132
+ 0.30571621656417847,
133
+ 0.3456459045410156,
134
+ 0.43974608182907104,
135
+ 0.7101629376411438,
136
+ 0.4217354655265808,
137
+ 0.5313353538513184,
138
+ 0.6408511400222778,
139
+ 0.4056050777435303,
140
+ 0.22638514637947083,
141
+ 0.18880531191825867,
142
+ 0.23189465701580048,
143
+ 0.2595455050468445,
144
+ 0.3883160948753357,
145
+ 0.38425591588020325,
146
+ 0.36164146661758423,
147
+ 0.6484501957893372,
148
+ 0.5311715006828308,
149
+ 0.5154604911804199,
150
+ 0.7887142896652222,
151
+ 0.28169602155685425,
152
+ 0.3688024580478668,
153
+ 0.217234805226326,
154
+ 1.0080090761184692,
155
+ 0.5041071176528931,
156
+ 0.7552942037582397,
157
+ 0.16636785864830017,
158
+ 0.18091227114200592,
159
+ 0.5358551144599915,
160
+ 0.5466974377632141,
161
+ 0.38645634055137634,
162
+ 0.41682901978492737,
163
+ 0.9073346853256226,
164
+ 0.3793114125728607,
165
+ 0.35174912214279175,
166
+ 0.3387843370437622,
167
+ 0.22204597294330597,
168
+ 0.5342804193496704,
169
+ 0.4898867607116699,
170
+ 0.9965413212776184,
171
+ 0.9475805163383484,
172
+ 0.29249075055122375,
173
+ 0.5349370241165161,
174
+ 0.30377718806266785,
175
+ 0.3681129515171051,
176
+ 0.6319781541824341,
177
+ 0.5793741345405579,
178
+ 0.2693966329097748,
179
+ 0.5589936971664429,
180
+ 0.2269773781299591,
181
+ 0.5237988233566284,
182
+ 0.2722271978855133,
183
+ 0.8062452077865601,
184
+ 0.4712137281894684,
185
+ 0.22089019417762756,
186
+ 1.447664499282837,
187
+ 0.9395953416824341,
188
+ 0.45404261350631714,
189
+ 0.4125555157661438,
190
+ 0.1553448736667633,
191
+ 0.730211615562439,
192
+ 0.5923703908920288,
193
+ 0.22928039729595184,
194
+ 0.3123701512813568,
195
+ 0.4336423873901367,
196
+ 0.6862645745277405,
197
+ 0.2603689134120941,
198
+ 0.29535648226737976,
199
+ 0.5501154661178589,
200
+ 0.26460811495780945,
201
+ 0.733356773853302,
202
+ 0.3731544613838196,
203
+ 0.26345768570899963,
204
+ 0.7496148943901062,
205
+ 0.4464171528816223,
206
+ 0.37008169293403625,
207
+ 0.24376718699932098,
208
+ 0.39134177565574646,
209
+ 0.3816705346107483,
210
+ 0.8019323348999023,
211
+ 0.3298947811126709,
212
+ 0.255426824092865,
213
+ 0.5259463787078857,
214
+ 0.5658147931098938,
215
+ 1.0383570194244385,
216
+ 0.3417527973651886,
217
+ 0.15777859091758728,
218
+ 0.3866076171398163,
219
+ 0.1722337156534195,
220
+ 1.1051384210586548,
221
+ 0.8860456347465515,
222
+ 0.5341864824295044,
223
+ 0.46325749158859253,
224
+ 0.5073748826980591,
225
+ 0.5643683671951294,
226
+ 0.3901541829109192,
227
+ 0.40767502784729004,
228
+ 0.5128179788589478,
229
+ 0.539199948310852,
230
+ 0.6135882139205933,
231
+ 0.3762592077255249,
232
+ 0.5035436749458313,
233
+ 0.8780062794685364,
234
+ 0.6322761178016663,
235
+ 0.7420861721038818,
236
+ 0.42991334199905396,
237
+ 0.46307069063186646,
238
+ 0.6590451002120972,
239
+ 0.3255358040332794,
240
+ 0.7088753581047058,
241
+ 0.7313900589942932,
242
+ 0.298865407705307,
243
+ 0.41628679633140564,
244
+ 0.49936866760253906,
245
+ 0.26091015338897705,
246
+ 0.37874940037727356,
247
+ 0.4591134190559387,
248
+ 0.8943042755126953,
249
+ 0.744271457195282,
250
+ 0.41766849160194397,
251
+ 0.23946423828601837,
252
+ 0.477478563785553,
253
+ 0.29278355836868286,
254
+ 0.24168935418128967,
255
+ 0.2567668557167053,
256
+ 0.4457925260066986,
257
+ 0.48443883657455444,
258
+ 0.7147449254989624,
259
+ 0.446770578622818,
260
+ 0.6868687868118286,
261
+ 0.7817607522010803,
262
+ 0.336753785610199,
263
+ 0.309366911649704,
264
+ 0.3396080434322357,
265
+ 0.6693714261054993,
266
+ 0.3731325566768646,
267
+ 0.33827850222587585,
268
+ 0.7238355875015259,
269
+ 0.5596647262573242,
270
+ 0.38211655616760254,
271
+ 0.522504448890686,
272
+ 0.23047125339508057,
273
+ 0.2978474497795105,
274
+ 0.7394028902053833,
275
+ 0.6890092492103577,
276
+ 0.5768515467643738,
277
+ 0.18914732336997986,
278
+ 0.5642850995063782,
279
+ 0.42052412033081055,
280
+ 0.2457868754863739,
281
+ 0.33352917432785034,
282
+ 0.6059864163398743,
283
+ 0.3850422501564026,
284
+ 0.29549288749694824,
285
+ 0.2077784538269043,
286
+ 0.5764028429985046,
287
+ 0.21243052184581757,
288
+ 0.23376913368701935,
289
+ 0.2715389132499695,
290
+ 0.9575976133346558,
291
+ 0.2524467408657074,
292
+ 0.2415458709001541,
293
+ 0.405648797750473,
294
+ 0.44317179918289185,
295
+ 0.33455443382263184,
296
+ 0.468332439661026,
297
+ 0.19171185791492462,
298
+ 0.5437362790107727,
299
+ 1.1427279710769653,
300
+ 0.11757652461528778,
301
+ 0.3206452429294586,
302
+ 0.14194253087043762,
303
+ 0.10986683517694473,
304
+ 0.8027232885360718,
305
+ 0.3472699820995331,
306
+ 0.7783562541007996,
307
+ 0.5509957671165466,
308
+ 0.3111230731010437,
309
+ 0.6732574701309204,
310
+ 0.33623188734054565,
311
+ 0.22116918861865997,
312
+ 0.503943920135498,
313
+ 0.3373722732067108,
314
+ 0.5363202691078186,
315
+ 0.44986429810523987,
316
+ 0.4686926007270813,
317
+ 1.0233891010284424,
318
+ 0.48033246397972107,
319
+ 0.41923508048057556,
320
+ 0.17744919657707214,
321
+ 0.6196979284286499,
322
+ 0.49293971061706543,
323
+ 0.24586740136146545,
324
+ 0.1630856990814209,
325
+ 0.5436987280845642,
326
+ 0.4153521955013275,
327
+ 0.12716658413410187,
328
+ 0.6567837595939636,
329
+ 0.3643527328968048,
330
+ 0.6312351822853088,
331
+ 0.6398972272872925,
332
+ 0.565264105796814,
333
+ 0.4551847577095032,
334
+ 0.7792134881019592,
335
+ 0.3361230790615082,
336
+ 0.34384244680404663,
337
+ 0.7922831773757935,
338
+ 0.3173929750919342,
339
+ 0.4873131215572357,
340
+ 0.41133326292037964,
341
+ 0.29689663648605347,
342
+ 1.8540493249893188,
343
+ 0.5348710417747498,
344
+ 0.21254897117614746,
345
+ 0.442542165517807,
346
+ 0.5880815982818604,
347
+ 0.7515714764595032,
348
+ 0.6251550316810608,
349
+ 0.6777412295341492,
350
+ 0.38710957765579224,
351
+ 0.8749958872795105,
352
+ 0.3921049237251282,
353
+ 0.35601407289505005,
354
+ 0.36062318086624146,
355
+ 0.4169125556945801,
356
+ 0.6056912541389465,
357
+ 0.46961379051208496,
358
+ 0.5180769562721252,
359
+ 0.39724600315093994,
360
+ 0.2695150673389435,
361
+ 0.7424604892730713,
362
+ 0.28256064653396606,
363
+ 0.8644259572029114,
364
+ 0.4532569348812103,
365
+ 0.6883207559585571,
366
+ 0.5823866128921509,
367
+ 0.4953431189060211,
368
+ 0.44768697023391724,
369
+ 0.7914394736289978,
370
+ 0.3250812590122223,
371
+ 0.4912678599357605,
372
+ 0.27932828664779663,
373
+ 0.23870539665222168,
374
+ 0.7483063340187073,
375
+ 0.33062228560447693,
376
+ 0.12067808210849762,
377
+ 0.5024492144584656,
378
+ 0.7383429408073425,
379
+ 0.5882118344306946,
380
+ 0.5961887240409851,
381
+ 0.45857349038124084,
382
+ 0.6769502758979797,
383
+ 0.5184422731399536,
384
+ 0.44192367792129517,
385
+ 0.3908086121082306,
386
+ 0.34864211082458496,
387
+ 0.2626740336418152,
388
+ 0.654089629650116,
389
+ 0.8104997873306274,
390
+ 0.40358734130859375,
391
+ 0.3514191806316376,
392
+ 0.26492100954055786,
393
+ 0.642215371131897,
394
+ 0.8263529539108276,
395
+ 0.6041387915611267,
396
+ 0.40270599722862244,
397
+ 0.7625541687011719,
398
+ 0.4588116705417633,
399
+ 0.11724777519702911,
400
+ 0.19574834406375885,
401
+ 0.14470252394676208,
402
+ 0.3195246458053589,
403
+ 0.48731058835983276,
404
+ 1.0017971992492676,
405
+ 1.0702540874481201,
406
+ 1.0332129001617432,
407
+ 0.08338930457830429,
408
+ 0.6621829271316528,
409
+ 0.27918314933776855,
410
+ 0.654003918170929,
411
+ 0.33250129222869873,
412
+ 0.6100315451622009,
413
+ 0.2966388761997223,
414
+ 0.4416135251522064,
415
+ 0.3821648955345154,
416
+ 0.8340002298355103,
417
+ 0.7298456430435181,
418
+ 0.5229954719543457,
419
+ 0.35604897141456604,
420
+ 0.48345398902893066,
421
+ 0.3408129811286926,
422
+ 0.3246583938598633,
423
+ 0.30518728494644165,
424
+ 0.5293927192687988,
425
+ 0.38887542486190796,
426
+ 0.6161840558052063,
427
+ 0.3230558931827545,
428
+ 0.5098403692245483,
429
+ 0.3052632212638855,
430
+ 0.3995778560638428,
431
+ 0.19375784695148468,
432
+ 0.455537885427475,
433
+ 0.33402636647224426,
434
+ 0.3635786473751068,
435
+ 0.787641704082489,
436
+ 0.12492283433675766,
437
+ 0.15288597345352173,
438
+ 0.5420080423355103,
439
+ 0.4087468087673187,
440
+ 0.26601895689964294,
441
+ 0.22584407031536102,
442
+ 0.8874486088752747,
443
+ 0.31426185369491577,
444
+ 0.22462674975395203,
445
+ 0.642693817615509,
446
+ 0.14508056640625,
447
+ 0.19527260959148407,
448
+ 0.8728815317153931,
449
+ 1.324711561203003,
450
+ 0.10445456206798553,
451
+ 0.4296071529388428,
452
+ 0.7202345728874207,
453
+ 0.24360576272010803,
454
+ 0.3371167480945587,
455
+ 0.5627278089523315,
456
+ 0.1285467892885208,
457
+ 0.4510065019130707,
458
+ 0.40313753485679626,
459
+ 0.4410019814968109,
460
+ 0.3325061798095703,
461
+ 0.5065397024154663,
462
+ 0.24965021014213562,
463
+ 0.2475392371416092,
464
+ 0.2371709793806076,
465
+ 0.25641149282455444,
466
+ 0.1893666386604309,
467
+ 0.3670823276042938,
468
+ 0.9042516946792603,
469
+ 0.21591134369373322,
470
+ 0.1040753573179245,
471
+ 0.9530197978019714,
472
+ 0.10352208465337753,
473
+ 0.42884746193885803,
474
+ 0.7924400568008423,
475
+ 0.2482253611087799,
476
+ 0.2777290940284729,
477
+ 0.29915112257003784,
478
+ 0.5151290893554688,
479
+ 0.2612084746360779,
480
+ 0.08816640824079514,
481
+ 0.7276930809020996,
482
+ 0.16760477423667908,
483
+ 0.42782583832740784,
484
+ 0.4576148986816406,
485
+ 0.37804093956947327,
486
+ 0.4354364275932312,
487
+ 0.4221978187561035,
488
+ 0.6064550876617432,
489
+ 0.4986470341682434,
490
+ 0.3757507801055908,
491
+ 0.2781077027320862,
492
+ 0.34302061796188354,
493
+ 0.35890260338783264,
494
+ 0.2859274744987488,
495
+ 0.4676279127597809,
496
+ 0.4307747483253479,
497
+ 0.5071467161178589,
498
+ 0.7479759454727173,
499
+ 0.3067375421524048,
500
+ 0.2581239938735962,
501
+ 0.554526686668396,
502
+ 0.9963879585266113,
503
+ 0.4114989638328552,
504
+ 1.1366322040557861,
505
+ 0.16356268525123596,
506
+ 0.3056778907775879,
507
+ 0.5954980254173279,
508
+ 1.058269739151001,
509
+ 0.5942265391349792,
510
+ 0.44386157393455505,
511
+ 0.20067934691905975,
512
+ 0.27402886748313904,
513
+ 0.44624072313308716,
514
+ 0.42632609605789185,
515
+ 0.30917924642562866,
516
+ 0.35220587253570557,
517
+ 0.5194714665412903,
518
+ 0.22023673355579376,
519
+ 0.31480538845062256,
520
+ 0.18630769848823547,
521
+ 0.25789761543273926,
522
+ 0.980412483215332,
523
+ 0.25864553451538086,
524
+ 0.25702372193336487,
525
+ 0.6743003129959106,
526
+ 0.576539933681488,
527
+ 0.1462956964969635,
528
+ 0.3099852204322815,
529
+ 0.44255298376083374,
530
+ 0.29245999455451965
531
  ],
532
  "device": {
533
  "_type": "unknown",
 
539
  "metrics": {}
540
  }
541
  },
542
+ "last_updated": "2025-07-28T01:00:50.342946"
543
  }