Upload folder using huggingface_hub
Browse files- pentachora-adaptive-encoded/MNIST/20250817-042118/README.md +13 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/best_confusion_matrix_epoch_34.png +0 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/config.json +15 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/debug.txt +8 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/history.csv +51 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/history.json +158 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/manifest.json +42 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/tensorboard/events.out.tfevents.1755404236.be8619c33324.7014.0 +3 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/MNIST/20250817-042118/weights/encoder.safetensors +3 -0
pentachora-adaptive-encoded/MNIST/20250817-042118/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-042118
|
| 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/MNIST/20250817-042118/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/MNIST/20250817-042118/best_confusion_matrix_epoch_34.png
ADDED
|
pentachora-adaptive-encoded/MNIST/20250817-042118/config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_dim": 256,
|
| 3 |
+
"batch_size": 1024,
|
| 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.5,
|
| 10 |
+
"num_classes": 10,
|
| 11 |
+
"num_heads": 4,
|
| 12 |
+
"num_pentachoron_pairs": 1,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/MNIST/20250817-042118/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-042118
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 2270024
|
| 6 |
+
Constellation params: 301805
|
| 7 |
+
Diagnostic head params: 33281
|
| 8 |
+
Best test accuracy: 0.992700
|
pentachora-adaptive-encoded/MNIST/20250817-042118/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,52.60639644012451,0.5346333333333333,0.8063
|
| 3 |
+
2,0.8142639509836833,0.8883666666666666,0.8678
|
| 4 |
+
3,0.6113257586797078,0.9466666666666667,0.9564
|
| 5 |
+
4,0.5167012015183766,0.9671,0.9791
|
| 6 |
+
5,0.4255714215437571,0.9765,0.9758
|
| 7 |
+
6,0.3563062307834625,0.9813333333333333,0.9838
|
| 8 |
+
7,0.31297947152455646,0.9839,0.9817
|
| 9 |
+
8,0.29901639192899065,0.9849333333333333,0.9734
|
| 10 |
+
9,0.2852829585870107,0.9879833333333333,0.9799
|
| 11 |
+
10,0.2783388931274414,0.9888666666666667,0.9822
|
| 12 |
+
11,0.26880987598101297,0.9899333333333333,0.9883
|
| 13 |
+
12,0.2648463840484619,0.9905166666666667,0.9888
|
| 14 |
+
13,0.2571990021546682,0.9915,0.9765
|
| 15 |
+
14,0.258221905374527,0.9914833333333334,0.9893
|
| 16 |
+
15,0.25426868448257445,0.9927333333333334,0.9889
|
| 17 |
+
16,0.24867452667554218,0.9928666666666667,0.9885
|
| 18 |
+
17,0.2471658716281255,0.9934333333333333,0.983
|
| 19 |
+
18,0.2410669472694397,0.99415,0.9806
|
| 20 |
+
19,0.24111124811967213,0.99415,0.9898
|
| 21 |
+
20,0.23815091034571328,0.9948666666666667,0.9892
|
| 22 |
+
21,0.2388465740442276,0.9946166666666667,0.986
|
| 23 |
+
22,0.23432350359757742,0.99535,0.9882
|
| 24 |
+
23,0.22919093515872954,0.9959833333333333,0.9893
|
| 25 |
+
24,0.22940242938995362,0.99615,0.9882
|
| 26 |
+
25,0.2268609057267507,0.9964166666666666,0.9896
|
| 27 |
+
26,0.22600147075653076,0.99675,0.9887
|
| 28 |
+
27,0.22780212801297506,0.9962333333333333,0.9884
|
| 29 |
+
28,0.2250972644964854,0.9972166666666666,0.9897
|
| 30 |
+
29,0.22381280414263408,0.9970333333333333,0.9906
|
| 31 |
+
30,0.2208332498073578,0.9976666666666667,0.9909
|
| 32 |
+
31,0.21930705812772114,0.9979,0.991
|
| 33 |
+
32,0.2168807804743449,0.9982666666666666,0.9906
|
| 34 |
+
33,0.2190045725186666,0.9977833333333334,0.9924
|
| 35 |
+
34,0.21488269788424175,0.9987333333333334,0.9927
|
| 36 |
+
35,0.21312853979269664,0.9988666666666667,0.9911
|
| 37 |
+
36,0.21378558861414593,0.9984666666666666,0.9911
|
| 38 |
+
37,0.21361539339224497,0.9987,0.9916
|
| 39 |
+
38,0.21118648166656495,0.99915,0.9924
|
| 40 |
+
39,0.21106968878904978,0.9991166666666667,0.9922
|
| 41 |
+
40,0.21119267871379852,0.99905,0.9916
|
| 42 |
+
41,0.20979335293769835,0.9992666666666666,0.9917
|
| 43 |
+
42,0.20932014991442363,0.99925,0.9921
|
| 44 |
+
43,0.210208110499382,0.9991,0.9924
|
| 45 |
+
44,0.20860997058550518,0.9994166666666666,0.9923
|
| 46 |
+
45,0.20866352673371633,0.9994333333333333,0.9921
|
| 47 |
+
46,0.20860334712664286,0.9994333333333333,0.9923
|
| 48 |
+
47,0.20829437528451283,0.9994333333333333,0.9921
|
| 49 |
+
48,0.20782000896930694,0.9995666666666667,0.9922
|
| 50 |
+
49,0.2080437429745992,0.9995,0.9923
|
| 51 |
+
50,0.20797167727947236,0.9994833333333333,0.9921
|
pentachora-adaptive-encoded/MNIST/20250817-042118/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.8063,
|
| 4 |
+
0.8678,
|
| 5 |
+
0.9564,
|
| 6 |
+
0.9791,
|
| 7 |
+
0.9758,
|
| 8 |
+
0.9838,
|
| 9 |
+
0.9817,
|
| 10 |
+
0.9734,
|
| 11 |
+
0.9799,
|
| 12 |
+
0.9822,
|
| 13 |
+
0.9883,
|
| 14 |
+
0.9888,
|
| 15 |
+
0.9765,
|
| 16 |
+
0.9893,
|
| 17 |
+
0.9889,
|
| 18 |
+
0.9885,
|
| 19 |
+
0.983,
|
| 20 |
+
0.9806,
|
| 21 |
+
0.9898,
|
| 22 |
+
0.9892,
|
| 23 |
+
0.986,
|
| 24 |
+
0.9882,
|
| 25 |
+
0.9893,
|
| 26 |
+
0.9882,
|
| 27 |
+
0.9896,
|
| 28 |
+
0.9887,
|
| 29 |
+
0.9884,
|
| 30 |
+
0.9897,
|
| 31 |
+
0.9906,
|
| 32 |
+
0.9909,
|
| 33 |
+
0.991,
|
| 34 |
+
0.9906,
|
| 35 |
+
0.9924,
|
| 36 |
+
0.9927,
|
| 37 |
+
0.9911,
|
| 38 |
+
0.9911,
|
| 39 |
+
0.9916,
|
| 40 |
+
0.9924,
|
| 41 |
+
0.9922,
|
| 42 |
+
0.9916,
|
| 43 |
+
0.9917,
|
| 44 |
+
0.9921,
|
| 45 |
+
0.9924,
|
| 46 |
+
0.9923,
|
| 47 |
+
0.9921,
|
| 48 |
+
0.9923,
|
| 49 |
+
0.9921,
|
| 50 |
+
0.9922,
|
| 51 |
+
0.9923,
|
| 52 |
+
0.9921
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.5346333333333333,
|
| 56 |
+
0.8883666666666666,
|
| 57 |
+
0.9466666666666667,
|
| 58 |
+
0.9671,
|
| 59 |
+
0.9765,
|
| 60 |
+
0.9813333333333333,
|
| 61 |
+
0.9839,
|
| 62 |
+
0.9849333333333333,
|
| 63 |
+
0.9879833333333333,
|
| 64 |
+
0.9888666666666667,
|
| 65 |
+
0.9899333333333333,
|
| 66 |
+
0.9905166666666667,
|
| 67 |
+
0.9915,
|
| 68 |
+
0.9914833333333334,
|
| 69 |
+
0.9927333333333334,
|
| 70 |
+
0.9928666666666667,
|
| 71 |
+
0.9934333333333333,
|
| 72 |
+
0.99415,
|
| 73 |
+
0.99415,
|
| 74 |
+
0.9948666666666667,
|
| 75 |
+
0.9946166666666667,
|
| 76 |
+
0.99535,
|
| 77 |
+
0.9959833333333333,
|
| 78 |
+
0.99615,
|
| 79 |
+
0.9964166666666666,
|
| 80 |
+
0.99675,
|
| 81 |
+
0.9962333333333333,
|
| 82 |
+
0.9972166666666666,
|
| 83 |
+
0.9970333333333333,
|
| 84 |
+
0.9976666666666667,
|
| 85 |
+
0.9979,
|
| 86 |
+
0.9982666666666666,
|
| 87 |
+
0.9977833333333334,
|
| 88 |
+
0.9987333333333334,
|
| 89 |
+
0.9988666666666667,
|
| 90 |
+
0.9984666666666666,
|
| 91 |
+
0.9987,
|
| 92 |
+
0.99915,
|
| 93 |
+
0.9991166666666667,
|
| 94 |
+
0.99905,
|
| 95 |
+
0.9992666666666666,
|
| 96 |
+
0.99925,
|
| 97 |
+
0.9991,
|
| 98 |
+
0.9994166666666666,
|
| 99 |
+
0.9994333333333333,
|
| 100 |
+
0.9994333333333333,
|
| 101 |
+
0.9994333333333333,
|
| 102 |
+
0.9995666666666667,
|
| 103 |
+
0.9995,
|
| 104 |
+
0.9994833333333333
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
52.60639644012451,
|
| 108 |
+
0.8142639509836833,
|
| 109 |
+
0.6113257586797078,
|
| 110 |
+
0.5167012015183766,
|
| 111 |
+
0.4255714215437571,
|
| 112 |
+
0.3563062307834625,
|
| 113 |
+
0.31297947152455646,
|
| 114 |
+
0.29901639192899065,
|
| 115 |
+
0.2852829585870107,
|
| 116 |
+
0.2783388931274414,
|
| 117 |
+
0.26880987598101297,
|
| 118 |
+
0.2648463840484619,
|
| 119 |
+
0.2571990021546682,
|
| 120 |
+
0.258221905374527,
|
| 121 |
+
0.25426868448257445,
|
| 122 |
+
0.24867452667554218,
|
| 123 |
+
0.2471658716281255,
|
| 124 |
+
0.2410669472694397,
|
| 125 |
+
0.24111124811967213,
|
| 126 |
+
0.23815091034571328,
|
| 127 |
+
0.2388465740442276,
|
| 128 |
+
0.23432350359757742,
|
| 129 |
+
0.22919093515872954,
|
| 130 |
+
0.22940242938995362,
|
| 131 |
+
0.2268609057267507,
|
| 132 |
+
0.22600147075653076,
|
| 133 |
+
0.22780212801297506,
|
| 134 |
+
0.2250972644964854,
|
| 135 |
+
0.22381280414263408,
|
| 136 |
+
0.2208332498073578,
|
| 137 |
+
0.21930705812772114,
|
| 138 |
+
0.2168807804743449,
|
| 139 |
+
0.2190045725186666,
|
| 140 |
+
0.21488269788424175,
|
| 141 |
+
0.21312853979269664,
|
| 142 |
+
0.21378558861414593,
|
| 143 |
+
0.21361539339224497,
|
| 144 |
+
0.21118648166656495,
|
| 145 |
+
0.21106968878904978,
|
| 146 |
+
0.21119267871379852,
|
| 147 |
+
0.20979335293769835,
|
| 148 |
+
0.20932014991442363,
|
| 149 |
+
0.210208110499382,
|
| 150 |
+
0.20860997058550518,
|
| 151 |
+
0.20866352673371633,
|
| 152 |
+
0.20860334712664286,
|
| 153 |
+
0.20829437528451283,
|
| 154 |
+
0.20782000896930694,
|
| 155 |
+
0.2080437429745992,
|
| 156 |
+
0.20797167727947236
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/MNIST/20250817-042118/manifest.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"0",
|
| 4 |
+
"1",
|
| 5 |
+
"2",
|
| 6 |
+
"3",
|
| 7 |
+
"4",
|
| 8 |
+
"5",
|
| 9 |
+
"6",
|
| 10 |
+
"7",
|
| 11 |
+
"8",
|
| 12 |
+
"9"
|
| 13 |
+
],
|
| 14 |
+
"dataset_name": "MNIST",
|
| 15 |
+
"environment": {
|
| 16 |
+
"cpu_count": 8,
|
| 17 |
+
"cuda_available": true,
|
| 18 |
+
"cuda_device": "Tesla T4",
|
| 19 |
+
"memory_gb": 50.99,
|
| 20 |
+
"platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
|
| 21 |
+
"python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]",
|
| 22 |
+
"torch": "2.6.0+cu124"
|
| 23 |
+
},
|
| 24 |
+
"models": {
|
| 25 |
+
"constellation": {
|
| 26 |
+
"params": 301805
|
| 27 |
+
},
|
| 28 |
+
"diagnostic_head": {
|
| 29 |
+
"params": 33281
|
| 30 |
+
},
|
| 31 |
+
"encoder": {
|
| 32 |
+
"params": 2270024
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"num_classes": 10,
|
| 36 |
+
"repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 37 |
+
"results": {
|
| 38 |
+
"best_test_accuracy": 0.9927
|
| 39 |
+
},
|
| 40 |
+
"subdirectory": "pentachora-adaptive-encoded/MNIST/20250817-042118",
|
| 41 |
+
"timestamp": "20250817-042118"
|
| 42 |
+
}
|
pentachora-adaptive-encoded/MNIST/20250817-042118/tensorboard/events.out.tfevents.1755404236.be8619c33324.7014.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b545f79dbfb353270f2605bb0d4fe047ed4afb5fcaa5641c1ac3b167e3ca98a
|
| 3 |
+
size 8957
|
pentachora-adaptive-encoded/MNIST/20250817-042118/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac6d6c22e4839e03bc1a4df98a55977bf18c04cb1901746605f10da3eb98b213
|
| 3 |
+
size 3318
|
pentachora-adaptive-encoded/MNIST/20250817-042118/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:760a673281d5941fa69d0f24d4d864194e503458bdbdeed16efd4c3e2a935fdd
|
| 3 |
+
size 1210316
|
pentachora-adaptive-encoded/MNIST/20250817-042118/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d5feae09ec801ce260366365a049397140b155b3b27cffdb0c8b1b0bc34a376
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/MNIST/20250817-042118/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:311e2813a1758c3ed4d13edb2ee0402e904bd7be4444c15ef32ffc3dde747763
|
| 3 |
+
size 9098220
|