Upload folder using huggingface_hub
Browse files- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/README.md +13 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/best_confusion_matrix_epoch_30.png +0 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/config.json +15 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/debug.txt +8 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/history.csv +51 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/history.json +158 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/manifest.json +36 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/tensorboard/events.out.tfevents.1755410443.9316958e07e5.2830.2 +3 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/OCTMNIST/20250817-060508/weights/encoder.safetensors +3 -0
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-060508
|
| 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/OCTMNIST/20250817-060508/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/best_confusion_matrix_epoch_30.png
ADDED
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_dim": 64,
|
| 3 |
+
"batch_size": 2048,
|
| 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": 4,
|
| 11 |
+
"num_heads": 8,
|
| 12 |
+
"num_pentachoron_pairs": 1,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-060508
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 288392
|
| 6 |
+
Constellation params: 19757
|
| 7 |
+
Diagnostic head params: 8705
|
| 8 |
+
Best test accuracy: 0.744000
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,2.146255252577197,0.6486145449695826,0.405
|
| 3 |
+
2,1.0492958926379925,0.768827518286365,0.252
|
| 4 |
+
3,0.9047037103750731,0.814428018917283,0.261
|
| 5 |
+
4,0.8097734897755524,0.8334889255927039,0.333
|
| 6 |
+
5,0.7602447113696836,0.8493695948787919,0.267
|
| 7 |
+
6,0.7166273711305583,0.8626137447808201,0.257
|
| 8 |
+
7,0.6789358025495937,0.8698667377945567,0.603
|
| 9 |
+
8,0.6462081910403858,0.878966320260164,0.358
|
| 10 |
+
9,0.6203140928922916,0.88414702955569,0.451
|
| 11 |
+
10,0.6066505783950218,0.8889379033002657,0.282
|
| 12 |
+
11,0.5876721821755407,0.8924053879376673,0.692
|
| 13 |
+
12,0.5695313823550008,0.8978117914995333,0.56
|
| 14 |
+
13,0.5586467824678879,0.9009202170768489,0.455
|
| 15 |
+
14,0.5452820098433013,0.9049109020589472,0.65
|
| 16 |
+
15,0.5357814306682168,0.9065317972444782,0.657
|
| 17 |
+
16,0.5261896761213357,0.9098556582578454,0.615
|
| 18 |
+
17,0.5128124525941624,0.9137642725976384,0.526
|
| 19 |
+
18,0.5082606511426314,0.9141130728274363,0.432
|
| 20 |
+
19,0.4908367418215093,0.919088605517199,0.545
|
| 21 |
+
20,0.47714205136173365,0.9239205145829272,0.56
|
| 22 |
+
21,0.4747899815618881,0.9240949146978261,0.504
|
| 23 |
+
22,0.46087353036749434,0.9283831057582814,0.63
|
| 24 |
+
23,0.4479392149642061,0.9312555782389692,0.682
|
| 25 |
+
24,0.44323476707678394,0.9321378376437519,0.658
|
| 26 |
+
25,0.434837598632724,0.9348359100095407,0.447
|
| 27 |
+
26,0.42467553105454053,0.9374519117330242,0.64
|
| 28 |
+
27,0.41741329741367655,0.9394421248089293,0.53
|
| 29 |
+
28,0.4057605229414831,0.9433097038275696,0.622
|
| 30 |
+
29,0.4001549720267032,0.9438431630025544,0.706
|
| 31 |
+
30,0.39084348542890573,0.9468387414467002,0.744
|
| 32 |
+
31,0.3818987941117506,0.948449377801943,0.506
|
| 33 |
+
32,0.3707630548979731,0.9525939452383639,0.66
|
| 34 |
+
33,0.3617200131478789,0.9546046759748453,0.733
|
| 35 |
+
34,0.35433390260975467,0.9559485827425956,0.69
|
| 36 |
+
35,0.34464290805337333,0.9591698554530812,0.66
|
| 37 |
+
36,0.3382092237118491,0.9608933389414939,0.638
|
| 38 |
+
37,0.3319408298428452,0.9624424223150077,0.693
|
| 39 |
+
38,0.32048176893198366,0.9657970598192394,0.693
|
| 40 |
+
39,0.3146082163511333,0.9673871785139059,0.69
|
| 41 |
+
40,0.3081249763974975,0.9687823794330971,0.698
|
| 42 |
+
41,0.30289773905965894,0.9705776747335269,0.679
|
| 43 |
+
42,0.29808761270296913,0.9715317459503268,0.711
|
| 44 |
+
43,0.2940720797730985,0.9722498640704987,0.687
|
| 45 |
+
44,0.28940995995292035,0.9738912769166059,0.694
|
| 46 |
+
45,0.2859502818671956,0.9750607835694574,0.709
|
| 47 |
+
46,0.28283121555743085,0.9755634662535778,0.706
|
| 48 |
+
47,0.2799024292150026,0.9760251136165454,0.701
|
| 49 |
+
48,0.2780834321994566,0.9767740082275819,0.703
|
| 50 |
+
49,0.2785528923278993,0.9765483139612421,0.698
|
| 51 |
+
50,0.2775065095883233,0.9771022907968033,0.698
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.405,
|
| 4 |
+
0.252,
|
| 5 |
+
0.261,
|
| 6 |
+
0.333,
|
| 7 |
+
0.267,
|
| 8 |
+
0.257,
|
| 9 |
+
0.603,
|
| 10 |
+
0.358,
|
| 11 |
+
0.451,
|
| 12 |
+
0.282,
|
| 13 |
+
0.692,
|
| 14 |
+
0.56,
|
| 15 |
+
0.455,
|
| 16 |
+
0.65,
|
| 17 |
+
0.657,
|
| 18 |
+
0.615,
|
| 19 |
+
0.526,
|
| 20 |
+
0.432,
|
| 21 |
+
0.545,
|
| 22 |
+
0.56,
|
| 23 |
+
0.504,
|
| 24 |
+
0.63,
|
| 25 |
+
0.682,
|
| 26 |
+
0.658,
|
| 27 |
+
0.447,
|
| 28 |
+
0.64,
|
| 29 |
+
0.53,
|
| 30 |
+
0.622,
|
| 31 |
+
0.706,
|
| 32 |
+
0.744,
|
| 33 |
+
0.506,
|
| 34 |
+
0.66,
|
| 35 |
+
0.733,
|
| 36 |
+
0.69,
|
| 37 |
+
0.66,
|
| 38 |
+
0.638,
|
| 39 |
+
0.693,
|
| 40 |
+
0.693,
|
| 41 |
+
0.69,
|
| 42 |
+
0.698,
|
| 43 |
+
0.679,
|
| 44 |
+
0.711,
|
| 45 |
+
0.687,
|
| 46 |
+
0.694,
|
| 47 |
+
0.709,
|
| 48 |
+
0.706,
|
| 49 |
+
0.701,
|
| 50 |
+
0.703,
|
| 51 |
+
0.698,
|
| 52 |
+
0.698
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.6486145449695826,
|
| 56 |
+
0.768827518286365,
|
| 57 |
+
0.814428018917283,
|
| 58 |
+
0.8334889255927039,
|
| 59 |
+
0.8493695948787919,
|
| 60 |
+
0.8626137447808201,
|
| 61 |
+
0.8698667377945567,
|
| 62 |
+
0.878966320260164,
|
| 63 |
+
0.88414702955569,
|
| 64 |
+
0.8889379033002657,
|
| 65 |
+
0.8924053879376673,
|
| 66 |
+
0.8978117914995333,
|
| 67 |
+
0.9009202170768489,
|
| 68 |
+
0.9049109020589472,
|
| 69 |
+
0.9065317972444782,
|
| 70 |
+
0.9098556582578454,
|
| 71 |
+
0.9137642725976384,
|
| 72 |
+
0.9141130728274363,
|
| 73 |
+
0.919088605517199,
|
| 74 |
+
0.9239205145829272,
|
| 75 |
+
0.9240949146978261,
|
| 76 |
+
0.9283831057582814,
|
| 77 |
+
0.9312555782389692,
|
| 78 |
+
0.9321378376437519,
|
| 79 |
+
0.9348359100095407,
|
| 80 |
+
0.9374519117330242,
|
| 81 |
+
0.9394421248089293,
|
| 82 |
+
0.9433097038275696,
|
| 83 |
+
0.9438431630025544,
|
| 84 |
+
0.9468387414467002,
|
| 85 |
+
0.948449377801943,
|
| 86 |
+
0.9525939452383639,
|
| 87 |
+
0.9546046759748453,
|
| 88 |
+
0.9559485827425956,
|
| 89 |
+
0.9591698554530812,
|
| 90 |
+
0.9608933389414939,
|
| 91 |
+
0.9624424223150077,
|
| 92 |
+
0.9657970598192394,
|
| 93 |
+
0.9673871785139059,
|
| 94 |
+
0.9687823794330971,
|
| 95 |
+
0.9705776747335269,
|
| 96 |
+
0.9715317459503268,
|
| 97 |
+
0.9722498640704987,
|
| 98 |
+
0.9738912769166059,
|
| 99 |
+
0.9750607835694574,
|
| 100 |
+
0.9755634662535778,
|
| 101 |
+
0.9760251136165454,
|
| 102 |
+
0.9767740082275819,
|
| 103 |
+
0.9765483139612421,
|
| 104 |
+
0.9771022907968033
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
2.146255252577197,
|
| 108 |
+
1.0492958926379925,
|
| 109 |
+
0.9047037103750731,
|
| 110 |
+
0.8097734897755524,
|
| 111 |
+
0.7602447113696836,
|
| 112 |
+
0.7166273711305583,
|
| 113 |
+
0.6789358025495937,
|
| 114 |
+
0.6462081910403858,
|
| 115 |
+
0.6203140928922916,
|
| 116 |
+
0.6066505783950218,
|
| 117 |
+
0.5876721821755407,
|
| 118 |
+
0.5695313823550008,
|
| 119 |
+
0.5586467824678879,
|
| 120 |
+
0.5452820098433013,
|
| 121 |
+
0.5357814306682168,
|
| 122 |
+
0.5261896761213357,
|
| 123 |
+
0.5128124525941624,
|
| 124 |
+
0.5082606511426314,
|
| 125 |
+
0.4908367418215093,
|
| 126 |
+
0.47714205136173365,
|
| 127 |
+
0.4747899815618881,
|
| 128 |
+
0.46087353036749434,
|
| 129 |
+
0.4479392149642061,
|
| 130 |
+
0.44323476707678394,
|
| 131 |
+
0.434837598632724,
|
| 132 |
+
0.42467553105454053,
|
| 133 |
+
0.41741329741367655,
|
| 134 |
+
0.4057605229414831,
|
| 135 |
+
0.4001549720267032,
|
| 136 |
+
0.39084348542890573,
|
| 137 |
+
0.3818987941117506,
|
| 138 |
+
0.3707630548979731,
|
| 139 |
+
0.3617200131478789,
|
| 140 |
+
0.35433390260975467,
|
| 141 |
+
0.34464290805337333,
|
| 142 |
+
0.3382092237118491,
|
| 143 |
+
0.3319408298428452,
|
| 144 |
+
0.32048176893198366,
|
| 145 |
+
0.3146082163511333,
|
| 146 |
+
0.3081249763974975,
|
| 147 |
+
0.30289773905965894,
|
| 148 |
+
0.29808761270296913,
|
| 149 |
+
0.2940720797730985,
|
| 150 |
+
0.28940995995292035,
|
| 151 |
+
0.2859502818671956,
|
| 152 |
+
0.28283121555743085,
|
| 153 |
+
0.2799024292150026,
|
| 154 |
+
0.2780834321994566,
|
| 155 |
+
0.2785528923278993,
|
| 156 |
+
0.2775065095883233
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/manifest.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"choroidal neovascularization",
|
| 4 |
+
"diabetic macular edema",
|
| 5 |
+
"drusen",
|
| 6 |
+
"normal"
|
| 7 |
+
],
|
| 8 |
+
"dataset_name": "OCTMNIST",
|
| 9 |
+
"environment": {
|
| 10 |
+
"cpu_count": 12,
|
| 11 |
+
"cuda_available": true,
|
| 12 |
+
"cuda_device": "NVIDIA A100-SXM4-40GB",
|
| 13 |
+
"memory_gb": 83.48,
|
| 14 |
+
"platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
|
| 15 |
+
"python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]",
|
| 16 |
+
"torch": "2.6.0+cu124"
|
| 17 |
+
},
|
| 18 |
+
"models": {
|
| 19 |
+
"constellation": {
|
| 20 |
+
"params": 19757
|
| 21 |
+
},
|
| 22 |
+
"diagnostic_head": {
|
| 23 |
+
"params": 8705
|
| 24 |
+
},
|
| 25 |
+
"encoder": {
|
| 26 |
+
"params": 288392
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"num_classes": 4,
|
| 30 |
+
"repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 31 |
+
"results": {
|
| 32 |
+
"best_test_accuracy": 0.744
|
| 33 |
+
},
|
| 34 |
+
"subdirectory": "pentachora-adaptive-encoded/OCTMNIST/20250817-060508",
|
| 35 |
+
"timestamp": "20250817-060508"
|
| 36 |
+
}
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/tensorboard/events.out.tfevents.1755410443.9316958e07e5.2830.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ce62f7f1e17f0bfb93bb9f2b34259c51742b1df0f6ec33798fef3afd71cef30
|
| 3 |
+
size 8233
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8797e7bcecd23a5009cb00033d3a881774c1d138d4737e3ffeb3307719742ae6
|
| 3 |
+
size 3122
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:832a3a1ff80b20a8e33491435d102ec2136b798cb262b35b0672fc2e7bdedb44
|
| 3 |
+
size 81684
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe5307eb8627bc2b8c7c1dbc983fa416ed185427fbce178161691833c032b97b
|
| 3 |
+
size 35268
|
pentachora-adaptive-encoded/OCTMNIST/20250817-060508/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c97acf437876c947d195e07e649a045dce3a20ffe5bc5f8fdf5ac53ec2b9fac5
|
| 3 |
+
size 1163884
|