Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/README.md +13 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/best_confusion_matrix_epoch_46.png +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/config.json +15 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/debug.txt +8 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/history.csv +51 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/history.json +158 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/manifest.json +41 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/tensorboard/events.out.tfevents.1755408242.be8619c33324.23595.4 +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-053014/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ pentachora-adaptive-encoded/EMNIST/20250817-043055/best_confusion_matrix_epoch_4
|
|
| 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
|
| 40 |
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/best_confusion_matrix_epoch_46.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
|
| 40 |
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/best_confusion_matrix_epoch_46.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
pentachora-adaptive-encoded/PathMNIST/20250817-053014/best_confusion_matrix_epoch_46.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-053014
|
| 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/PathMNIST/20250817-053014/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/best_confusion_matrix_epoch_46.png
ADDED
|
Git LFS Details
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/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": 9,
|
| 11 |
+
"num_heads": 4,
|
| 12 |
+
"num_pentachoron_pairs": 2,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-053014
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 2270024
|
| 6 |
+
Constellation params: 304199
|
| 7 |
+
Diagnostic head params: 33281
|
| 8 |
+
Best test accuracy: 0.762256
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,23.20966831344123,0.366682963687275,0.117966573816156
|
| 3 |
+
2,1.698602230174048,0.5179674652206765,0.16754874651810586
|
| 4 |
+
3,1.5418002885248117,0.5706586959420419,0.27618384401114204
|
| 5 |
+
4,1.544682750961951,0.5781034712653895,0.3850974930362117
|
| 6 |
+
5,1.4087246758465535,0.6259500422240989,0.3084958217270195
|
| 7 |
+
6,1.2774616196142938,0.6774078847948798,0.23718662952646238
|
| 8 |
+
7,1.1810800868715994,0.7155540246233166,0.4020891364902507
|
| 9 |
+
8,1.1011702006454176,0.7439663985066003,0.28259052924791084
|
| 10 |
+
9,1.0575306791428212,0.7611449397751011,0.4232590529247911
|
| 11 |
+
10,1.0024994506937244,0.7809124849993333,0.34735376044568245
|
| 12 |
+
11,0.9471585914195233,0.7988688386150495,0.3041782729805014
|
| 13 |
+
12,0.9144699674690293,0.8096359838215031,0.15278551532033427
|
| 14 |
+
13,0.8715503936084336,0.8227143428596827,0.5036211699164346
|
| 15 |
+
14,0.836972284369471,0.8295035334903773,0.27019498607242337
|
| 16 |
+
15,0.8084856268405766,0.8377594559758211,0.2704735376044568
|
| 17 |
+
16,0.7792206514283834,0.8458375927819014,0.26880222841225626
|
| 18 |
+
17,0.7670613342992221,0.8495933152584559,0.3997214484679666
|
| 19 |
+
18,0.7413374110721864,0.8564602871238721,0.4002785515320334
|
| 20 |
+
19,0.7127835939256788,0.8640828481265834,0.283983286908078
|
| 21 |
+
20,0.700618940407162,0.8659940441797414,0.3937325905292479
|
| 22 |
+
21,0.6847894471896225,0.871672074314414,0.5922005571030641
|
| 23 |
+
22,0.6630693224198162,0.8776278945730921,0.3635097493036212
|
| 24 |
+
23,0.6524438238116369,0.8798724387750567,0.4396935933147632
|
| 25 |
+
24,0.6426498472619053,0.8825058891506289,0.49345403899721446
|
| 26 |
+
25,0.6302249129202436,0.8845948708831504,0.5788300835654596
|
| 27 |
+
26,0.6156363945451544,0.8905173563269478,0.44721448467966574
|
| 28 |
+
27,0.5948645257013068,0.8964065069558647,0.6534818941504178
|
| 29 |
+
28,0.5881191926896029,0.8977621227610116,0.39721448467966575
|
| 30 |
+
29,0.5731551230888938,0.901106715854038,0.566016713091922
|
| 31 |
+
30,0.5590967121794624,0.9057402551224499,0.401949860724234
|
| 32 |
+
31,0.5464093529535371,0.9086403840170674,0.38454038997214485
|
| 33 |
+
32,0.5331347769586514,0.9127850126672297,0.4381615598885794
|
| 34 |
+
33,0.525649157215359,0.9142850793368594,0.48844011142061283
|
| 35 |
+
34,0.5112728238678004,0.9186408284812658,0.4909470752089137
|
| 36 |
+
35,0.49172050351857916,0.924996666518512,0.29011142061281336
|
| 37 |
+
36,0.48250760769408524,0.9271078714609539,0.7112813370473537
|
| 38 |
+
37,0.4688206753750272,0.9306191386283835,0.4959610027855153
|
| 39 |
+
38,0.45972387770228007,0.9336526067825237,0.704874651810585
|
| 40 |
+
39,0.44374446234356973,0.9385639361749412,0.715041782729805
|
| 41 |
+
40,0.43406484628832126,0.9411529401306725,0.7069637883008356
|
| 42 |
+
41,0.4220370702030574,0.9447197653229032,0.6508356545961003
|
| 43 |
+
42,0.41124959792252186,0.9480421352060091,0.7614206128133705
|
| 44 |
+
43,0.4005169528561956,0.9509978221254278,0.6958217270194986
|
| 45 |
+
44,0.3948980418622396,0.9529979110182675,0.6798050139275766
|
| 46 |
+
45,0.38622806533754517,0.9546757633672608,0.727158774373259
|
| 47 |
+
46,0.38234333966518963,0.9569647539890662,0.7622562674094707
|
| 48 |
+
47,0.37568172661589166,0.9576981199164407,0.7268802228412257
|
| 49 |
+
48,0.3737481380469047,0.9590092893017468,0.7444289693593314
|
| 50 |
+
49,0.3729176310278203,0.9595093115249567,0.7448467966573816
|
| 51 |
+
50,0.3689380815807589,0.959731543624161,0.7463788300835654
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.117966573816156,
|
| 4 |
+
0.16754874651810586,
|
| 5 |
+
0.27618384401114204,
|
| 6 |
+
0.3850974930362117,
|
| 7 |
+
0.3084958217270195,
|
| 8 |
+
0.23718662952646238,
|
| 9 |
+
0.4020891364902507,
|
| 10 |
+
0.28259052924791084,
|
| 11 |
+
0.4232590529247911,
|
| 12 |
+
0.34735376044568245,
|
| 13 |
+
0.3041782729805014,
|
| 14 |
+
0.15278551532033427,
|
| 15 |
+
0.5036211699164346,
|
| 16 |
+
0.27019498607242337,
|
| 17 |
+
0.2704735376044568,
|
| 18 |
+
0.26880222841225626,
|
| 19 |
+
0.3997214484679666,
|
| 20 |
+
0.4002785515320334,
|
| 21 |
+
0.283983286908078,
|
| 22 |
+
0.3937325905292479,
|
| 23 |
+
0.5922005571030641,
|
| 24 |
+
0.3635097493036212,
|
| 25 |
+
0.4396935933147632,
|
| 26 |
+
0.49345403899721446,
|
| 27 |
+
0.5788300835654596,
|
| 28 |
+
0.44721448467966574,
|
| 29 |
+
0.6534818941504178,
|
| 30 |
+
0.39721448467966575,
|
| 31 |
+
0.566016713091922,
|
| 32 |
+
0.401949860724234,
|
| 33 |
+
0.38454038997214485,
|
| 34 |
+
0.4381615598885794,
|
| 35 |
+
0.48844011142061283,
|
| 36 |
+
0.4909470752089137,
|
| 37 |
+
0.29011142061281336,
|
| 38 |
+
0.7112813370473537,
|
| 39 |
+
0.4959610027855153,
|
| 40 |
+
0.704874651810585,
|
| 41 |
+
0.715041782729805,
|
| 42 |
+
0.7069637883008356,
|
| 43 |
+
0.6508356545961003,
|
| 44 |
+
0.7614206128133705,
|
| 45 |
+
0.6958217270194986,
|
| 46 |
+
0.6798050139275766,
|
| 47 |
+
0.727158774373259,
|
| 48 |
+
0.7622562674094707,
|
| 49 |
+
0.7268802228412257,
|
| 50 |
+
0.7444289693593314,
|
| 51 |
+
0.7448467966573816,
|
| 52 |
+
0.7463788300835654
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.366682963687275,
|
| 56 |
+
0.5179674652206765,
|
| 57 |
+
0.5706586959420419,
|
| 58 |
+
0.5781034712653895,
|
| 59 |
+
0.6259500422240989,
|
| 60 |
+
0.6774078847948798,
|
| 61 |
+
0.7155540246233166,
|
| 62 |
+
0.7439663985066003,
|
| 63 |
+
0.7611449397751011,
|
| 64 |
+
0.7809124849993333,
|
| 65 |
+
0.7988688386150495,
|
| 66 |
+
0.8096359838215031,
|
| 67 |
+
0.8227143428596827,
|
| 68 |
+
0.8295035334903773,
|
| 69 |
+
0.8377594559758211,
|
| 70 |
+
0.8458375927819014,
|
| 71 |
+
0.8495933152584559,
|
| 72 |
+
0.8564602871238721,
|
| 73 |
+
0.8640828481265834,
|
| 74 |
+
0.8659940441797414,
|
| 75 |
+
0.871672074314414,
|
| 76 |
+
0.8776278945730921,
|
| 77 |
+
0.8798724387750567,
|
| 78 |
+
0.8825058891506289,
|
| 79 |
+
0.8845948708831504,
|
| 80 |
+
0.8905173563269478,
|
| 81 |
+
0.8964065069558647,
|
| 82 |
+
0.8977621227610116,
|
| 83 |
+
0.901106715854038,
|
| 84 |
+
0.9057402551224499,
|
| 85 |
+
0.9086403840170674,
|
| 86 |
+
0.9127850126672297,
|
| 87 |
+
0.9142850793368594,
|
| 88 |
+
0.9186408284812658,
|
| 89 |
+
0.924996666518512,
|
| 90 |
+
0.9271078714609539,
|
| 91 |
+
0.9306191386283835,
|
| 92 |
+
0.9336526067825237,
|
| 93 |
+
0.9385639361749412,
|
| 94 |
+
0.9411529401306725,
|
| 95 |
+
0.9447197653229032,
|
| 96 |
+
0.9480421352060091,
|
| 97 |
+
0.9509978221254278,
|
| 98 |
+
0.9529979110182675,
|
| 99 |
+
0.9546757633672608,
|
| 100 |
+
0.9569647539890662,
|
| 101 |
+
0.9576981199164407,
|
| 102 |
+
0.9590092893017468,
|
| 103 |
+
0.9595093115249567,
|
| 104 |
+
0.959731543624161
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
23.20966831344123,
|
| 108 |
+
1.698602230174048,
|
| 109 |
+
1.5418002885248117,
|
| 110 |
+
1.544682750961951,
|
| 111 |
+
1.4087246758465535,
|
| 112 |
+
1.2774616196142938,
|
| 113 |
+
1.1810800868715994,
|
| 114 |
+
1.1011702006454176,
|
| 115 |
+
1.0575306791428212,
|
| 116 |
+
1.0024994506937244,
|
| 117 |
+
0.9471585914195233,
|
| 118 |
+
0.9144699674690293,
|
| 119 |
+
0.8715503936084336,
|
| 120 |
+
0.836972284369471,
|
| 121 |
+
0.8084856268405766,
|
| 122 |
+
0.7792206514283834,
|
| 123 |
+
0.7670613342992221,
|
| 124 |
+
0.7413374110721864,
|
| 125 |
+
0.7127835939256788,
|
| 126 |
+
0.700618940407162,
|
| 127 |
+
0.6847894471896225,
|
| 128 |
+
0.6630693224198162,
|
| 129 |
+
0.6524438238116369,
|
| 130 |
+
0.6426498472619053,
|
| 131 |
+
0.6302249129202436,
|
| 132 |
+
0.6156363945451544,
|
| 133 |
+
0.5948645257013068,
|
| 134 |
+
0.5881191926896029,
|
| 135 |
+
0.5731551230888938,
|
| 136 |
+
0.5590967121794624,
|
| 137 |
+
0.5464093529535371,
|
| 138 |
+
0.5331347769586514,
|
| 139 |
+
0.525649157215359,
|
| 140 |
+
0.5112728238678004,
|
| 141 |
+
0.49172050351857916,
|
| 142 |
+
0.48250760769408524,
|
| 143 |
+
0.4688206753750272,
|
| 144 |
+
0.45972387770228007,
|
| 145 |
+
0.44374446234356973,
|
| 146 |
+
0.43406484628832126,
|
| 147 |
+
0.4220370702030574,
|
| 148 |
+
0.41124959792252186,
|
| 149 |
+
0.4005169528561956,
|
| 150 |
+
0.3948980418622396,
|
| 151 |
+
0.38622806533754517,
|
| 152 |
+
0.38234333966518963,
|
| 153 |
+
0.37568172661589166,
|
| 154 |
+
0.3737481380469047,
|
| 155 |
+
0.3729176310278203,
|
| 156 |
+
0.3689380815807589
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/manifest.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"adipose",
|
| 4 |
+
"background",
|
| 5 |
+
"debris",
|
| 6 |
+
"lymphocytes",
|
| 7 |
+
"mucus",
|
| 8 |
+
"smooth muscle",
|
| 9 |
+
"normal colon mucosa",
|
| 10 |
+
"cancer-associated stroma",
|
| 11 |
+
"colorectal adenocarcinoma epithelium"
|
| 12 |
+
],
|
| 13 |
+
"dataset_name": "PathMNIST",
|
| 14 |
+
"environment": {
|
| 15 |
+
"cpu_count": 8,
|
| 16 |
+
"cuda_available": true,
|
| 17 |
+
"cuda_device": "Tesla T4",
|
| 18 |
+
"memory_gb": 50.99,
|
| 19 |
+
"platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
|
| 20 |
+
"python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]",
|
| 21 |
+
"torch": "2.6.0+cu124"
|
| 22 |
+
},
|
| 23 |
+
"models": {
|
| 24 |
+
"constellation": {
|
| 25 |
+
"params": 304199
|
| 26 |
+
},
|
| 27 |
+
"diagnostic_head": {
|
| 28 |
+
"params": 33281
|
| 29 |
+
},
|
| 30 |
+
"encoder": {
|
| 31 |
+
"params": 2270024
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"num_classes": 9,
|
| 35 |
+
"repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 36 |
+
"results": {
|
| 37 |
+
"best_test_accuracy": 0.7622562674094707
|
| 38 |
+
},
|
| 39 |
+
"subdirectory": "pentachora-adaptive-encoded/PathMNIST/20250817-053014",
|
| 40 |
+
"timestamp": "20250817-053014"
|
| 41 |
+
}
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/tensorboard/events.out.tfevents.1755408242.be8619c33324.23595.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a42b8cbaaa2ceca9b09118701f32806879fd7fe63e4b689d6fcf1b169e48ed6
|
| 3 |
+
size 8776
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:630731a671d594af96065f556257f5cf067c07dcd9dbb9d15d5f368a7a94d76a
|
| 3 |
+
size 3317
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b10063d278e0b847466220139a61c81b6520ad7d5be14da46463854174ea996a
|
| 3 |
+
size 1219868
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fff2b52840cefce3b78e115854907e0e0a5c7e515b8cf9a4e3b6cb350893c94
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/PathMNIST/20250817-053014/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e3ad628e65b0d3491179678850752098ae451847fb3c72e729cbef93c763fb2
|
| 3 |
+
size 9098220
|