Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/README.md +13 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/best_confusion_matrix_epoch_18.png +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/config.json +15 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/debug.txt +8 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/history.csv +51 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/history.json +158 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/manifest.json +39 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/tensorboard/events.out.tfevents.1755412658.9316958e07e5.17388.7 +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/DermaMNIST/20250817-063950/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
@@ -43,3 +43,4 @@ pentachora-adaptive-encoded/PathMNIST/20250817-055333/best_confusion_matrix_epoc
|
|
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
|
|
|
|
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
|
46 |
+
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/best_confusion_matrix_epoch_18.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Pentachora Adaptive Encoded — 20250817-063950
|
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-063950/accuracy_plot.png
ADDED
![]() |
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/best_confusion_matrix_epoch_18.png
ADDED
![]() |
Git LFS Details
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/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.2,
|
9 |
+
"lr": 0.01,
|
10 |
+
"num_classes": 7,
|
11 |
+
"num_heads": 8,
|
12 |
+
"num_pentachoron_pairs": 2,
|
13 |
+
"temp": 0.70486,
|
14 |
+
"weight_decay": 1e-05
|
15 |
+
}
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/debug.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
==== DEBUG INFO ====
|
2 |
+
Timestamp: 20250817-063950
|
3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
4 |
+
Device: cuda
|
5 |
+
Encoder params: 2270024
|
6 |
+
Constellation params: 303479
|
7 |
+
Diagnostic head params: 33281
|
8 |
+
Best test accuracy: 0.693766
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/history.csv
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch,train_loss,train_acc,test_acc
|
2 |
+
1,1.7709577534258987,0.6206650492364778,0.6688279301745635
|
3 |
+
2,1.3458023551562823,0.6711859569002426,0.6688279301745635
|
4 |
+
3,1.2848921566797558,0.6758955330383902,0.6688279301745635
|
5 |
+
4,1.2598697423968963,0.6833166833166833,0.6822942643391521
|
6 |
+
5,1.235430266303548,0.6847438276009704,0.5441396508728179
|
7 |
+
6,1.220505571610342,0.6901669758812616,0.40399002493765584
|
8 |
+
7,1.2027325801848003,0.7005851291565577,0.515211970074813
|
9 |
+
8,1.1898286325267706,0.702440416726131,0.3950124688279302
|
10 |
+
9,1.1720727339984518,0.7072927072927073,0.6748129675810474
|
11 |
+
10,1.1590519054684232,0.712430426716141,0.6349127182044888
|
12 |
+
11,1.143549469477851,0.7149992864278578,0.5591022443890274
|
13 |
+
12,1.1298325513660339,0.7215641501355787,0.5316708229426433
|
14 |
+
13,1.1261456004389516,0.7207078635650064,0.6743142144638404
|
15 |
+
14,1.0990394930943657,0.7285571571285857,0.686284289276808
|
16 |
+
15,1.0761032447301833,0.7345511631225917,0.6778054862842893
|
17 |
+
16,1.0740310101871808,0.7428285999714571,0.6793017456359102
|
18 |
+
17,1.0467133905419068,0.7472527472527473,0.6827930174563591
|
19 |
+
18,1.033326394542301,0.7536748965320393,0.6937655860349127
|
20 |
+
19,1.0045889491223057,0.7652347652347652,0.6708229426433915
|
21 |
+
20,0.9839297648467707,0.7699443413729128,0.6897755610972569
|
22 |
+
21,0.9629774116935583,0.7747966319394891,0.48179551122194514
|
23 |
+
22,0.942166714018722,0.7805052090766377,0.6384039900249376
|
24 |
+
23,0.9201063396451952,0.7917796489225061,0.6892768079800499
|
25 |
+
24,0.8759783267277326,0.8031968031968032,0.6912718204488778
|
26 |
+
25,0.8685627225395682,0.8069073783359497,0.5411471321695761
|
27 |
+
26,0.8215298359687035,0.8208933923219638,0.6802992518703241
|
28 |
+
27,0.8138593078527264,0.8241758241758241,0.6827930174563591
|
29 |
+
28,0.7720755060678273,0.8393035535892679,0.627930174563591
|
30 |
+
29,0.7397803386216908,0.8455829884401312,0.6708229426433915
|
31 |
+
30,0.7138133145389227,0.8531468531468531,0.6369077306733167
|
32 |
+
31,0.6721040627254439,0.8615670044241472,0.6827930174563591
|
33 |
+
32,0.6499052731137107,0.8698444412730127,0.626932668329177
|
34 |
+
33,0.6145253863163846,0.8774083059797345,0.6583541147132169
|
35 |
+
34,0.5986859062879286,0.8835450264021693,0.6738154613466334
|
36 |
+
35,0.574173643863948,0.8935350363921792,0.5316708229426433
|
37 |
+
36,0.5473397787055871,0.8991008991008991,0.6922693266832918
|
38 |
+
37,0.5182587687403019,0.9059511916654773,0.686783042394015
|
39 |
+
38,0.4915555092421445,0.9159412016554874,0.6603491271820449
|
40 |
+
39,0.48022555483209267,0.9167974882260597,0.6917705735660847
|
41 |
+
40,0.4725316516407482,0.9227914942200657,0.654364089775561
|
42 |
+
41,0.45064744759902337,0.9299272156415014,0.6902743142144638
|
43 |
+
42,0.4284588506452466,0.9349222206365063,0.6822942643391521
|
44 |
+
43,0.42309552781146686,0.9379192236335093,0.6812967581047381
|
45 |
+
44,0.41073113532724403,0.9404880833452262,0.6887780548628429
|
46 |
+
45,0.4011971505601515,0.9433423719138004,0.6932668329177057
|
47 |
+
46,0.3928502508988985,0.9419152276295133,0.6812967581047381
|
48 |
+
47,0.389727356112495,0.9457685171970887,0.6783042394014963
|
49 |
+
48,0.39071031917480425,0.9451976594833738,0.6807980049875312
|
50 |
+
49,0.38590640748331445,0.9481946624803768,0.6768079800498753
|
51 |
+
50,0.38287802702165524,0.9469102326245183,0.6778054862842893
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/history.json
ADDED
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"test_acc": [
|
3 |
+
0.6688279301745635,
|
4 |
+
0.6688279301745635,
|
5 |
+
0.6688279301745635,
|
6 |
+
0.6822942643391521,
|
7 |
+
0.5441396508728179,
|
8 |
+
0.40399002493765584,
|
9 |
+
0.515211970074813,
|
10 |
+
0.3950124688279302,
|
11 |
+
0.6748129675810474,
|
12 |
+
0.6349127182044888,
|
13 |
+
0.5591022443890274,
|
14 |
+
0.5316708229426433,
|
15 |
+
0.6743142144638404,
|
16 |
+
0.686284289276808,
|
17 |
+
0.6778054862842893,
|
18 |
+
0.6793017456359102,
|
19 |
+
0.6827930174563591,
|
20 |
+
0.6937655860349127,
|
21 |
+
0.6708229426433915,
|
22 |
+
0.6897755610972569,
|
23 |
+
0.48179551122194514,
|
24 |
+
0.6384039900249376,
|
25 |
+
0.6892768079800499,
|
26 |
+
0.6912718204488778,
|
27 |
+
0.5411471321695761,
|
28 |
+
0.6802992518703241,
|
29 |
+
0.6827930174563591,
|
30 |
+
0.627930174563591,
|
31 |
+
0.6708229426433915,
|
32 |
+
0.6369077306733167,
|
33 |
+
0.6827930174563591,
|
34 |
+
0.626932668329177,
|
35 |
+
0.6583541147132169,
|
36 |
+
0.6738154613466334,
|
37 |
+
0.5316708229426433,
|
38 |
+
0.6922693266832918,
|
39 |
+
0.686783042394015,
|
40 |
+
0.6603491271820449,
|
41 |
+
0.6917705735660847,
|
42 |
+
0.654364089775561,
|
43 |
+
0.6902743142144638,
|
44 |
+
0.6822942643391521,
|
45 |
+
0.6812967581047381,
|
46 |
+
0.6887780548628429,
|
47 |
+
0.6932668329177057,
|
48 |
+
0.6812967581047381,
|
49 |
+
0.6783042394014963,
|
50 |
+
0.6807980049875312,
|
51 |
+
0.6768079800498753,
|
52 |
+
0.6778054862842893
|
53 |
+
],
|
54 |
+
"train_acc": [
|
55 |
+
0.6206650492364778,
|
56 |
+
0.6711859569002426,
|
57 |
+
0.6758955330383902,
|
58 |
+
0.6833166833166833,
|
59 |
+
0.6847438276009704,
|
60 |
+
0.6901669758812616,
|
61 |
+
0.7005851291565577,
|
62 |
+
0.702440416726131,
|
63 |
+
0.7072927072927073,
|
64 |
+
0.712430426716141,
|
65 |
+
0.7149992864278578,
|
66 |
+
0.7215641501355787,
|
67 |
+
0.7207078635650064,
|
68 |
+
0.7285571571285857,
|
69 |
+
0.7345511631225917,
|
70 |
+
0.7428285999714571,
|
71 |
+
0.7472527472527473,
|
72 |
+
0.7536748965320393,
|
73 |
+
0.7652347652347652,
|
74 |
+
0.7699443413729128,
|
75 |
+
0.7747966319394891,
|
76 |
+
0.7805052090766377,
|
77 |
+
0.7917796489225061,
|
78 |
+
0.8031968031968032,
|
79 |
+
0.8069073783359497,
|
80 |
+
0.8208933923219638,
|
81 |
+
0.8241758241758241,
|
82 |
+
0.8393035535892679,
|
83 |
+
0.8455829884401312,
|
84 |
+
0.8531468531468531,
|
85 |
+
0.8615670044241472,
|
86 |
+
0.8698444412730127,
|
87 |
+
0.8774083059797345,
|
88 |
+
0.8835450264021693,
|
89 |
+
0.8935350363921792,
|
90 |
+
0.8991008991008991,
|
91 |
+
0.9059511916654773,
|
92 |
+
0.9159412016554874,
|
93 |
+
0.9167974882260597,
|
94 |
+
0.9227914942200657,
|
95 |
+
0.9299272156415014,
|
96 |
+
0.9349222206365063,
|
97 |
+
0.9379192236335093,
|
98 |
+
0.9404880833452262,
|
99 |
+
0.9433423719138004,
|
100 |
+
0.9419152276295133,
|
101 |
+
0.9457685171970887,
|
102 |
+
0.9451976594833738,
|
103 |
+
0.9481946624803768,
|
104 |
+
0.9469102326245183
|
105 |
+
],
|
106 |
+
"train_loss": [
|
107 |
+
1.7709577534258987,
|
108 |
+
1.3458023551562823,
|
109 |
+
1.2848921566797558,
|
110 |
+
1.2598697423968963,
|
111 |
+
1.235430266303548,
|
112 |
+
1.220505571610342,
|
113 |
+
1.2027325801848003,
|
114 |
+
1.1898286325267706,
|
115 |
+
1.1720727339984518,
|
116 |
+
1.1590519054684232,
|
117 |
+
1.143549469477851,
|
118 |
+
1.1298325513660339,
|
119 |
+
1.1261456004389516,
|
120 |
+
1.0990394930943657,
|
121 |
+
1.0761032447301833,
|
122 |
+
1.0740310101871808,
|
123 |
+
1.0467133905419068,
|
124 |
+
1.033326394542301,
|
125 |
+
1.0045889491223057,
|
126 |
+
0.9839297648467707,
|
127 |
+
0.9629774116935583,
|
128 |
+
0.942166714018722,
|
129 |
+
0.9201063396451952,
|
130 |
+
0.8759783267277326,
|
131 |
+
0.8685627225395682,
|
132 |
+
0.8215298359687035,
|
133 |
+
0.8138593078527264,
|
134 |
+
0.7720755060678273,
|
135 |
+
0.7397803386216908,
|
136 |
+
0.7138133145389227,
|
137 |
+
0.6721040627254439,
|
138 |
+
0.6499052731137107,
|
139 |
+
0.6145253863163846,
|
140 |
+
0.5986859062879286,
|
141 |
+
0.574173643863948,
|
142 |
+
0.5473397787055871,
|
143 |
+
0.5182587687403019,
|
144 |
+
0.4915555092421445,
|
145 |
+
0.48022555483209267,
|
146 |
+
0.4725316516407482,
|
147 |
+
0.45064744759902337,
|
148 |
+
0.4284588506452466,
|
149 |
+
0.42309552781146686,
|
150 |
+
0.41073113532724403,
|
151 |
+
0.4011971505601515,
|
152 |
+
0.3928502508988985,
|
153 |
+
0.389727356112495,
|
154 |
+
0.39071031917480425,
|
155 |
+
0.38590640748331445,
|
156 |
+
0.38287802702165524
|
157 |
+
]
|
158 |
+
}
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/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": 303479
|
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.6937655860349127
|
36 |
+
},
|
37 |
+
"subdirectory": "pentachora-adaptive-encoded/DermaMNIST/20250817-063950",
|
38 |
+
"timestamp": "20250817-063950"
|
39 |
+
}
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/tensorboard/events.out.tfevents.1755412658.9316958e07e5.17388.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6ef55ee0e9c272f630ca265bf6d9117e8afa314e31df3729614f9393d6a9a20
|
3 |
+
size 8233
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/tensorboard_events.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4477e60a494023c638283d6bea964a3b1bdcf17b9088c180a3ed1cd69b424701
|
3 |
+
size 3097
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/weights/constellation.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a134f50b2ab30bbe79d9d5a86ec1916243f184b2eb01f4ef348e10ac3c326e8b
|
3 |
+
size 1216940
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/weights/diagnostic_head.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f08a8c8c2a2cbbbff11fb9009c2b7210cfd1672331d0b1c1f00fa9273645145a
|
3 |
+
size 133580
|
pentachora-adaptive-encoded/DermaMNIST/20250817-063950/weights/encoder.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef69d1f5213f36741ebbfcec464f82eeca7f18bb6353536e2d2b7d8e078f5fe0
|
3 |
+
size 9098220
|