Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/README.md +13 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/best_confusion_matrix_epoch_23.png +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/config.json +15 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/debug.txt +8 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/history.csv +51 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/history.json +158 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/manifest.json +39 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/tensorboard/events.out.tfevents.1755412375.9316958e07e5.17388.5 +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063453/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ pentachora-adaptive-encoded/PathMNIST/20250817-053014/best_confusion_matrix_epoc
|
|
| 42 |
pentachora-adaptive-encoded/PathMNIST/20250817-055333/best_confusion_matrix_epoch_45.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
pentachora-adaptive-encoded/DermaMNIST/20250817-063119/best_confusion_matrix_epoch_26.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
pentachora-adaptive-encoded/DermaMNIST/20250817-063231/best_confusion_matrix_epoch_22.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
pentachora-adaptive-encoded/PathMNIST/20250817-055333/best_confusion_matrix_epoch_45.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
pentachora-adaptive-encoded/DermaMNIST/20250817-063119/best_confusion_matrix_epoch_26.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
pentachora-adaptive-encoded/DermaMNIST/20250817-063231/best_confusion_matrix_epoch_22.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/best_confusion_matrix_epoch_23.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-063453
|
| 2 |
+
|
| 3 |
+
This folder is an immutable snapshot of training artifacts.
|
| 4 |
+
|
| 5 |
+
**Contents**
|
| 6 |
+
- `weights/*.safetensors` — encoder, constellation, diagnostic head
|
| 7 |
+
- `config.json` — full run configuration
|
| 8 |
+
- `manifest.json` — environment + model sizes + dataset
|
| 9 |
+
- `history.json` / `history.csv` — per-epoch metrics
|
| 10 |
+
- `tensorboard/` + `tensorboard_events.zip` — raw TB event files ("the tensorflow")
|
| 11 |
+
- `accuracy_plot.png` (if available)
|
| 12 |
+
- `best_confusion_matrix_epoch_*.png` (if available)
|
| 13 |
+
- `debug.txt` — quick human-readable summary
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/best_confusion_matrix_epoch_23.png
ADDED
|
Git LFS Details
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_dim": 256,
|
| 3 |
+
"batch_size": 128,
|
| 4 |
+
"epochs": 50,
|
| 5 |
+
"hf_repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 6 |
+
"input_dim": 64,
|
| 7 |
+
"lambda_separation": 0.29514,
|
| 8 |
+
"loss_weight_scalar": 0.1,
|
| 9 |
+
"lr": 0.1,
|
| 10 |
+
"num_classes": 7,
|
| 11 |
+
"num_heads": 4,
|
| 12 |
+
"num_pentachoron_pairs": 1,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-063453
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 2270024
|
| 6 |
+
Constellation params: 300809
|
| 7 |
+
Diagnostic head params: 33281
|
| 8 |
+
Best test accuracy: 0.695262
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,2.5649323256733383,0.6619095190523762,0.6688279301745635
|
| 3 |
+
2,1.3827326902397965,0.6663336663336663,0.6688279301745635
|
| 4 |
+
3,1.3600407398527932,0.669473383759098,0.6688279301745635
|
| 5 |
+
4,1.3094959187408954,0.6720422434708149,0.6319201995012469
|
| 6 |
+
5,1.2878823607832521,0.6788925360353931,0.6733167082294265
|
| 7 |
+
6,1.2726767680028102,0.6915941201655488,0.6718204488778055
|
| 8 |
+
7,1.243596453443478,0.6940202654488369,0.4463840399002494
|
| 9 |
+
8,1.2282579421010322,0.7042957042957043,0.6688279301745635
|
| 10 |
+
9,1.2181113382642714,0.699443413729128,0.6922693266832918
|
| 11 |
+
10,1.2115342600532413,0.7087198515769945,0.6778054862842893
|
| 12 |
+
11,1.2076658892771037,0.7100042814328529,0.6748129675810474
|
| 13 |
+
12,1.191412154917406,0.712430426716141,0.6788029925187032
|
| 14 |
+
13,1.1881735841540955,0.7175681461395748,0.6897755610972569
|
| 15 |
+
14,1.1807994834192983,0.7188525759954332,0.6693266832917706
|
| 16 |
+
15,1.1628756026526192,0.7248465819894392,0.6084788029925187
|
| 17 |
+
16,1.1569526950728115,0.7258455829884402,0.6812967581047381
|
| 18 |
+
17,1.147555541682553,0.7272727272727273,0.686284289276808
|
| 19 |
+
18,1.1266069545782598,0.7386898815470244,0.6847880299251871
|
| 20 |
+
19,1.1203346617537933,0.7394034536891679,0.6668329177057356
|
| 21 |
+
20,1.0987391993647995,0.7431140288283146,0.6882793017456359
|
| 22 |
+
21,1.0838225935501398,0.7482517482517482,0.6678304239401496
|
| 23 |
+
22,1.0729521297431968,0.7525331811046096,0.6802992518703241
|
| 24 |
+
23,1.0497262882781433,0.7565291851006136,0.6952618453865337
|
| 25 |
+
24,1.0406561159655459,0.7660910518053375,0.686284289276808
|
| 26 |
+
25,1.0112077755000497,0.7726559155130583,0.6703241895261846
|
| 27 |
+
26,0.9938807571871706,0.7769373483659198,0.6892768079800499
|
| 28 |
+
27,0.9771596902240542,0.7817896389324961,0.6349127182044888
|
| 29 |
+
28,0.9765965004220437,0.7822177822177823,0.6523690773067332
|
| 30 |
+
29,0.9423720175943991,0.7887826459255031,0.6743142144638404
|
| 31 |
+
30,0.9103886847389192,0.8021978021978022,0.65785536159601
|
| 32 |
+
31,0.8900534145515963,0.8063365206222349,0.6872817955112219
|
| 33 |
+
32,0.911266478761314,0.8031968031968032,0.6802992518703241
|
| 34 |
+
33,0.8484378034043996,0.8166119594691024,0.6807980049875312
|
| 35 |
+
34,0.8094541382241797,0.8320251177394035,0.6847880299251871
|
| 36 |
+
35,0.7803672336215246,0.8431568431568431,0.6827930174563591
|
| 37 |
+
36,0.7488233460259877,0.846724703867561,0.68428927680798
|
| 38 |
+
37,0.7287561069869342,0.8534322820037106,0.6713216957605985
|
| 39 |
+
38,0.6987754599299838,0.8648494362780077,0.6897755610972569
|
| 40 |
+
39,0.668834678155644,0.8705580134151563,0.6907730673316709
|
| 41 |
+
40,0.6486599571833822,0.8802625945483088,0.685286783042394
|
| 42 |
+
41,0.6235332535884172,0.8883973169687456,0.6738154613466334
|
| 43 |
+
42,0.6022723787807782,0.8915370343941772,0.68428927680798
|
| 44 |
+
43,0.5879813818971049,0.8985300413871843,0.6773067331670823
|
| 45 |
+
44,0.5684181998378968,0.9039531896674754,0.6817955112219451
|
| 46 |
+
45,0.5527871309120203,0.9090909090909091,0.6822942643391521
|
| 47 |
+
46,0.5466227914052904,0.9132296275153418,0.6798004987531172
|
| 48 |
+
47,0.5396907678408546,0.9128014842300557,0.6802992518703241
|
| 49 |
+
48,0.5310590701307706,0.9159412016554874,0.6733167082294265
|
| 50 |
+
49,0.5236026304363949,0.9199372056514914,0.687780548628429
|
| 51 |
+
50,0.5301374245152692,0.9138004852290567,0.6837905236907731
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.6688279301745635,
|
| 4 |
+
0.6688279301745635,
|
| 5 |
+
0.6688279301745635,
|
| 6 |
+
0.6319201995012469,
|
| 7 |
+
0.6733167082294265,
|
| 8 |
+
0.6718204488778055,
|
| 9 |
+
0.4463840399002494,
|
| 10 |
+
0.6688279301745635,
|
| 11 |
+
0.6922693266832918,
|
| 12 |
+
0.6778054862842893,
|
| 13 |
+
0.6748129675810474,
|
| 14 |
+
0.6788029925187032,
|
| 15 |
+
0.6897755610972569,
|
| 16 |
+
0.6693266832917706,
|
| 17 |
+
0.6084788029925187,
|
| 18 |
+
0.6812967581047381,
|
| 19 |
+
0.686284289276808,
|
| 20 |
+
0.6847880299251871,
|
| 21 |
+
0.6668329177057356,
|
| 22 |
+
0.6882793017456359,
|
| 23 |
+
0.6678304239401496,
|
| 24 |
+
0.6802992518703241,
|
| 25 |
+
0.6952618453865337,
|
| 26 |
+
0.686284289276808,
|
| 27 |
+
0.6703241895261846,
|
| 28 |
+
0.6892768079800499,
|
| 29 |
+
0.6349127182044888,
|
| 30 |
+
0.6523690773067332,
|
| 31 |
+
0.6743142144638404,
|
| 32 |
+
0.65785536159601,
|
| 33 |
+
0.6872817955112219,
|
| 34 |
+
0.6802992518703241,
|
| 35 |
+
0.6807980049875312,
|
| 36 |
+
0.6847880299251871,
|
| 37 |
+
0.6827930174563591,
|
| 38 |
+
0.68428927680798,
|
| 39 |
+
0.6713216957605985,
|
| 40 |
+
0.6897755610972569,
|
| 41 |
+
0.6907730673316709,
|
| 42 |
+
0.685286783042394,
|
| 43 |
+
0.6738154613466334,
|
| 44 |
+
0.68428927680798,
|
| 45 |
+
0.6773067331670823,
|
| 46 |
+
0.6817955112219451,
|
| 47 |
+
0.6822942643391521,
|
| 48 |
+
0.6798004987531172,
|
| 49 |
+
0.6802992518703241,
|
| 50 |
+
0.6733167082294265,
|
| 51 |
+
0.687780548628429,
|
| 52 |
+
0.6837905236907731
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.6619095190523762,
|
| 56 |
+
0.6663336663336663,
|
| 57 |
+
0.669473383759098,
|
| 58 |
+
0.6720422434708149,
|
| 59 |
+
0.6788925360353931,
|
| 60 |
+
0.6915941201655488,
|
| 61 |
+
0.6940202654488369,
|
| 62 |
+
0.7042957042957043,
|
| 63 |
+
0.699443413729128,
|
| 64 |
+
0.7087198515769945,
|
| 65 |
+
0.7100042814328529,
|
| 66 |
+
0.712430426716141,
|
| 67 |
+
0.7175681461395748,
|
| 68 |
+
0.7188525759954332,
|
| 69 |
+
0.7248465819894392,
|
| 70 |
+
0.7258455829884402,
|
| 71 |
+
0.7272727272727273,
|
| 72 |
+
0.7386898815470244,
|
| 73 |
+
0.7394034536891679,
|
| 74 |
+
0.7431140288283146,
|
| 75 |
+
0.7482517482517482,
|
| 76 |
+
0.7525331811046096,
|
| 77 |
+
0.7565291851006136,
|
| 78 |
+
0.7660910518053375,
|
| 79 |
+
0.7726559155130583,
|
| 80 |
+
0.7769373483659198,
|
| 81 |
+
0.7817896389324961,
|
| 82 |
+
0.7822177822177823,
|
| 83 |
+
0.7887826459255031,
|
| 84 |
+
0.8021978021978022,
|
| 85 |
+
0.8063365206222349,
|
| 86 |
+
0.8031968031968032,
|
| 87 |
+
0.8166119594691024,
|
| 88 |
+
0.8320251177394035,
|
| 89 |
+
0.8431568431568431,
|
| 90 |
+
0.846724703867561,
|
| 91 |
+
0.8534322820037106,
|
| 92 |
+
0.8648494362780077,
|
| 93 |
+
0.8705580134151563,
|
| 94 |
+
0.8802625945483088,
|
| 95 |
+
0.8883973169687456,
|
| 96 |
+
0.8915370343941772,
|
| 97 |
+
0.8985300413871843,
|
| 98 |
+
0.9039531896674754,
|
| 99 |
+
0.9090909090909091,
|
| 100 |
+
0.9132296275153418,
|
| 101 |
+
0.9128014842300557,
|
| 102 |
+
0.9159412016554874,
|
| 103 |
+
0.9199372056514914,
|
| 104 |
+
0.9138004852290567
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
2.5649323256733383,
|
| 108 |
+
1.3827326902397965,
|
| 109 |
+
1.3600407398527932,
|
| 110 |
+
1.3094959187408954,
|
| 111 |
+
1.2878823607832521,
|
| 112 |
+
1.2726767680028102,
|
| 113 |
+
1.243596453443478,
|
| 114 |
+
1.2282579421010322,
|
| 115 |
+
1.2181113382642714,
|
| 116 |
+
1.2115342600532413,
|
| 117 |
+
1.2076658892771037,
|
| 118 |
+
1.191412154917406,
|
| 119 |
+
1.1881735841540955,
|
| 120 |
+
1.1807994834192983,
|
| 121 |
+
1.1628756026526192,
|
| 122 |
+
1.1569526950728115,
|
| 123 |
+
1.147555541682553,
|
| 124 |
+
1.1266069545782598,
|
| 125 |
+
1.1203346617537933,
|
| 126 |
+
1.0987391993647995,
|
| 127 |
+
1.0838225935501398,
|
| 128 |
+
1.0729521297431968,
|
| 129 |
+
1.0497262882781433,
|
| 130 |
+
1.0406561159655459,
|
| 131 |
+
1.0112077755000497,
|
| 132 |
+
0.9938807571871706,
|
| 133 |
+
0.9771596902240542,
|
| 134 |
+
0.9765965004220437,
|
| 135 |
+
0.9423720175943991,
|
| 136 |
+
0.9103886847389192,
|
| 137 |
+
0.8900534145515963,
|
| 138 |
+
0.911266478761314,
|
| 139 |
+
0.8484378034043996,
|
| 140 |
+
0.8094541382241797,
|
| 141 |
+
0.7803672336215246,
|
| 142 |
+
0.7488233460259877,
|
| 143 |
+
0.7287561069869342,
|
| 144 |
+
0.6987754599299838,
|
| 145 |
+
0.668834678155644,
|
| 146 |
+
0.6486599571833822,
|
| 147 |
+
0.6235332535884172,
|
| 148 |
+
0.6022723787807782,
|
| 149 |
+
0.5879813818971049,
|
| 150 |
+
0.5684181998378968,
|
| 151 |
+
0.5527871309120203,
|
| 152 |
+
0.5466227914052904,
|
| 153 |
+
0.5396907678408546,
|
| 154 |
+
0.5310590701307706,
|
| 155 |
+
0.5236026304363949,
|
| 156 |
+
0.5301374245152692
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"actinic keratoses and intraepithelial carcinoma",
|
| 4 |
+
"basal cell carcinoma",
|
| 5 |
+
"benign keratosis-like lesions",
|
| 6 |
+
"dermatofibroma",
|
| 7 |
+
"melanoma",
|
| 8 |
+
"melanocytic nevi",
|
| 9 |
+
"vascular lesions"
|
| 10 |
+
],
|
| 11 |
+
"dataset_name": "DermaMNIST",
|
| 12 |
+
"environment": {
|
| 13 |
+
"cpu_count": 12,
|
| 14 |
+
"cuda_available": true,
|
| 15 |
+
"cuda_device": "NVIDIA A100-SXM4-40GB",
|
| 16 |
+
"memory_gb": 83.48,
|
| 17 |
+
"platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
|
| 18 |
+
"python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]",
|
| 19 |
+
"torch": "2.6.0+cu124"
|
| 20 |
+
},
|
| 21 |
+
"models": {
|
| 22 |
+
"constellation": {
|
| 23 |
+
"params": 300809
|
| 24 |
+
},
|
| 25 |
+
"diagnostic_head": {
|
| 26 |
+
"params": 33281
|
| 27 |
+
},
|
| 28 |
+
"encoder": {
|
| 29 |
+
"params": 2270024
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"num_classes": 7,
|
| 33 |
+
"repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 34 |
+
"results": {
|
| 35 |
+
"best_test_accuracy": 0.6952618453865337
|
| 36 |
+
},
|
| 37 |
+
"subdirectory": "pentachora-adaptive-encoded/DermaMNIST/20250817-063453",
|
| 38 |
+
"timestamp": "20250817-063453"
|
| 39 |
+
}
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/tensorboard/events.out.tfevents.1755412375.9316958e07e5.17388.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9801f7f43b2e84d51603b7d0bc11d806ecd35137a0abf40b57925dd5c1a1067d
|
| 3 |
+
size 8280
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc9fc4d083ed53582ccecba5b2d0983e2e8e7b6cce95338ff6a598d5ccde805e
|
| 3 |
+
size 3105
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a7b012736ccf53402449c1f9c6ebbaf6f26d769eb29440d42787a6bf8c1c94e
|
| 3 |
+
size 1206260
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25bbd2579952e2ea587e0ca297dec91ea27ef2b6bfd141c7846be5856668f5b0
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063453/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2bc20e6b70f9b0a363a45f72b1bc30c032d84f655ac42f403308136827dd494
|
| 3 |
+
size 9098220
|