Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/README.md +13 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/best_confusion_matrix_epoch_43.png +3 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/config.json +15 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/debug.txt +8 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/history.csv +51 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/history.json +158 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/manifest.json +42 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/tensorboard/events.out.tfevents.1755405733.be8619c33324.7014.4 +3 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/QMNIST/20250817-044901/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* 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
|
| 37 |
pentachora-adaptive-encoded/EMNIST/20250817-043055/best_confusion_matrix_epoch_44.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
pentachora-adaptive-encoded/KMNIST/20250817-043743/best_confusion_matrix_epoch_39.png 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
|
| 37 |
pentachora-adaptive-encoded/EMNIST/20250817-043055/best_confusion_matrix_epoch_44.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
pentachora-adaptive-encoded/KMNIST/20250817-043743/best_confusion_matrix_epoch_39.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
pentachora-adaptive-encoded/QMNIST/20250817-044901/best_confusion_matrix_epoch_43.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-044901
|
| 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/QMNIST/20250817-044901/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/best_confusion_matrix_epoch_43.png
ADDED
|
Git LFS Details
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/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/QMNIST/20250817-044901/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-044901
|
| 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.990633
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,73.53313262780507,0.6591666666666667,0.6706166666666666
|
| 3 |
+
2,1.329321851539612,0.9244,0.92335
|
| 4 |
+
3,0.5490966855684917,0.9653666666666667,0.9576166666666667
|
| 5 |
+
4,0.43888140772183737,0.9783666666666667,0.97605
|
| 6 |
+
5,0.36039345747629803,0.9830333333333333,0.9676833333333333
|
| 7 |
+
6,0.31620667684872944,0.9849333333333333,0.9810333333333333
|
| 8 |
+
7,0.29174921875,0.9871333333333333,0.9798666666666667
|
| 9 |
+
8,0.28155864974657696,0.9880833333333333,0.98
|
| 10 |
+
9,0.2742105076789856,0.9890166666666667,0.9828333333333333
|
| 11 |
+
10,0.2676560307820638,0.9905,0.9795166666666667
|
| 12 |
+
11,0.26450553332964577,0.9908666666666667,0.9796333333333334
|
| 13 |
+
12,0.25704486320813497,0.9919833333333333,0.9871333333333333
|
| 14 |
+
13,0.25260037326812745,0.9930833333333333,0.9873
|
| 15 |
+
14,0.2520584322293599,0.9930166666666667,0.9873166666666666
|
| 16 |
+
15,0.24545384498437245,0.9932666666666666,0.9857
|
| 17 |
+
16,0.25090939000447593,0.9924833333333334,0.9836833333333334
|
| 18 |
+
17,0.24653724002838134,0.9937,0.9875
|
| 19 |
+
18,0.2370009667158127,0.9952166666666666,0.9886666666666667
|
| 20 |
+
19,0.23508259313106536,0.9952833333333333,0.98465
|
| 21 |
+
20,0.235832577141126,0.99535,0.9886666666666667
|
| 22 |
+
21,0.2324125159184138,0.9959333333333333,0.9873666666666666
|
| 23 |
+
22,0.22948369945685068,0.9961,0.9876
|
| 24 |
+
23,0.22648180474440258,0.9962,0.9886
|
| 25 |
+
24,0.22949914025465648,0.99625,0.989
|
| 26 |
+
25,0.2239999395449956,0.9971666666666666,0.9889166666666667
|
| 27 |
+
26,0.22364180585543314,0.9971,0.98905
|
| 28 |
+
27,0.22149008996486663,0.9976666666666667,0.9892333333333333
|
| 29 |
+
28,0.21801098204453787,0.9981166666666667,0.98995
|
| 30 |
+
29,0.2180773648341497,0.99805,0.9901
|
| 31 |
+
30,0.21797731782595317,0.9981833333333333,0.98815
|
| 32 |
+
31,0.2172953028599421,0.9982166666666666,0.98925
|
| 33 |
+
32,0.21877744639714558,0.9980833333333333,0.98865
|
| 34 |
+
33,0.21609073214530944,0.99865,0.9898333333333333
|
| 35 |
+
34,0.2139943457921346,0.99925,0.9901166666666666
|
| 36 |
+
35,0.2129316745996475,0.9990666666666667,0.9895333333333334
|
| 37 |
+
36,0.2130266294558843,0.9990666666666667,0.99
|
| 38 |
+
37,0.21150343136787414,0.9994166666666666,0.9905333333333334
|
| 39 |
+
38,0.21078019042809804,0.9994333333333333,0.9905166666666667
|
| 40 |
+
39,0.21050996612707773,0.9995166666666667,0.9902166666666666
|
| 41 |
+
40,0.21002667936484018,0.9995666666666667,0.9901166666666666
|
| 42 |
+
41,0.21018367912769317,0.9995,0.99045
|
| 43 |
+
42,0.20934101465543112,0.9994333333333333,0.9904166666666666
|
| 44 |
+
43,0.20900158495108287,0.99945,0.9906333333333334
|
| 45 |
+
44,0.2085868127902349,0.9995833333333334,0.9905666666666667
|
| 46 |
+
45,0.208435204911232,0.9995666666666667,0.99055
|
| 47 |
+
46,0.2080083202123642,0.99965,0.99055
|
| 48 |
+
47,0.20761883362929026,0.99975,0.9905666666666667
|
| 49 |
+
48,0.20785410532156626,0.9995666666666667,0.9906
|
| 50 |
+
49,0.2075846124569575,0.9995833333333334,0.99055
|
| 51 |
+
50,0.20773819247086842,0.9996,0.9906166666666667
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.6706166666666666,
|
| 4 |
+
0.92335,
|
| 5 |
+
0.9576166666666667,
|
| 6 |
+
0.97605,
|
| 7 |
+
0.9676833333333333,
|
| 8 |
+
0.9810333333333333,
|
| 9 |
+
0.9798666666666667,
|
| 10 |
+
0.98,
|
| 11 |
+
0.9828333333333333,
|
| 12 |
+
0.9795166666666667,
|
| 13 |
+
0.9796333333333334,
|
| 14 |
+
0.9871333333333333,
|
| 15 |
+
0.9873,
|
| 16 |
+
0.9873166666666666,
|
| 17 |
+
0.9857,
|
| 18 |
+
0.9836833333333334,
|
| 19 |
+
0.9875,
|
| 20 |
+
0.9886666666666667,
|
| 21 |
+
0.98465,
|
| 22 |
+
0.9886666666666667,
|
| 23 |
+
0.9873666666666666,
|
| 24 |
+
0.9876,
|
| 25 |
+
0.9886,
|
| 26 |
+
0.989,
|
| 27 |
+
0.9889166666666667,
|
| 28 |
+
0.98905,
|
| 29 |
+
0.9892333333333333,
|
| 30 |
+
0.98995,
|
| 31 |
+
0.9901,
|
| 32 |
+
0.98815,
|
| 33 |
+
0.98925,
|
| 34 |
+
0.98865,
|
| 35 |
+
0.9898333333333333,
|
| 36 |
+
0.9901166666666666,
|
| 37 |
+
0.9895333333333334,
|
| 38 |
+
0.99,
|
| 39 |
+
0.9905333333333334,
|
| 40 |
+
0.9905166666666667,
|
| 41 |
+
0.9902166666666666,
|
| 42 |
+
0.9901166666666666,
|
| 43 |
+
0.99045,
|
| 44 |
+
0.9904166666666666,
|
| 45 |
+
0.9906333333333334,
|
| 46 |
+
0.9905666666666667,
|
| 47 |
+
0.99055,
|
| 48 |
+
0.99055,
|
| 49 |
+
0.9905666666666667,
|
| 50 |
+
0.9906,
|
| 51 |
+
0.99055,
|
| 52 |
+
0.9906166666666667
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.6591666666666667,
|
| 56 |
+
0.9244,
|
| 57 |
+
0.9653666666666667,
|
| 58 |
+
0.9783666666666667,
|
| 59 |
+
0.9830333333333333,
|
| 60 |
+
0.9849333333333333,
|
| 61 |
+
0.9871333333333333,
|
| 62 |
+
0.9880833333333333,
|
| 63 |
+
0.9890166666666667,
|
| 64 |
+
0.9905,
|
| 65 |
+
0.9908666666666667,
|
| 66 |
+
0.9919833333333333,
|
| 67 |
+
0.9930833333333333,
|
| 68 |
+
0.9930166666666667,
|
| 69 |
+
0.9932666666666666,
|
| 70 |
+
0.9924833333333334,
|
| 71 |
+
0.9937,
|
| 72 |
+
0.9952166666666666,
|
| 73 |
+
0.9952833333333333,
|
| 74 |
+
0.99535,
|
| 75 |
+
0.9959333333333333,
|
| 76 |
+
0.9961,
|
| 77 |
+
0.9962,
|
| 78 |
+
0.99625,
|
| 79 |
+
0.9971666666666666,
|
| 80 |
+
0.9971,
|
| 81 |
+
0.9976666666666667,
|
| 82 |
+
0.9981166666666667,
|
| 83 |
+
0.99805,
|
| 84 |
+
0.9981833333333333,
|
| 85 |
+
0.9982166666666666,
|
| 86 |
+
0.9980833333333333,
|
| 87 |
+
0.99865,
|
| 88 |
+
0.99925,
|
| 89 |
+
0.9990666666666667,
|
| 90 |
+
0.9990666666666667,
|
| 91 |
+
0.9994166666666666,
|
| 92 |
+
0.9994333333333333,
|
| 93 |
+
0.9995166666666667,
|
| 94 |
+
0.9995666666666667,
|
| 95 |
+
0.9995,
|
| 96 |
+
0.9994333333333333,
|
| 97 |
+
0.99945,
|
| 98 |
+
0.9995833333333334,
|
| 99 |
+
0.9995666666666667,
|
| 100 |
+
0.99965,
|
| 101 |
+
0.99975,
|
| 102 |
+
0.9995666666666667,
|
| 103 |
+
0.9995833333333334,
|
| 104 |
+
0.9996
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
73.53313262780507,
|
| 108 |
+
1.329321851539612,
|
| 109 |
+
0.5490966855684917,
|
| 110 |
+
0.43888140772183737,
|
| 111 |
+
0.36039345747629803,
|
| 112 |
+
0.31620667684872944,
|
| 113 |
+
0.29174921875,
|
| 114 |
+
0.28155864974657696,
|
| 115 |
+
0.2742105076789856,
|
| 116 |
+
0.2676560307820638,
|
| 117 |
+
0.26450553332964577,
|
| 118 |
+
0.25704486320813497,
|
| 119 |
+
0.25260037326812745,
|
| 120 |
+
0.2520584322293599,
|
| 121 |
+
0.24545384498437245,
|
| 122 |
+
0.25090939000447593,
|
| 123 |
+
0.24653724002838134,
|
| 124 |
+
0.2370009667158127,
|
| 125 |
+
0.23508259313106536,
|
| 126 |
+
0.235832577141126,
|
| 127 |
+
0.2324125159184138,
|
| 128 |
+
0.22948369945685068,
|
| 129 |
+
0.22648180474440258,
|
| 130 |
+
0.22949914025465648,
|
| 131 |
+
0.2239999395449956,
|
| 132 |
+
0.22364180585543314,
|
| 133 |
+
0.22149008996486663,
|
| 134 |
+
0.21801098204453787,
|
| 135 |
+
0.2180773648341497,
|
| 136 |
+
0.21797731782595317,
|
| 137 |
+
0.2172953028599421,
|
| 138 |
+
0.21877744639714558,
|
| 139 |
+
0.21609073214530944,
|
| 140 |
+
0.2139943457921346,
|
| 141 |
+
0.2129316745996475,
|
| 142 |
+
0.2130266294558843,
|
| 143 |
+
0.21150343136787414,
|
| 144 |
+
0.21078019042809804,
|
| 145 |
+
0.21050996612707773,
|
| 146 |
+
0.21002667936484018,
|
| 147 |
+
0.21018367912769317,
|
| 148 |
+
0.20934101465543112,
|
| 149 |
+
0.20900158495108287,
|
| 150 |
+
0.2085868127902349,
|
| 151 |
+
0.208435204911232,
|
| 152 |
+
0.2080083202123642,
|
| 153 |
+
0.20761883362929026,
|
| 154 |
+
0.20785410532156626,
|
| 155 |
+
0.2075846124569575,
|
| 156 |
+
0.20773819247086842
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/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": "QMNIST",
|
| 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.9906333333333334
|
| 39 |
+
},
|
| 40 |
+
"subdirectory": "pentachora-adaptive-encoded/QMNIST/20250817-044901",
|
| 41 |
+
"timestamp": "20250817-044901"
|
| 42 |
+
}
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/tensorboard/events.out.tfevents.1755405733.be8619c33324.7014.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81daed9be5089d08783bc02db684440241b1124ef3c91960f824b53488434bea
|
| 3 |
+
size 7871
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82e486cd6a86de9046d1d0dbc6c9e234a18d11253d8fbda3cef33a8bc98ab6ec
|
| 3 |
+
size 2987
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d7a568c22059b0a052238273e78602192f1690c5683d624740b7934c0e04e0f
|
| 3 |
+
size 1210316
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9a06cb41ea8ae024f17b8d302a54e5a7875577657b3d756fe211496789ee27b
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/QMNIST/20250817-044901/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b712eea785c422c2371b2aae54437d04a80235edc8696274977074b35cd260b7
|
| 3 |
+
size 9098220
|