Upload folder using huggingface_hub
Browse files- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/README.md +13 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/best_confusion_matrix_epoch_22.png +0 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/config.json +15 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/debug.txt +8 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/history.csv +51 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/history.json +158 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/manifest.json +34 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/tensorboard/events.out.tfevents.1755412156.9316958e07e5.17388.2 +3 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/weights/encoder.safetensors +3 -0
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-062958
|
| 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/PneumoniaMNIST/20250817-062958/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/best_confusion_matrix_epoch_22.png
ADDED
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_dim": 64,
|
| 3 |
+
"batch_size": 512,
|
| 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.001,
|
| 10 |
+
"num_classes": 2,
|
| 11 |
+
"num_heads": 4,
|
| 12 |
+
"num_pentachoron_pairs": 1,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-062958
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 288392
|
| 6 |
+
Constellation params: 19565
|
| 7 |
+
Diagnostic head params: 8705
|
| 8 |
+
Best test accuracy: 0.918269
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,1.620670068942599,0.8305012744265081,0.625
|
| 3 |
+
2,1.068436243317344,0.9522090059473237,0.625
|
| 4 |
+
3,0.9706782057007796,0.9607051826677995,0.625
|
| 5 |
+
4,0.9170622902597121,0.9607051826677995,0.625
|
| 6 |
+
5,0.8772807545143361,0.9666525063721325,0.7147435897435898
|
| 7 |
+
6,0.847921435926157,0.9694137638062872,0.8317307692307693
|
| 8 |
+
7,0.8221062554478544,0.969626168224299,0.8621794871794872
|
| 9 |
+
8,0.7980878258926339,0.9717502124044181,0.8894230769230769
|
| 10 |
+
9,0.7715192376908956,0.9745114698385726,0.8958333333333334
|
| 11 |
+
10,0.7512938278959075,0.9751486830926084,0.7596153846153846
|
| 12 |
+
11,0.7308289966749355,0.9753610875106202,0.9086538461538461
|
| 13 |
+
12,0.7077920272781774,0.9764231096006797,0.8878205128205128
|
| 14 |
+
13,0.6816507012234366,0.9802463891248938,0.907051282051282
|
| 15 |
+
14,0.6627093959178779,0.9789719626168224,0.8173076923076923
|
| 16 |
+
15,0.643572897858405,0.9791843670348344,0.7644230769230769
|
| 17 |
+
16,0.6204107647845577,0.9821580288870009,0.9022435897435898
|
| 18 |
+
17,0.6016803369647685,0.9796091758708582,0.9166666666666666
|
| 19 |
+
18,0.5816334418654948,0.9804587935429057,0.8814102564102564
|
| 20 |
+
19,0.5640860978282906,0.983857264231096,0.8044871794871795
|
| 21 |
+
20,0.5529419126506568,0.9821580288870009,0.8942307692307693
|
| 22 |
+
21,0.5409791033553591,0.9810960067969414,0.7868589743589743
|
| 23 |
+
22,0.5276607015726419,0.9821580288870009,0.9182692307692307
|
| 24 |
+
23,0.5153898551186568,0.9834324553950722,0.7788461538461539
|
| 25 |
+
24,0.502713626283858,0.9849192863211554,0.9182692307692307
|
| 26 |
+
25,0.5011113575179392,0.9815208156329651,0.844551282051282
|
| 27 |
+
26,0.48663256177480885,0.9844944774851316,0.8637820512820513
|
| 28 |
+
27,0.47614075573906617,0.9872557349192863,0.8141025641025641
|
| 29 |
+
28,0.47432749838067395,0.9849192863211554,0.907051282051282
|
| 30 |
+
29,0.4694048901331455,0.9830076465590484,0.8108974358974359
|
| 31 |
+
30,0.45757638889039687,0.9840696686491079,0.8878205128205128
|
| 32 |
+
31,0.45160366256761675,0.9870433305012745,0.8589743589743589
|
| 33 |
+
32,0.4455524741742402,0.9866185216652507,0.8173076923076923
|
| 34 |
+
33,0.4433547348771545,0.9840696686491079,0.8653846153846154
|
| 35 |
+
34,0.43682937520281584,0.9872557349192863,0.8878205128205128
|
| 36 |
+
35,0.434715516453794,0.985768903993203,0.8685897435897436
|
| 37 |
+
36,0.4290697381166249,0.9912914188615123,0.8717948717948718
|
| 38 |
+
37,0.42678897557566503,0.9893797790994052,0.8878205128205128
|
| 39 |
+
38,0.42688907615796123,0.9870433305012745,0.8846153846153846
|
| 40 |
+
39,0.4242828539497486,0.9893797790994052,0.8685897435897436
|
| 41 |
+
40,0.42131487484594066,0.9893797790994052,0.8685897435897436
|
| 42 |
+
41,0.42366209015971845,0.9844944774851316,0.8814102564102564
|
| 43 |
+
42,0.4192288234614678,0.9881053525913339,0.8862179487179487
|
| 44 |
+
43,0.4190623396873069,0.9872557349192863,0.8766025641025641
|
| 45 |
+
44,0.4165563261296249,0.9881053525913339,0.875
|
| 46 |
+
45,0.4180082539531672,0.985981308411215,0.8782051282051282
|
| 47 |
+
46,0.41598410915801765,0.9885301614273577,0.8766025641025641
|
| 48 |
+
47,0.41804626100429965,0.9874681393372983,0.8766025641025641
|
| 49 |
+
48,0.4179211391061671,0.9874681393372983,0.8766025641025641
|
| 50 |
+
49,0.4190752054030549,0.9851316907391674,0.8814102564102564
|
| 51 |
+
50,0.4185465897101918,0.987892948173322,0.8766025641025641
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.625,
|
| 4 |
+
0.625,
|
| 5 |
+
0.625,
|
| 6 |
+
0.625,
|
| 7 |
+
0.7147435897435898,
|
| 8 |
+
0.8317307692307693,
|
| 9 |
+
0.8621794871794872,
|
| 10 |
+
0.8894230769230769,
|
| 11 |
+
0.8958333333333334,
|
| 12 |
+
0.7596153846153846,
|
| 13 |
+
0.9086538461538461,
|
| 14 |
+
0.8878205128205128,
|
| 15 |
+
0.907051282051282,
|
| 16 |
+
0.8173076923076923,
|
| 17 |
+
0.7644230769230769,
|
| 18 |
+
0.9022435897435898,
|
| 19 |
+
0.9166666666666666,
|
| 20 |
+
0.8814102564102564,
|
| 21 |
+
0.8044871794871795,
|
| 22 |
+
0.8942307692307693,
|
| 23 |
+
0.7868589743589743,
|
| 24 |
+
0.9182692307692307,
|
| 25 |
+
0.7788461538461539,
|
| 26 |
+
0.9182692307692307,
|
| 27 |
+
0.844551282051282,
|
| 28 |
+
0.8637820512820513,
|
| 29 |
+
0.8141025641025641,
|
| 30 |
+
0.907051282051282,
|
| 31 |
+
0.8108974358974359,
|
| 32 |
+
0.8878205128205128,
|
| 33 |
+
0.8589743589743589,
|
| 34 |
+
0.8173076923076923,
|
| 35 |
+
0.8653846153846154,
|
| 36 |
+
0.8878205128205128,
|
| 37 |
+
0.8685897435897436,
|
| 38 |
+
0.8717948717948718,
|
| 39 |
+
0.8878205128205128,
|
| 40 |
+
0.8846153846153846,
|
| 41 |
+
0.8685897435897436,
|
| 42 |
+
0.8685897435897436,
|
| 43 |
+
0.8814102564102564,
|
| 44 |
+
0.8862179487179487,
|
| 45 |
+
0.8766025641025641,
|
| 46 |
+
0.875,
|
| 47 |
+
0.8782051282051282,
|
| 48 |
+
0.8766025641025641,
|
| 49 |
+
0.8766025641025641,
|
| 50 |
+
0.8766025641025641,
|
| 51 |
+
0.8814102564102564,
|
| 52 |
+
0.8766025641025641
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.8305012744265081,
|
| 56 |
+
0.9522090059473237,
|
| 57 |
+
0.9607051826677995,
|
| 58 |
+
0.9607051826677995,
|
| 59 |
+
0.9666525063721325,
|
| 60 |
+
0.9694137638062872,
|
| 61 |
+
0.969626168224299,
|
| 62 |
+
0.9717502124044181,
|
| 63 |
+
0.9745114698385726,
|
| 64 |
+
0.9751486830926084,
|
| 65 |
+
0.9753610875106202,
|
| 66 |
+
0.9764231096006797,
|
| 67 |
+
0.9802463891248938,
|
| 68 |
+
0.9789719626168224,
|
| 69 |
+
0.9791843670348344,
|
| 70 |
+
0.9821580288870009,
|
| 71 |
+
0.9796091758708582,
|
| 72 |
+
0.9804587935429057,
|
| 73 |
+
0.983857264231096,
|
| 74 |
+
0.9821580288870009,
|
| 75 |
+
0.9810960067969414,
|
| 76 |
+
0.9821580288870009,
|
| 77 |
+
0.9834324553950722,
|
| 78 |
+
0.9849192863211554,
|
| 79 |
+
0.9815208156329651,
|
| 80 |
+
0.9844944774851316,
|
| 81 |
+
0.9872557349192863,
|
| 82 |
+
0.9849192863211554,
|
| 83 |
+
0.9830076465590484,
|
| 84 |
+
0.9840696686491079,
|
| 85 |
+
0.9870433305012745,
|
| 86 |
+
0.9866185216652507,
|
| 87 |
+
0.9840696686491079,
|
| 88 |
+
0.9872557349192863,
|
| 89 |
+
0.985768903993203,
|
| 90 |
+
0.9912914188615123,
|
| 91 |
+
0.9893797790994052,
|
| 92 |
+
0.9870433305012745,
|
| 93 |
+
0.9893797790994052,
|
| 94 |
+
0.9893797790994052,
|
| 95 |
+
0.9844944774851316,
|
| 96 |
+
0.9881053525913339,
|
| 97 |
+
0.9872557349192863,
|
| 98 |
+
0.9881053525913339,
|
| 99 |
+
0.985981308411215,
|
| 100 |
+
0.9885301614273577,
|
| 101 |
+
0.9874681393372983,
|
| 102 |
+
0.9874681393372983,
|
| 103 |
+
0.9851316907391674,
|
| 104 |
+
0.987892948173322
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
1.620670068942599,
|
| 108 |
+
1.068436243317344,
|
| 109 |
+
0.9706782057007796,
|
| 110 |
+
0.9170622902597121,
|
| 111 |
+
0.8772807545143361,
|
| 112 |
+
0.847921435926157,
|
| 113 |
+
0.8221062554478544,
|
| 114 |
+
0.7980878258926339,
|
| 115 |
+
0.7715192376908956,
|
| 116 |
+
0.7512938278959075,
|
| 117 |
+
0.7308289966749355,
|
| 118 |
+
0.7077920272781774,
|
| 119 |
+
0.6816507012234366,
|
| 120 |
+
0.6627093959178779,
|
| 121 |
+
0.643572897858405,
|
| 122 |
+
0.6204107647845577,
|
| 123 |
+
0.6016803369647685,
|
| 124 |
+
0.5816334418654948,
|
| 125 |
+
0.5640860978282906,
|
| 126 |
+
0.5529419126506568,
|
| 127 |
+
0.5409791033553591,
|
| 128 |
+
0.5276607015726419,
|
| 129 |
+
0.5153898551186568,
|
| 130 |
+
0.502713626283858,
|
| 131 |
+
0.5011113575179392,
|
| 132 |
+
0.48663256177480885,
|
| 133 |
+
0.47614075573906617,
|
| 134 |
+
0.47432749838067395,
|
| 135 |
+
0.4694048901331455,
|
| 136 |
+
0.45757638889039687,
|
| 137 |
+
0.45160366256761675,
|
| 138 |
+
0.4455524741742402,
|
| 139 |
+
0.4433547348771545,
|
| 140 |
+
0.43682937520281584,
|
| 141 |
+
0.434715516453794,
|
| 142 |
+
0.4290697381166249,
|
| 143 |
+
0.42678897557566503,
|
| 144 |
+
0.42688907615796123,
|
| 145 |
+
0.4242828539497486,
|
| 146 |
+
0.42131487484594066,
|
| 147 |
+
0.42366209015971845,
|
| 148 |
+
0.4192288234614678,
|
| 149 |
+
0.4190623396873069,
|
| 150 |
+
0.4165563261296249,
|
| 151 |
+
0.4180082539531672,
|
| 152 |
+
0.41598410915801765,
|
| 153 |
+
0.41804626100429965,
|
| 154 |
+
0.4179211391061671,
|
| 155 |
+
0.4190752054030549,
|
| 156 |
+
0.4185465897101918
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/manifest.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"class_names": [
|
| 3 |
+
"normal",
|
| 4 |
+
"pneumonia"
|
| 5 |
+
],
|
| 6 |
+
"dataset_name": "PneumoniaMNIST",
|
| 7 |
+
"environment": {
|
| 8 |
+
"cpu_count": 12,
|
| 9 |
+
"cuda_available": true,
|
| 10 |
+
"cuda_device": "NVIDIA A100-SXM4-40GB",
|
| 11 |
+
"memory_gb": 83.48,
|
| 12 |
+
"platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
|
| 13 |
+
"python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]",
|
| 14 |
+
"torch": "2.6.0+cu124"
|
| 15 |
+
},
|
| 16 |
+
"models": {
|
| 17 |
+
"constellation": {
|
| 18 |
+
"params": 19565
|
| 19 |
+
},
|
| 20 |
+
"diagnostic_head": {
|
| 21 |
+
"params": 8705
|
| 22 |
+
},
|
| 23 |
+
"encoder": {
|
| 24 |
+
"params": 288392
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"num_classes": 2,
|
| 28 |
+
"repo_id": "AbstractPhil/pentachora-frequency-encoded",
|
| 29 |
+
"results": {
|
| 30 |
+
"best_test_accuracy": 0.9182692307692307
|
| 31 |
+
},
|
| 32 |
+
"subdirectory": "pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958",
|
| 33 |
+
"timestamp": "20250817-062958"
|
| 34 |
+
}
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/tensorboard/events.out.tfevents.1755412156.9316958e07e5.17388.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d338d242b90a6ecd6dd3ea08dbb1bb47cfe186125c3439c9d6abf5c7c84ba770
|
| 3 |
+
size 8280
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87fc9515dd404daf036f19f5c78a332dabd8a9754a21f2b4dc95b39f7a3def1d
|
| 3 |
+
size 3055
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f052e076fb0fcec3328bb3ede025a7e2ea3ff4d91761b6630116d5b4cb391bc
|
| 3 |
+
size 80540
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43389b565234eff5632616015db5d90b26092eea1933c139f6c9d2c76bec3c48
|
| 3 |
+
size 35268
|
pentachora-adaptive-encoded/PneumoniaMNIST/20250817-062958/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b40362de76743916faaa8c7cc2df156e3b5b56b67c0aedf22b08530f49f10a63
|
| 3 |
+
size 1163884
|