Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/README.md +13 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/best_confusion_matrix_epoch_46.png +3 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/config.json +15 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/debug.txt +8 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/history.csv +51 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/history.json +158 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/manifest.json +40 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/tensorboard/events.out.tfevents.1755407348.be8619c33324.23595.3 +3 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/BloodMNIST/20250817-051038/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ pentachora-adaptive-encoded/20250817-041219/best_confusion_matrix_epoch_47.png f
|
|
| 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
|
|
|
|
|
|
| 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
|
| 40 |
+
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/best_confusion_matrix_epoch_46.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-051038
|
| 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/BloodMNIST/20250817-051038/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/best_confusion_matrix_epoch_46.png
ADDED
|
Git LFS Details
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/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": 8,
|
| 11 |
+
"num_heads": 4,
|
| 12 |
+
"num_pentachoron_pairs": 2,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-051038
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 2270024
|
| 6 |
+
Constellation params: 303833
|
| 7 |
+
Diagnostic head params: 33281
|
| 8 |
+
Best test accuracy: 0.887460
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,28.548830239766218,0.195334058031608,0.1373867290266004
|
| 3 |
+
2,5.206543678483373,0.4506229617861025,0.1581408944752996
|
| 4 |
+
3,3.8840068870587974,0.5485408478969813,0.36246711487869043
|
| 5 |
+
4,1.606019357333505,0.5994648381971737,0.3911137094416837
|
| 6 |
+
5,1.4457943910678819,0.6294004515427711,0.6141479099678456
|
| 7 |
+
6,1.3675827669234109,0.6491345430219918,0.6463022508038585
|
| 8 |
+
7,1.3377324823292913,0.6710427293251944,0.6395790704472376
|
| 9 |
+
8,1.3077365405304953,0.6755581570365415,0.6767027185033616
|
| 10 |
+
9,1.244186197219161,0.7092566268082615,0.6945337620578779
|
| 11 |
+
10,1.2239752386373683,0.7168659586921984,0.12452499269219526
|
| 12 |
+
11,1.1803061294559651,0.7353457646960448,0.16924875767319497
|
| 13 |
+
12,1.1168057465993877,0.7636926164395016,0.16924875767319497
|
| 14 |
+
13,1.1157615684886792,0.7576720461577054,0.16924875767319497
|
| 15 |
+
14,1.0802394439368874,0.7708838531649803,0.2604501607717042
|
| 16 |
+
15,1.0322650729867267,0.7894472782005184,0.17012569424144988
|
| 17 |
+
16,1.0102461252795463,0.7914541349611172,0.16924875767319497
|
| 18 |
+
17,0.9745081811956423,0.8042478468099339,0.16924875767319497
|
| 19 |
+
18,0.9608861961754701,0.806171084538841,0.6591639871382636
|
| 20 |
+
19,0.9234560000347208,0.8189647963876578,0.6489330605086232
|
| 21 |
+
20,0.8893723931387522,0.8288318421272681,0.16924875767319497
|
| 22 |
+
21,0.8769245328228553,0.8244836524793043,0.16924875767319497
|
| 23 |
+
22,0.8632754907379562,0.8284137469688101,0.16924875767319497
|
| 24 |
+
23,0.8522881708851685,0.8367756501379714,0.16924875767319497
|
| 25 |
+
24,0.818322129727646,0.8455556484655907,0.16924875767319497
|
| 26 |
+
25,0.8084758595535514,0.8472280290994231,0.16924875767319497
|
| 27 |
+
26,0.7883658692812638,0.8565933606488837,0.5244080678164279
|
| 28 |
+
27,0.7745754247086932,0.8560080274270424,0.5507161648640748
|
| 29 |
+
28,0.7634630984900757,0.8598545028848565,0.7886582870505701
|
| 30 |
+
29,0.748250746469811,0.8668785015469521,0.6153171587255188
|
| 31 |
+
30,0.7551540787557524,0.8618613596454553,0.7874890382928968
|
| 32 |
+
31,0.7267032077214981,0.8684672631490927,0.8173048816135633
|
| 33 |
+
32,0.7001187747233946,0.877916213730245,0.8000584624378837
|
| 34 |
+
33,0.6929737445512477,0.8794213563006941,0.8702133878982754
|
| 35 |
+
34,0.6827480158774747,0.8824316414415921,0.8401052323881906
|
| 36 |
+
35,0.6583005075012525,0.8926331633079689,0.8079508915521777
|
| 37 |
+
36,0.6571037007949156,0.8914624968642864,0.8383513592516808
|
| 38 |
+
37,0.6378960553963194,0.8965632577974747,0.8269511838643672
|
| 39 |
+
38,0.6201454222287031,0.9001588761602141,0.8702133878982754
|
| 40 |
+
39,0.6206019537805145,0.897566686177774,0.8760596316866414
|
| 41 |
+
40,0.6019790932799035,0.9056777322518605,0.8275358082432037
|
| 42 |
+
41,0.6025005921799957,0.904925160966636,0.8643671441099093
|
| 43 |
+
42,0.5855193756846583,0.9070992557906179,0.8605670856474715
|
| 44 |
+
43,0.5983529354090754,0.9078518270758424,0.8819058754750073
|
| 45 |
+
44,0.5726230510083197,0.9121163976921147,0.8602747734580533
|
| 46 |
+
45,0.5741528045005728,0.9120327786604231,0.8859982461268635
|
| 47 |
+
46,0.556229109548388,0.9212308721465006,0.887459807073955
|
| 48 |
+
47,0.5655619832562089,0.9142068734844051,0.8854136217480268
|
| 49 |
+
48,0.556667141705435,0.920060205702818,0.8871674948845367
|
| 50 |
+
49,0.5539786435607006,0.921565348273267,0.8857059339374452
|
| 51 |
+
50,0.5658383619098503,0.9157120160548541,0.8848289973691903
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.1373867290266004,
|
| 4 |
+
0.1581408944752996,
|
| 5 |
+
0.36246711487869043,
|
| 6 |
+
0.3911137094416837,
|
| 7 |
+
0.6141479099678456,
|
| 8 |
+
0.6463022508038585,
|
| 9 |
+
0.6395790704472376,
|
| 10 |
+
0.6767027185033616,
|
| 11 |
+
0.6945337620578779,
|
| 12 |
+
0.12452499269219526,
|
| 13 |
+
0.16924875767319497,
|
| 14 |
+
0.16924875767319497,
|
| 15 |
+
0.16924875767319497,
|
| 16 |
+
0.2604501607717042,
|
| 17 |
+
0.17012569424144988,
|
| 18 |
+
0.16924875767319497,
|
| 19 |
+
0.16924875767319497,
|
| 20 |
+
0.6591639871382636,
|
| 21 |
+
0.6489330605086232,
|
| 22 |
+
0.16924875767319497,
|
| 23 |
+
0.16924875767319497,
|
| 24 |
+
0.16924875767319497,
|
| 25 |
+
0.16924875767319497,
|
| 26 |
+
0.16924875767319497,
|
| 27 |
+
0.16924875767319497,
|
| 28 |
+
0.5244080678164279,
|
| 29 |
+
0.5507161648640748,
|
| 30 |
+
0.7886582870505701,
|
| 31 |
+
0.6153171587255188,
|
| 32 |
+
0.7874890382928968,
|
| 33 |
+
0.8173048816135633,
|
| 34 |
+
0.8000584624378837,
|
| 35 |
+
0.8702133878982754,
|
| 36 |
+
0.8401052323881906,
|
| 37 |
+
0.8079508915521777,
|
| 38 |
+
0.8383513592516808,
|
| 39 |
+
0.8269511838643672,
|
| 40 |
+
0.8702133878982754,
|
| 41 |
+
0.8760596316866414,
|
| 42 |
+
0.8275358082432037,
|
| 43 |
+
0.8643671441099093,
|
| 44 |
+
0.8605670856474715,
|
| 45 |
+
0.8819058754750073,
|
| 46 |
+
0.8602747734580533,
|
| 47 |
+
0.8859982461268635,
|
| 48 |
+
0.887459807073955,
|
| 49 |
+
0.8854136217480268,
|
| 50 |
+
0.8871674948845367,
|
| 51 |
+
0.8857059339374452,
|
| 52 |
+
0.8848289973691903
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.195334058031608,
|
| 56 |
+
0.4506229617861025,
|
| 57 |
+
0.5485408478969813,
|
| 58 |
+
0.5994648381971737,
|
| 59 |
+
0.6294004515427711,
|
| 60 |
+
0.6491345430219918,
|
| 61 |
+
0.6710427293251944,
|
| 62 |
+
0.6755581570365415,
|
| 63 |
+
0.7092566268082615,
|
| 64 |
+
0.7168659586921984,
|
| 65 |
+
0.7353457646960448,
|
| 66 |
+
0.7636926164395016,
|
| 67 |
+
0.7576720461577054,
|
| 68 |
+
0.7708838531649803,
|
| 69 |
+
0.7894472782005184,
|
| 70 |
+
0.7914541349611172,
|
| 71 |
+
0.8042478468099339,
|
| 72 |
+
0.806171084538841,
|
| 73 |
+
0.8189647963876578,
|
| 74 |
+
0.8288318421272681,
|
| 75 |
+
0.8244836524793043,
|
| 76 |
+
0.8284137469688101,
|
| 77 |
+
0.8367756501379714,
|
| 78 |
+
0.8455556484655907,
|
| 79 |
+
0.8472280290994231,
|
| 80 |
+
0.8565933606488837,
|
| 81 |
+
0.8560080274270424,
|
| 82 |
+
0.8598545028848565,
|
| 83 |
+
0.8668785015469521,
|
| 84 |
+
0.8618613596454553,
|
| 85 |
+
0.8684672631490927,
|
| 86 |
+
0.877916213730245,
|
| 87 |
+
0.8794213563006941,
|
| 88 |
+
0.8824316414415921,
|
| 89 |
+
0.8926331633079689,
|
| 90 |
+
0.8914624968642864,
|
| 91 |
+
0.8965632577974747,
|
| 92 |
+
0.9001588761602141,
|
| 93 |
+
0.897566686177774,
|
| 94 |
+
0.9056777322518605,
|
| 95 |
+
0.904925160966636,
|
| 96 |
+
0.9070992557906179,
|
| 97 |
+
0.9078518270758424,
|
| 98 |
+
0.9121163976921147,
|
| 99 |
+
0.9120327786604231,
|
| 100 |
+
0.9212308721465006,
|
| 101 |
+
0.9142068734844051,
|
| 102 |
+
0.920060205702818,
|
| 103 |
+
0.921565348273267,
|
| 104 |
+
0.9157120160548541
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
28.548830239766218,
|
| 108 |
+
5.206543678483373,
|
| 109 |
+
3.8840068870587974,
|
| 110 |
+
1.606019357333505,
|
| 111 |
+
1.4457943910678819,
|
| 112 |
+
1.3675827669234109,
|
| 113 |
+
1.3377324823292913,
|
| 114 |
+
1.3077365405304953,
|
| 115 |
+
1.244186197219161,
|
| 116 |
+
1.2239752386373683,
|
| 117 |
+
1.1803061294559651,
|
| 118 |
+
1.1168057465993877,
|
| 119 |
+
1.1157615684886792,
|
| 120 |
+
1.0802394439368874,
|
| 121 |
+
1.0322650729867267,
|
| 122 |
+
1.0102461252795463,
|
| 123 |
+
0.9745081811956423,
|
| 124 |
+
0.9608861961754701,
|
| 125 |
+
0.9234560000347208,
|
| 126 |
+
0.8893723931387522,
|
| 127 |
+
0.8769245328228553,
|
| 128 |
+
0.8632754907379562,
|
| 129 |
+
0.8522881708851685,
|
| 130 |
+
0.818322129727646,
|
| 131 |
+
0.8084758595535514,
|
| 132 |
+
0.7883658692812638,
|
| 133 |
+
0.7745754247086932,
|
| 134 |
+
0.7634630984900757,
|
| 135 |
+
0.748250746469811,
|
| 136 |
+
0.7551540787557524,
|
| 137 |
+
0.7267032077214981,
|
| 138 |
+
0.7001187747233946,
|
| 139 |
+
0.6929737445512477,
|
| 140 |
+
0.6827480158774747,
|
| 141 |
+
0.6583005075012525,
|
| 142 |
+
0.6571037007949156,
|
| 143 |
+
0.6378960553963194,
|
| 144 |
+
0.6201454222287031,
|
| 145 |
+
0.6206019537805145,
|
| 146 |
+
0.6019790932799035,
|
| 147 |
+
0.6025005921799957,
|
| 148 |
+
0.5855193756846583,
|
| 149 |
+
0.5983529354090754,
|
| 150 |
+
0.5726230510083197,
|
| 151 |
+
0.5741528045005728,
|
| 152 |
+
0.556229109548388,
|
| 153 |
+
0.5655619832562089,
|
| 154 |
+
0.556667141705435,
|
| 155 |
+
0.5539786435607006,
|
| 156 |
+
0.5658383619098503
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/manifest.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"basophil",
|
| 4 |
+
"eosinophil",
|
| 5 |
+
"erythroblast",
|
| 6 |
+
"immature granulocytes(myelocytes, metamyelocytes and promyelocytes)",
|
| 7 |
+
"lymphocyte",
|
| 8 |
+
"monocyte",
|
| 9 |
+
"neutrophil",
|
| 10 |
+
"platelet"
|
| 11 |
+
],
|
| 12 |
+
"dataset_name": "BloodMNIST",
|
| 13 |
+
"environment": {
|
| 14 |
+
"cpu_count": 8,
|
| 15 |
+
"cuda_available": true,
|
| 16 |
+
"cuda_device": "Tesla T4",
|
| 17 |
+
"memory_gb": 50.99,
|
| 18 |
+
"platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
|
| 19 |
+
"python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]",
|
| 20 |
+
"torch": "2.6.0+cu124"
|
| 21 |
+
},
|
| 22 |
+
"models": {
|
| 23 |
+
"constellation": {
|
| 24 |
+
"params": 303833
|
| 25 |
+
},
|
| 26 |
+
"diagnostic_head": {
|
| 27 |
+
"params": 33281
|
| 28 |
+
},
|
| 29 |
+
"encoder": {
|
| 30 |
+
"params": 2270024
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"num_classes": 8,
|
| 34 |
+
"repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 35 |
+
"results": {
|
| 36 |
+
"best_test_accuracy": 0.887459807073955
|
| 37 |
+
},
|
| 38 |
+
"subdirectory": "pentachora-adaptive-encoded/BloodMNIST/20250817-051038",
|
| 39 |
+
"timestamp": "20250817-051038"
|
| 40 |
+
}
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/tensorboard/events.out.tfevents.1755407348.be8619c33324.23595.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4598ee608bec8514d9d7ef74e324aa66978815b002b850585e2c30b2f9be66aa
|
| 3 |
+
size 8280
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86ea2874432c242ee916af414d1d42aabd12696abfaee24e877fcfd34d93e751
|
| 3 |
+
size 3074
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2739763ffc455ba5ff978857590e81a1f4d6dc3ba2c4cbdeb15a440a938a182e
|
| 3 |
+
size 1218380
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea669fb44dc2a74a5abd69bb1e8bbd6b3b32fb78f91f74d381914d8e12c0447a
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/BloodMNIST/20250817-051038/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9972d564a4b56b07a007d881fb43e28e81307a72666cc02896f5ca8d5b15f0fa
|
| 3 |
+
size 9098220
|