Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/20250817-041219/README.md +13 -0
- pentachora-adaptive-encoded/20250817-041219/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/20250817-041219/best_confusion_matrix_epoch_47.png +3 -0
- pentachora-adaptive-encoded/20250817-041219/config.json +15 -0
- pentachora-adaptive-encoded/20250817-041219/debug.txt +8 -0
- pentachora-adaptive-encoded/20250817-041219/history.csv +51 -0
- pentachora-adaptive-encoded/20250817-041219/history.json +158 -0
- pentachora-adaptive-encoded/20250817-041219/manifest.json +42 -0
- pentachora-adaptive-encoded/20250817-041219/tensorboard/events.out.tfevents.1755403689.be8619c33324.2087.3 +3 -0
- pentachora-adaptive-encoded/20250817-041219/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/20250817-041219/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/20250817-041219/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/20250817-041219/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
pentachora-adaptive-encoded/20250817-041219/best_confusion_matrix_epoch_47.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/20250817-041219/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-041219
|
| 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/20250817-041219/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/20250817-041219/best_confusion_matrix_epoch_47.png
ADDED
|
Git LFS Details
|
pentachora-adaptive-encoded/20250817-041219/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/20250817-041219/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-041219
|
| 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.924900
|
pentachora-adaptive-encoded/20250817-041219/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,51.09337834746043,0.44656666666666667,0.6533
|
| 3 |
+
2,1.2074264233907064,0.72065,0.777
|
| 4 |
+
3,0.9665594780286153,0.8143166666666667,0.7947
|
| 5 |
+
4,0.8375691500981649,0.8540666666666666,0.8003
|
| 6 |
+
5,0.7585803210258484,0.8744333333333333,0.8629
|
| 7 |
+
6,0.7131638787905376,0.8842333333333333,0.8542
|
| 8 |
+
7,0.6789815461158752,0.8909,0.7981
|
| 9 |
+
8,0.643039005502065,0.8983166666666667,0.858
|
| 10 |
+
9,0.6281340116818745,0.9032666666666667,0.8646
|
| 11 |
+
10,0.5961036460558573,0.90815,0.8558
|
| 12 |
+
11,0.5798567486127217,0.9115333333333333,0.888
|
| 13 |
+
12,0.662088233311971,0.8955,0.8966
|
| 14 |
+
13,0.5652054297765096,0.9138166666666667,0.8879
|
| 15 |
+
14,0.5449013960202534,0.9147,0.8717
|
| 16 |
+
15,0.5360828570683798,0.9197833333333333,0.8862
|
| 17 |
+
16,0.5127636368115743,0.9235333333333333,0.8968
|
| 18 |
+
17,0.5063763593673706,0.9258833333333333,0.9053
|
| 19 |
+
18,0.49493562335968017,0.92805,0.9005
|
| 20 |
+
19,0.48447111225128175,0.92865,0.9076
|
| 21 |
+
20,0.46958804278373717,0.9338333333333333,0.8832
|
| 22 |
+
21,0.46622784185409544,0.9352,0.9092
|
| 23 |
+
22,0.4523288063208262,0.9383833333333333,0.9072
|
| 24 |
+
23,0.4465427825450897,0.93955,0.893
|
| 25 |
+
24,0.4399413527011871,0.94155,0.9126
|
| 26 |
+
25,0.4261600466887156,0.9446,0.9041
|
| 27 |
+
26,0.4171184919834137,0.94665,0.8925
|
| 28 |
+
27,0.4142405074119568,0.9484166666666667,0.9067
|
| 29 |
+
28,0.3981914572238922,0.9521166666666666,0.914
|
| 30 |
+
29,0.3883538587252299,0.9539,0.9167
|
| 31 |
+
30,0.3829598570028941,0.95565,0.9097
|
| 32 |
+
31,0.3789837716579437,0.9562166666666667,0.9156
|
| 33 |
+
32,0.36512398556073505,0.9602666666666667,0.9188
|
| 34 |
+
33,0.35525182037353514,0.96335,0.918
|
| 35 |
+
34,0.34822257143656415,0.9654,0.9153
|
| 36 |
+
35,0.3409120950857798,0.9674,0.9165
|
| 37 |
+
36,0.32977712739308673,0.9694166666666667,0.92
|
| 38 |
+
37,0.32492653222084045,0.9711,0.9221
|
| 39 |
+
38,0.3142614965279897,0.9739833333333333,0.9245
|
| 40 |
+
39,0.30588433696428935,0.9762666666666666,0.9202
|
| 41 |
+
40,0.3037652428944906,0.9763166666666667,0.9235
|
| 42 |
+
41,0.29553929815292357,0.9785833333333334,0.923
|
| 43 |
+
42,0.29186196756362914,0.9794,0.9227
|
| 44 |
+
43,0.2842706059296926,0.9813666666666667,0.9236
|
| 45 |
+
44,0.27971814630826314,0.98295,0.9229
|
| 46 |
+
45,0.27542511336008707,0.9844333333333334,0.9226
|
| 47 |
+
46,0.2731641436258952,0.9846833333333334,0.9242
|
| 48 |
+
47,0.2706481461207072,0.9856166666666667,0.9249
|
| 49 |
+
48,0.27011345543861387,0.9852166666666666,0.9233
|
| 50 |
+
49,0.26870557872454326,0.98595,0.9236
|
| 51 |
+
50,0.2687701708316803,0.9854166666666667,0.9242
|
pentachora-adaptive-encoded/20250817-041219/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.6533,
|
| 4 |
+
0.777,
|
| 5 |
+
0.7947,
|
| 6 |
+
0.8003,
|
| 7 |
+
0.8629,
|
| 8 |
+
0.8542,
|
| 9 |
+
0.7981,
|
| 10 |
+
0.858,
|
| 11 |
+
0.8646,
|
| 12 |
+
0.8558,
|
| 13 |
+
0.888,
|
| 14 |
+
0.8966,
|
| 15 |
+
0.8879,
|
| 16 |
+
0.8717,
|
| 17 |
+
0.8862,
|
| 18 |
+
0.8968,
|
| 19 |
+
0.9053,
|
| 20 |
+
0.9005,
|
| 21 |
+
0.9076,
|
| 22 |
+
0.8832,
|
| 23 |
+
0.9092,
|
| 24 |
+
0.9072,
|
| 25 |
+
0.893,
|
| 26 |
+
0.9126,
|
| 27 |
+
0.9041,
|
| 28 |
+
0.8925,
|
| 29 |
+
0.9067,
|
| 30 |
+
0.914,
|
| 31 |
+
0.9167,
|
| 32 |
+
0.9097,
|
| 33 |
+
0.9156,
|
| 34 |
+
0.9188,
|
| 35 |
+
0.918,
|
| 36 |
+
0.9153,
|
| 37 |
+
0.9165,
|
| 38 |
+
0.92,
|
| 39 |
+
0.9221,
|
| 40 |
+
0.9245,
|
| 41 |
+
0.9202,
|
| 42 |
+
0.9235,
|
| 43 |
+
0.923,
|
| 44 |
+
0.9227,
|
| 45 |
+
0.9236,
|
| 46 |
+
0.9229,
|
| 47 |
+
0.9226,
|
| 48 |
+
0.9242,
|
| 49 |
+
0.9249,
|
| 50 |
+
0.9233,
|
| 51 |
+
0.9236,
|
| 52 |
+
0.9242
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.44656666666666667,
|
| 56 |
+
0.72065,
|
| 57 |
+
0.8143166666666667,
|
| 58 |
+
0.8540666666666666,
|
| 59 |
+
0.8744333333333333,
|
| 60 |
+
0.8842333333333333,
|
| 61 |
+
0.8909,
|
| 62 |
+
0.8983166666666667,
|
| 63 |
+
0.9032666666666667,
|
| 64 |
+
0.90815,
|
| 65 |
+
0.9115333333333333,
|
| 66 |
+
0.8955,
|
| 67 |
+
0.9138166666666667,
|
| 68 |
+
0.9147,
|
| 69 |
+
0.9197833333333333,
|
| 70 |
+
0.9235333333333333,
|
| 71 |
+
0.9258833333333333,
|
| 72 |
+
0.92805,
|
| 73 |
+
0.92865,
|
| 74 |
+
0.9338333333333333,
|
| 75 |
+
0.9352,
|
| 76 |
+
0.9383833333333333,
|
| 77 |
+
0.93955,
|
| 78 |
+
0.94155,
|
| 79 |
+
0.9446,
|
| 80 |
+
0.94665,
|
| 81 |
+
0.9484166666666667,
|
| 82 |
+
0.9521166666666666,
|
| 83 |
+
0.9539,
|
| 84 |
+
0.95565,
|
| 85 |
+
0.9562166666666667,
|
| 86 |
+
0.9602666666666667,
|
| 87 |
+
0.96335,
|
| 88 |
+
0.9654,
|
| 89 |
+
0.9674,
|
| 90 |
+
0.9694166666666667,
|
| 91 |
+
0.9711,
|
| 92 |
+
0.9739833333333333,
|
| 93 |
+
0.9762666666666666,
|
| 94 |
+
0.9763166666666667,
|
| 95 |
+
0.9785833333333334,
|
| 96 |
+
0.9794,
|
| 97 |
+
0.9813666666666667,
|
| 98 |
+
0.98295,
|
| 99 |
+
0.9844333333333334,
|
| 100 |
+
0.9846833333333334,
|
| 101 |
+
0.9856166666666667,
|
| 102 |
+
0.9852166666666666,
|
| 103 |
+
0.98595,
|
| 104 |
+
0.9854166666666667
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
51.09337834746043,
|
| 108 |
+
1.2074264233907064,
|
| 109 |
+
0.9665594780286153,
|
| 110 |
+
0.8375691500981649,
|
| 111 |
+
0.7585803210258484,
|
| 112 |
+
0.7131638787905376,
|
| 113 |
+
0.6789815461158752,
|
| 114 |
+
0.643039005502065,
|
| 115 |
+
0.6281340116818745,
|
| 116 |
+
0.5961036460558573,
|
| 117 |
+
0.5798567486127217,
|
| 118 |
+
0.662088233311971,
|
| 119 |
+
0.5652054297765096,
|
| 120 |
+
0.5449013960202534,
|
| 121 |
+
0.5360828570683798,
|
| 122 |
+
0.5127636368115743,
|
| 123 |
+
0.5063763593673706,
|
| 124 |
+
0.49493562335968017,
|
| 125 |
+
0.48447111225128175,
|
| 126 |
+
0.46958804278373717,
|
| 127 |
+
0.46622784185409544,
|
| 128 |
+
0.4523288063208262,
|
| 129 |
+
0.4465427825450897,
|
| 130 |
+
0.4399413527011871,
|
| 131 |
+
0.4261600466887156,
|
| 132 |
+
0.4171184919834137,
|
| 133 |
+
0.4142405074119568,
|
| 134 |
+
0.3981914572238922,
|
| 135 |
+
0.3883538587252299,
|
| 136 |
+
0.3829598570028941,
|
| 137 |
+
0.3789837716579437,
|
| 138 |
+
0.36512398556073505,
|
| 139 |
+
0.35525182037353514,
|
| 140 |
+
0.34822257143656415,
|
| 141 |
+
0.3409120950857798,
|
| 142 |
+
0.32977712739308673,
|
| 143 |
+
0.32492653222084045,
|
| 144 |
+
0.3142614965279897,
|
| 145 |
+
0.30588433696428935,
|
| 146 |
+
0.3037652428944906,
|
| 147 |
+
0.29553929815292357,
|
| 148 |
+
0.29186196756362914,
|
| 149 |
+
0.2842706059296926,
|
| 150 |
+
0.27971814630826314,
|
| 151 |
+
0.27542511336008707,
|
| 152 |
+
0.2731641436258952,
|
| 153 |
+
0.2706481461207072,
|
| 154 |
+
0.27011345543861387,
|
| 155 |
+
0.26870557872454326,
|
| 156 |
+
0.2687701708316803
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/20250817-041219/manifest.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"T-shirt/top",
|
| 4 |
+
"Trouser",
|
| 5 |
+
"Pullover",
|
| 6 |
+
"Dress",
|
| 7 |
+
"Coat",
|
| 8 |
+
"Sandal",
|
| 9 |
+
"Shirt",
|
| 10 |
+
"Sneaker",
|
| 11 |
+
"Bag",
|
| 12 |
+
"Ankle boot"
|
| 13 |
+
],
|
| 14 |
+
"dataset_name": "FashionMNIST",
|
| 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.9249
|
| 39 |
+
},
|
| 40 |
+
"subdirectory": "pentachora-adaptive-encoded/20250817-041219",
|
| 41 |
+
"timestamp": "20250817-041219"
|
| 42 |
+
}
|
pentachora-adaptive-encoded/20250817-041219/tensorboard/events.out.tfevents.1755403689.be8619c33324.2087.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c99208fb5e8e6f6bd6b0ce94f231293604f1c6622d77942e0b0baf1cb3c747ff
|
| 3 |
+
size 8595
|
pentachora-adaptive-encoded/20250817-041219/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df68e94b02b2c0e21d41e7a73a679d9413964a669d4bc32a441f83e713ae210d
|
| 3 |
+
size 3247
|
pentachora-adaptive-encoded/20250817-041219/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40cfc1c8560c4e1ffa1c2e316dd4af78d86b2815dab2988a066ae6e042b352bb
|
| 3 |
+
size 1210316
|
pentachora-adaptive-encoded/20250817-041219/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42a62399dd8bb720ac87ae2c7781c92a8b1c5a6fcce88921186e3b374cbd096e
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/20250817-041219/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:456fa88171a41e0e52f94b523b4cb0b57efecc3bba70f05e6d3367e3c8d16f44
|
| 3 |
+
size 9098220
|