Do1Yun commited on
Commit
40c064d
·
verified ·
1 Parent(s): 16b05c7

Update model - Task: default

Browse files
Files changed (3) hide show
  1. MoamaMolecularEncoder.pt +1 -1
  2. README.md +74 -75
  3. config.json +503 -503
MoamaMolecularEncoder.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a84249999feb348deb2972baf487f0c13910dd6ed89f5853b1cf3e5fa3c89c8
3
  size 15498975
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f2ae94376545adbc81a870e2a0d5f8cdf755db7ae3f517ccaba78d563b3039
3
  size 15498975
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.4 | 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.4
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
+ # MoamaMolecularEncoder Model
8
+
9
+ ## Model Description
10
+ - **Model Type**: MoamaMolecularEncoder
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.5 | 2025-07-28 | 3,832,927 | |
18
+
19
+
20
+ ## Usage
21
+
22
+ ```python
23
+ from torch_molecule import MoamaMolecularEncoder
24
+
25
+ # Load model for specific task
26
+ model = MoamaMolecularEncoder()
27
+ model.load(
28
+ "local_model_dir/MoamaMolecularEncoder.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.5
45
+ - **Last Updated**: 2025-07-28
46
+ - **Parameters**: 3,832,927
47
+ - **Configuration**:
48
+ ```python
49
+ {
50
+ "mask_rate": 0.15,
51
+ "lw_rec": 0.5,
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": "MoamaMolecularEncoder"
73
+ }
74
+ ```
 
config.json CHANGED
@@ -5,9 +5,9 @@
5
  "tasks": {
6
  "default": {
7
  "versions": [],
8
- "current_version": "0.0.4",
9
  "date_added": "2025-07-28T00:54:19.007002",
10
- "last_updated": "2025-07-28T01:03:54.857974",
11
  "num_parameters": 3832927,
12
  "config": {
13
  "mask_rate": 0.15,
@@ -28,506 +28,506 @@
28
  "scheduler_patience": 5,
29
  "fitting_epoch": 499,
30
  "fitting_loss": [
31
- 2.4934723377227783,
32
- 1.5028793811798096,
33
- 1.817282795906067,
34
- 0.6037716269493103,
35
- 0.8321542739868164,
36
- 0.7388754487037659,
37
- 1.0127408504486084,
38
- 0.972572386264801,
39
- 0.7026003003120422,
40
- 0.48937511444091797,
41
- 0.5473561882972717,
42
- 0.3322814404964447,
43
- 0.41473913192749023,
44
- 0.6113467812538147,
45
- 0.6312673091888428,
46
- 0.6077507138252258,
47
- 0.6574184894561768,
48
- 0.6708309650421143,
49
- 1.0486592054367065,
50
- 0.6509362459182739,
51
- 0.25789162516593933,
52
- 0.8647130131721497,
53
- 0.6293666958808899,
54
- 0.8720470666885376,
55
- 0.7181805968284607,
56
- 0.6305825114250183,
57
- 0.5477994680404663,
58
- 0.5119299292564392,
59
- 0.7021406888961792,
60
- 0.43882259726524353,
61
- 0.5523068308830261,
62
- 0.5761422514915466,
63
- 0.5430785417556763,
64
- 0.5408583879470825,
65
- 0.39005914330482483,
66
- 0.5601739883422852,
67
- 0.4095599055290222,
68
- 0.532346248626709,
69
- 0.4491351246833801,
70
- 0.502274751663208,
71
- 0.4835410416126251,
72
- 0.5160512328147888,
73
- 0.6004669666290283,
74
- 0.6286618709564209,
75
- 0.7765337228775024,
76
- 0.7337257862091064,
77
- 0.41362130641937256,
78
- 0.424739271402359,
79
- 0.4954940676689148,
80
- 0.4974263608455658,
81
- 0.466461181640625,
82
- 0.6026363968849182,
83
- 0.5663715600967407,
84
- 0.8411586284637451,
85
- 0.4256434142589569,
86
- 0.38103169202804565,
87
- 0.3589947819709778,
88
- 0.6131534576416016,
89
- 0.4476424753665924,
90
- 0.3664727210998535,
91
- 0.5036217570304871,
92
- 0.518470048904419,
93
- 0.5414567589759827,
94
- 0.35259562730789185,
95
- 0.6783202886581421,
96
- 0.4113401770591736,
97
- 0.5486579537391663,
98
- 0.8077086806297302,
99
- 0.66451096534729,
100
- 0.506168007850647,
101
- 0.5346099734306335,
102
- 0.8126798868179321,
103
- 0.5199491381645203,
104
- 0.28191661834716797,
105
- 0.3189363479614258,
106
- 0.6141414046287537,
107
- 0.5116540789604187,
108
- 0.7014634609222412,
109
- 0.48169827461242676,
110
- 0.4863126277923584,
111
- 0.6707343459129333,
112
- 0.5241608619689941,
113
- 0.47526276111602783,
114
- 0.42440277338027954,
115
- 0.4435606300830841,
116
- 0.4693034887313843,
117
- 0.446918249130249,
118
- 0.5239423513412476,
119
- 0.5691443681716919,
120
- 0.5175547003746033,
121
- 0.5549976825714111,
122
- 0.637085497379303,
123
- 0.4311109781265259,
124
- 0.6501147747039795,
125
- 0.5005682110786438,
126
- 0.6060160994529724,
127
- 0.5141671299934387,
128
- 0.3105792701244354,
129
- 0.5135179758071899,
130
- 0.48258090019226074,
131
- 0.4212336540222168,
132
- 0.35226407647132874,
133
- 0.5908602476119995,
134
- 0.42162567377090454,
135
- 0.561450719833374,
136
- 0.42204976081848145,
137
- 0.40988075733184814,
138
- 0.5751634240150452,
139
- 0.4545266628265381,
140
- 0.6648409366607666,
141
- 0.391839861869812,
142
- 0.5084388256072998,
143
- 0.5137872695922852,
144
- 0.4388817250728607,
145
- 0.7235558032989502,
146
- 0.607779860496521,
147
- 0.5911016464233398,
148
- 0.41904696822166443,
149
- 0.28994452953338623,
150
- 0.5625941753387451,
151
- 0.3330405354499817,
152
- 0.6420385837554932,
153
- 0.6351126432418823,
154
- 0.3085431158542633,
155
- 0.29219549894332886,
156
- 0.5870287418365479,
157
- 0.46709421277046204,
158
- 0.4776581823825836,
159
- 0.5400769114494324,
160
- 0.4445663094520569,
161
- 0.5026648044586182,
162
- 0.4295222759246826,
163
- 0.5664678812026978,
164
- 0.48272353410720825,
165
- 0.23567113280296326,
166
- 0.43793392181396484,
167
- 0.41843682527542114,
168
- 0.4774501621723175,
169
- 0.7307078242301941,
170
- 0.1890094131231308,
171
- 0.48756617307662964,
172
- 0.5811394453048706,
173
- 0.24794933199882507,
174
- 0.5119354724884033,
175
- 0.5437243580818176,
176
- 0.667704164981842,
177
- 0.2833482027053833,
178
- 0.4681527316570282,
179
- 0.49124592542648315,
180
- 0.3263551890850067,
181
- 0.5672933459281921,
182
- 0.5649304986000061,
183
- 0.43207114934921265,
184
- 0.41311967372894287,
185
- 0.5190122127532959,
186
- 0.6521221995353699,
187
- 0.42691347002983093,
188
- 0.34758323431015015,
189
- 0.46975937485694885,
190
- 0.6218429803848267,
191
- 0.33651041984558105,
192
- 0.7388218641281128,
193
- 0.2696453630924225,
194
- 0.6399533152580261,
195
- 0.5381574034690857,
196
- 0.47940880060195923,
197
- 0.29307568073272705,
198
- 0.3923386037349701,
199
- 0.3948023319244385,
200
- 0.37475961446762085,
201
- 0.3338654339313507,
202
- 0.5731768012046814,
203
- 0.3269473612308502,
204
- 0.4272758364677429,
205
- 0.5100287795066833,
206
- 0.41389164328575134,
207
- 0.4680101275444031,
208
- 0.486989825963974,
209
- 0.27435994148254395,
210
- 0.4359315037727356,
211
- 0.3128502666950226,
212
- 0.3046075701713562,
213
- 0.5120410323143005,
214
- 0.31449079513549805,
215
- 0.26783284544944763,
216
- 0.22847382724285126,
217
- 0.37697839736938477,
218
- 0.391422837972641,
219
- 0.4810630977153778,
220
- 0.5123896598815918,
221
- 0.3863701820373535,
222
- 0.19307386875152588,
223
- 0.33133465051651,
224
- 0.6843250393867493,
225
- 0.24446454644203186,
226
- 0.3752581775188446,
227
- 0.26126059889793396,
228
- 0.3884340524673462,
229
- 0.5138853192329407,
230
- 0.62128746509552,
231
- 0.736653208732605,
232
- 0.4091724455356598,
233
- 0.45628947019577026,
234
- 0.3277736306190491,
235
- 0.5189310312271118,
236
- 0.3565245568752289,
237
- 0.5355857610702515,
238
- 0.4186529517173767,
239
- 0.5134093761444092,
240
- 0.33904752135276794,
241
- 0.36060601472854614,
242
- 0.37352651357650757,
243
- 0.5179464817047119,
244
- 0.6372324824333191,
245
- 0.4822283983230591,
246
- 0.2615869641304016,
247
- 0.4988669753074646,
248
- 0.47749051451683044,
249
- 0.35608822107315063,
250
- 0.32278111577033997,
251
- 0.504837691783905,
252
- 0.4201282858848572,
253
- 0.29620361328125,
254
- 0.5067989826202393,
255
- 0.3939768373966217,
256
- 0.4170253872871399,
257
- 0.551950991153717,
258
- 0.5270466804504395,
259
- 0.39252910017967224,
260
- 0.2702043950557709,
261
- 0.3797297775745392,
262
- 0.5689100027084351,
263
- 0.4682718813419342,
264
- 0.2654817998409271,
265
- 0.4437319040298462,
266
- 0.41376474499702454,
267
- 0.42894092202186584,
268
- 0.39764174818992615,
269
- 0.20705880224704742,
270
- 0.47430890798568726,
271
- 0.3245769739151001,
272
- 0.4898531436920166,
273
- 0.6756761074066162,
274
- 0.36145567893981934,
275
- 0.4544265866279602,
276
- 0.35926228761672974,
277
- 0.3122835159301758,
278
- 0.5561898350715637,
279
- 0.2854667603969574,
280
- 0.277227520942688,
281
- 0.3676034212112427,
282
- 0.5345287322998047,
283
- 0.4607138931751251,
284
- 0.36523371934890747,
285
- 0.5498111248016357,
286
- 0.29543983936309814,
287
- 0.2837737500667572,
288
- 0.40446045994758606,
289
- 0.21389155089855194,
290
- 0.4182598888874054,
291
- 0.20416508615016937,
292
- 0.23096710443496704,
293
- 0.21529917418956757,
294
- 0.29743072390556335,
295
- 0.3450931906700134,
296
- 0.6132060885429382,
297
- 0.3225642144680023,
298
- 0.5455270409584045,
299
- 0.6553961038589478,
300
- 0.5035419464111328,
301
- 0.347839891910553,
302
- 0.2071116715669632,
303
- 0.37668949365615845,
304
- 0.4790385961532593,
305
- 0.5050801038742065,
306
- 0.39988458156585693,
307
- 0.42296791076660156,
308
- 0.46115416288375854,
309
- 0.4865924119949341,
310
- 0.528053343296051,
311
- 0.3008902072906494,
312
- 0.6120514273643494,
313
- 0.2846204936504364,
314
- 0.35523465275764465,
315
- 0.41237252950668335,
316
- 0.40814468264579773,
317
- 0.37230220437049866,
318
- 0.38299354910850525,
319
- 0.3192966878414154,
320
- 0.46272993087768555,
321
- 0.23439520597457886,
322
- 0.48845231533050537,
323
- 0.394039124250412,
324
- 0.36599597334861755,
325
- 0.2784143090248108,
326
- 0.37728986144065857,
327
- 0.18985088169574738,
328
- 0.29860472679138184,
329
- 0.4588306248188019,
330
- 0.24439039826393127,
331
- 0.23130232095718384,
332
- 0.5718621611595154,
333
- 0.3795410692691803,
334
- 0.18420732021331787,
335
- 0.3393407464027405,
336
- 0.42796778678894043,
337
- 0.23074203729629517,
338
- 0.4336056411266327,
339
- 0.3180626928806305,
340
- 0.24157840013504028,
341
- 0.3755951523780823,
342
- 0.27155160903930664,
343
- 0.2305682748556137,
344
- 0.33453667163848877,
345
- 0.21538132429122925,
346
- 0.2281208634376526,
347
- 0.27846792340278625,
348
- 0.4381890892982483,
349
- 0.4345610737800598,
350
- 0.7272498607635498,
351
- 0.2209019958972931,
352
- 0.29667240381240845,
353
- 0.20760272443294525,
354
- 0.2917178273200989,
355
- 0.4406031668186188,
356
- 0.33212247490882874,
357
- 0.17396557331085205,
358
- 0.3959582448005676,
359
- 0.694342315196991,
360
- 0.27471402287483215,
361
- 0.4652363955974579,
362
- 0.3084515631198883,
363
- 0.31879591941833496,
364
- 0.2519248127937317,
365
- 0.24061885476112366,
366
- 0.17219537496566772,
367
- 0.27186140418052673,
368
- 0.20623816549777985,
369
- 0.37710896134376526,
370
- 0.26677149534225464,
371
- 0.12178510427474976,
372
- 0.32664647698402405,
373
- 0.24175786972045898,
374
- 0.3319157063961029,
375
- 0.14007878303527832,
376
- 0.24007773399353027,
377
- 0.10681603848934174,
378
- 0.23536600172519684,
379
- 0.3432294428348541,
380
- 0.18506351113319397,
381
- 0.366771936416626,
382
- 0.13822689652442932,
383
- 0.14229068160057068,
384
- 0.6234505772590637,
385
- 0.3213265836238861,
386
- 0.18118849396705627,
387
- 0.3225861191749573,
388
- 0.32085296511650085,
389
- 0.30933061242103577,
390
- 0.4573042392730713,
391
- 0.3678210377693176,
392
- 0.38098952174186707,
393
- 0.4219502806663513,
394
- 0.2891327142715454,
395
- 0.24700285494327545,
396
- 0.3875010013580322,
397
- 0.2900959253311157,
398
- 0.24668408930301666,
399
- 0.2835215926170349,
400
- 0.24660028517246246,
401
- 0.4202233552932739,
402
- 0.2510131597518921,
403
- 0.1873643696308136,
404
- 0.4290614724159241,
405
- 0.28829866647720337,
406
- 0.2333456575870514,
407
- 0.40516307950019836,
408
- 0.21773770451545715,
409
- 0.44808509945869446,
410
- 0.17359194159507751,
411
- 0.22134873270988464,
412
- 0.3736596703529358,
413
- 0.18047581613063812,
414
- 0.15316002070903778,
415
- 0.21111366152763367,
416
- 0.3331158757209778,
417
- 0.14089743793010712,
418
- 0.27852439880371094,
419
- 0.25427427887916565,
420
- 0.2860206663608551,
421
- 0.3469941020011902,
422
- 0.25633469223976135,
423
- 0.1062716543674469,
424
- 0.13341042399406433,
425
- 0.21043401956558228,
426
- 0.20520885288715363,
427
- 0.2418256551027298,
428
- 0.3040671944618225,
429
- 0.5080602169036865,
430
- 0.21449965238571167,
431
- 0.25179627537727356,
432
- 0.1961410939693451,
433
- 0.3827015459537506,
434
- 0.3813920021057129,
435
- 0.23207569122314453,
436
- 0.22320431470870972,
437
- 0.1577696055173874,
438
- 0.3568403124809265,
439
- 0.5155639052391052,
440
- 0.27845895290374756,
441
- 0.5706021785736084,
442
- 0.26427188515663147,
443
- 0.18607482314109802,
444
- 0.32768285274505615,
445
- 0.1565023809671402,
446
- 0.12475667893886566,
447
- 0.1395561397075653,
448
- 0.1377699375152588,
449
- 0.4030066728591919,
450
- 0.16616292297840118,
451
- 0.32552605867385864,
452
- 0.14839908480644226,
453
- 0.1106269583106041,
454
- 0.18468087911605835,
455
- 0.40399301052093506,
456
- 0.24237816035747528,
457
- 0.08549829572439194,
458
- 0.412863552570343,
459
- 0.32900580763816833,
460
- 0.3556705415248871,
461
- 0.11733441799879074,
462
- 0.47003409266471863,
463
- 0.15414084494113922,
464
- 0.2099517285823822,
465
- 0.2793561518192291,
466
- 0.3159884810447693,
467
- 0.2715100646018982,
468
- 0.16610705852508545,
469
- 0.2730076313018799,
470
- 0.7939810752868652,
471
- 0.18012315034866333,
472
- 0.2865821421146393,
473
- 0.317854642868042,
474
- 0.33426040410995483,
475
- 0.18953697383403778,
476
- 0.20218388736248016,
477
- 0.2490893453359604,
478
- 0.21612028777599335,
479
- 0.15468713641166687,
480
- 0.12807917594909668,
481
- 0.44522011280059814,
482
- 0.2131970226764679,
483
- 0.19563782215118408,
484
- 0.40494978427886963,
485
- 0.22988884150981903,
486
- 0.25092947483062744,
487
- 0.18177743256092072,
488
- 0.4159480631351471,
489
- 0.44878315925598145,
490
- 0.2050158679485321,
491
- 0.47841280698776245,
492
- 0.11916274577379227,
493
- 0.22469034790992737,
494
- 0.32294777035713196,
495
- 0.28237617015838623,
496
- 0.1301928162574768,
497
- 0.12337911128997803,
498
- 0.22881168127059937,
499
- 0.20973190665245056,
500
- 0.24179917573928833,
501
- 0.169435515999794,
502
- 0.17757533490657806,
503
- 0.27423179149627686,
504
- 0.4514244496822357,
505
- 0.5617573857307434,
506
- 0.19520914554595947,
507
- 0.42015111446380615,
508
- 0.2499714195728302,
509
- 0.3178170621395111,
510
- 0.25011304020881653,
511
- 0.26270514726638794,
512
- 0.30972495675086975,
513
- 0.1446806937456131,
514
- 0.3437888026237488,
515
- 0.20033618807792664,
516
- 0.43340378999710083,
517
- 0.23278896510601044,
518
- 0.37463846802711487,
519
- 0.5157564878463745,
520
- 0.23970507085323334,
521
- 0.1308031976222992,
522
- 0.6227282285690308,
523
- 0.1545065939426422,
524
- 0.36605656147003174,
525
- 0.41548123955726624,
526
- 0.21164202690124512,
527
- 0.1734251081943512,
528
- 0.29235905408859253,
529
- 0.23494380712509155,
530
- 0.23699213564395905
531
  ],
532
  "device": {
533
  "_type": "unknown",
@@ -539,5 +539,5 @@
539
  "metrics": {}
540
  }
541
  },
542
- "last_updated": "2025-07-28T01:03:54.857974"
543
  }
 
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,
 
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",
 
539
  "metrics": {}
540
  }
541
  },
542
+ "last_updated": "2025-07-28T01:05:14.392742"
543
  }