Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/README.md +13 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/accuracy_plot.png +0 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/best_confusion_matrix_epoch_45.png +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/config.json +15 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/debug.txt +8 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/history.csv +51 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/history.json +158 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/manifest.json +41 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/tensorboard/events.out.tfevents.1755409649.9316958e07e5.2830.0 +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/tensorboard_events.zip +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/weights/constellation.safetensors +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/weights/diagnostic_head.safetensors +3 -0
- pentachora-adaptive-encoded/PathMNIST/20250817-055333/weights/encoder.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ pentachora-adaptive-encoded/KMNIST/20250817-043743/best_confusion_matrix_epoch_3
|
|
| 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
|
|
|
|
|
|
| 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
|
| 42 |
+
pentachora-adaptive-encoded/PathMNIST/20250817-055333/best_confusion_matrix_epoch_45.png filter=lfs diff=lfs merge=lfs -text
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pentachora Adaptive Encoded — 20250817-055333
|
| 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-055333/accuracy_plot.png
ADDED
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/best_confusion_matrix_epoch_45.png
ADDED
|
Git LFS Details
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/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.001,
|
| 10 |
+
"num_classes": 9,
|
| 11 |
+
"num_heads": 8,
|
| 12 |
+
"num_pentachoron_pairs": 1,
|
| 13 |
+
"temp": 0.70486,
|
| 14 |
+
"weight_decay": 1e-05
|
| 15 |
+
}
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/debug.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
==== DEBUG INFO ====
|
| 2 |
+
Timestamp: 20250817-055333
|
| 3 |
+
Repo: AbstractPhil/pentachora-frequency-encoded
|
| 4 |
+
Device: cuda
|
| 5 |
+
Encoder params: 2270024
|
| 6 |
+
Constellation params: 301465
|
| 7 |
+
Diagnostic head params: 33281
|
| 8 |
+
Best test accuracy: 0.784958
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/history.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,test_acc
|
| 2 |
+
1,2.548236872960294,0.452975687808347,0.5689415041782729
|
| 3 |
+
2,2.0226023053692694,0.5959598204364639,0.45083565459610025
|
| 4 |
+
3,1.7090893262672162,0.6466842970798702,0.6883008356545961
|
| 5 |
+
4,1.4832539239763296,0.6908418151917863,0.5412256267409471
|
| 6 |
+
5,1.3149372318796733,0.7291212942797458,0.5006963788300836
|
| 7 |
+
6,1.1904055611536954,0.7579003511267167,0.5501392757660167
|
| 8 |
+
7,1.099850104583031,0.7802902351215609,0.5367688022284123
|
| 9 |
+
8,1.032131776268617,0.7970132005866928,0.7442896935933148
|
| 10 |
+
9,0.9748800187763879,0.8136250500022223,0.5002785515320334
|
| 11 |
+
10,0.9251551644749851,0.826914529534646,0.4374651810584958
|
| 12 |
+
11,0.8841739778063225,0.8370705364682874,0.6076601671309192
|
| 13 |
+
12,0.8453888850051237,0.8480376905640251,0.5582172701949861
|
| 14 |
+
13,0.8201775496136036,0.8547824347748789,0.6543175487465182
|
| 15 |
+
14,0.7822844453841147,0.8655495799813325,0.5146239554317549
|
| 16 |
+
15,0.7612316121768515,0.8699053291257389,0.6079387186629527
|
| 17 |
+
16,0.7280665281703882,0.8783057024756656,0.46991643454038995
|
| 18 |
+
17,0.7149318211014745,0.8818280812480555,0.5852367688022284
|
| 19 |
+
18,0.6843832504421326,0.8887728343481932,0.716016713091922
|
| 20 |
+
19,0.6590231219802074,0.8960953820169786,0.5873259052924791
|
| 21 |
+
20,0.6336296707785147,0.9026067825236678,0.5764623955431755
|
| 22 |
+
21,0.6067280128000153,0.9071403173474377,0.6066852367688023
|
| 23 |
+
22,0.5816264550703579,0.9133517045202009,0.5779944289693594
|
| 24 |
+
23,0.5545247148061266,0.9211520512022756,0.5626740947075209
|
| 25 |
+
24,0.5316039673264458,0.9261522734343749,0.6011142061281337
|
| 26 |
+
25,0.5128221808208286,0.931652517889684,0.6395543175487465
|
| 27 |
+
26,0.4928257196732344,0.9362082759233744,0.6905292479108636
|
| 28 |
+
27,0.4736843070054967,0.9409418196364283,0.7676880222841226
|
| 29 |
+
28,0.45834890037378984,0.9449753322369883,0.6647632311977716
|
| 30 |
+
29,0.442240024064402,0.9487977243433041,0.7302228412256268
|
| 31 |
+
30,0.4194277723493393,0.9546979865771812,0.6807799442896936
|
| 32 |
+
31,0.403237158322081,0.9591759633761501,0.6930362116991643
|
| 33 |
+
32,0.39058031883471395,0.96219831992533,0.6565459610027855
|
| 34 |
+
33,0.3754260627392838,0.9653651273389928,0.749025069637883
|
| 35 |
+
34,0.360241323362441,0.9704653540157341,0.7682451253481895
|
| 36 |
+
35,0.351827281248019,0.9713876172274323,0.7395543175487466
|
| 37 |
+
36,0.3453426871309175,0.9729210187119427,0.7569637883008357
|
| 38 |
+
37,0.3309977486192494,0.9772878794613094,0.7481894150417827
|
| 39 |
+
38,0.32686341697546933,0.9781545846482066,0.7644846796657382
|
| 40 |
+
39,0.315982323514604,0.9809658207031423,0.742757660167131
|
| 41 |
+
40,0.31088503637686427,0.9820103115694031,0.7739554317548747
|
| 42 |
+
41,0.30449714923287513,0.983421485399351,0.7616991643454039
|
| 43 |
+
42,0.300069899565697,0.9850437797235433,0.7706128133704735
|
| 44 |
+
43,0.2948515154509085,0.9855215787368328,0.771309192200557
|
| 45 |
+
44,0.2918005700752287,0.9867327436774967,0.7733983286908078
|
| 46 |
+
45,0.2892100938272834,0.9877105649139962,0.784958217270195
|
| 47 |
+
46,0.28840220776567077,0.9873216587403885,0.776183844011142
|
| 48 |
+
47,0.2857154018190459,0.9886772745455353,0.7681058495821727
|
| 49 |
+
48,0.2851577037569947,0.9888217254100182,0.778133704735376
|
| 50 |
+
49,0.2834443248408684,0.9890661807191431,0.7704735376044568
|
| 51 |
+
50,0.28307661457063676,0.9889550646695409,0.7711699164345404
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/history.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": [
|
| 3 |
+
0.5689415041782729,
|
| 4 |
+
0.45083565459610025,
|
| 5 |
+
0.6883008356545961,
|
| 6 |
+
0.5412256267409471,
|
| 7 |
+
0.5006963788300836,
|
| 8 |
+
0.5501392757660167,
|
| 9 |
+
0.5367688022284123,
|
| 10 |
+
0.7442896935933148,
|
| 11 |
+
0.5002785515320334,
|
| 12 |
+
0.4374651810584958,
|
| 13 |
+
0.6076601671309192,
|
| 14 |
+
0.5582172701949861,
|
| 15 |
+
0.6543175487465182,
|
| 16 |
+
0.5146239554317549,
|
| 17 |
+
0.6079387186629527,
|
| 18 |
+
0.46991643454038995,
|
| 19 |
+
0.5852367688022284,
|
| 20 |
+
0.716016713091922,
|
| 21 |
+
0.5873259052924791,
|
| 22 |
+
0.5764623955431755,
|
| 23 |
+
0.6066852367688023,
|
| 24 |
+
0.5779944289693594,
|
| 25 |
+
0.5626740947075209,
|
| 26 |
+
0.6011142061281337,
|
| 27 |
+
0.6395543175487465,
|
| 28 |
+
0.6905292479108636,
|
| 29 |
+
0.7676880222841226,
|
| 30 |
+
0.6647632311977716,
|
| 31 |
+
0.7302228412256268,
|
| 32 |
+
0.6807799442896936,
|
| 33 |
+
0.6930362116991643,
|
| 34 |
+
0.6565459610027855,
|
| 35 |
+
0.749025069637883,
|
| 36 |
+
0.7682451253481895,
|
| 37 |
+
0.7395543175487466,
|
| 38 |
+
0.7569637883008357,
|
| 39 |
+
0.7481894150417827,
|
| 40 |
+
0.7644846796657382,
|
| 41 |
+
0.742757660167131,
|
| 42 |
+
0.7739554317548747,
|
| 43 |
+
0.7616991643454039,
|
| 44 |
+
0.7706128133704735,
|
| 45 |
+
0.771309192200557,
|
| 46 |
+
0.7733983286908078,
|
| 47 |
+
0.784958217270195,
|
| 48 |
+
0.776183844011142,
|
| 49 |
+
0.7681058495821727,
|
| 50 |
+
0.778133704735376,
|
| 51 |
+
0.7704735376044568,
|
| 52 |
+
0.7711699164345404
|
| 53 |
+
],
|
| 54 |
+
"train_acc": [
|
| 55 |
+
0.452975687808347,
|
| 56 |
+
0.5959598204364639,
|
| 57 |
+
0.6466842970798702,
|
| 58 |
+
0.6908418151917863,
|
| 59 |
+
0.7291212942797458,
|
| 60 |
+
0.7579003511267167,
|
| 61 |
+
0.7802902351215609,
|
| 62 |
+
0.7970132005866928,
|
| 63 |
+
0.8136250500022223,
|
| 64 |
+
0.826914529534646,
|
| 65 |
+
0.8370705364682874,
|
| 66 |
+
0.8480376905640251,
|
| 67 |
+
0.8547824347748789,
|
| 68 |
+
0.8655495799813325,
|
| 69 |
+
0.8699053291257389,
|
| 70 |
+
0.8783057024756656,
|
| 71 |
+
0.8818280812480555,
|
| 72 |
+
0.8887728343481932,
|
| 73 |
+
0.8960953820169786,
|
| 74 |
+
0.9026067825236678,
|
| 75 |
+
0.9071403173474377,
|
| 76 |
+
0.9133517045202009,
|
| 77 |
+
0.9211520512022756,
|
| 78 |
+
0.9261522734343749,
|
| 79 |
+
0.931652517889684,
|
| 80 |
+
0.9362082759233744,
|
| 81 |
+
0.9409418196364283,
|
| 82 |
+
0.9449753322369883,
|
| 83 |
+
0.9487977243433041,
|
| 84 |
+
0.9546979865771812,
|
| 85 |
+
0.9591759633761501,
|
| 86 |
+
0.96219831992533,
|
| 87 |
+
0.9653651273389928,
|
| 88 |
+
0.9704653540157341,
|
| 89 |
+
0.9713876172274323,
|
| 90 |
+
0.9729210187119427,
|
| 91 |
+
0.9772878794613094,
|
| 92 |
+
0.9781545846482066,
|
| 93 |
+
0.9809658207031423,
|
| 94 |
+
0.9820103115694031,
|
| 95 |
+
0.983421485399351,
|
| 96 |
+
0.9850437797235433,
|
| 97 |
+
0.9855215787368328,
|
| 98 |
+
0.9867327436774967,
|
| 99 |
+
0.9877105649139962,
|
| 100 |
+
0.9873216587403885,
|
| 101 |
+
0.9886772745455353,
|
| 102 |
+
0.9888217254100182,
|
| 103 |
+
0.9890661807191431,
|
| 104 |
+
0.9889550646695409
|
| 105 |
+
],
|
| 106 |
+
"train_loss": [
|
| 107 |
+
2.548236872960294,
|
| 108 |
+
2.0226023053692694,
|
| 109 |
+
1.7090893262672162,
|
| 110 |
+
1.4832539239763296,
|
| 111 |
+
1.3149372318796733,
|
| 112 |
+
1.1904055611536954,
|
| 113 |
+
1.099850104583031,
|
| 114 |
+
1.032131776268617,
|
| 115 |
+
0.9748800187763879,
|
| 116 |
+
0.9251551644749851,
|
| 117 |
+
0.8841739778063225,
|
| 118 |
+
0.8453888850051237,
|
| 119 |
+
0.8201775496136036,
|
| 120 |
+
0.7822844453841147,
|
| 121 |
+
0.7612316121768515,
|
| 122 |
+
0.7280665281703882,
|
| 123 |
+
0.7149318211014745,
|
| 124 |
+
0.6843832504421326,
|
| 125 |
+
0.6590231219802074,
|
| 126 |
+
0.6336296707785147,
|
| 127 |
+
0.6067280128000153,
|
| 128 |
+
0.5816264550703579,
|
| 129 |
+
0.5545247148061266,
|
| 130 |
+
0.5316039673264458,
|
| 131 |
+
0.5128221808208286,
|
| 132 |
+
0.4928257196732344,
|
| 133 |
+
0.4736843070054967,
|
| 134 |
+
0.45834890037378984,
|
| 135 |
+
0.442240024064402,
|
| 136 |
+
0.4194277723493393,
|
| 137 |
+
0.403237158322081,
|
| 138 |
+
0.39058031883471395,
|
| 139 |
+
0.3754260627392838,
|
| 140 |
+
0.360241323362441,
|
| 141 |
+
0.351827281248019,
|
| 142 |
+
0.3453426871309175,
|
| 143 |
+
0.3309977486192494,
|
| 144 |
+
0.32686341697546933,
|
| 145 |
+
0.315982323514604,
|
| 146 |
+
0.31088503637686427,
|
| 147 |
+
0.30449714923287513,
|
| 148 |
+
0.300069899565697,
|
| 149 |
+
0.2948515154509085,
|
| 150 |
+
0.2918005700752287,
|
| 151 |
+
0.2892100938272834,
|
| 152 |
+
0.28840220776567077,
|
| 153 |
+
0.2857154018190459,
|
| 154 |
+
0.2851577037569947,
|
| 155 |
+
0.2834443248408684,
|
| 156 |
+
0.28307661457063676
|
| 157 |
+
]
|
| 158 |
+
}
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/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": 12,
|
| 16 |
+
"cuda_available": true,
|
| 17 |
+
"cuda_device": "NVIDIA A100-SXM4-40GB",
|
| 18 |
+
"memory_gb": 83.48,
|
| 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": 301465
|
| 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.784958217270195
|
| 38 |
+
},
|
| 39 |
+
"subdirectory": "pentachora-adaptive-encoded/PathMNIST/20250817-055333",
|
| 40 |
+
"timestamp": "20250817-055333"
|
| 41 |
+
}
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/tensorboard/events.out.tfevents.1755409649.9316958e07e5.2830.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dec66a7f3a7af0d9a5e92255d961ba8be5448239cdbf50ed654b40e5c9901d0c
|
| 3 |
+
size 8957
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/tensorboard_events.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8cfc92723a968efce063d4d92f9d7476c6246a7bdd7fcc8b4fceb49b318b80c
|
| 3 |
+
size 3383
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/weights/constellation.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4994941a0e42d6532be26e1ef6c3ea6a444df028e2367f8df166f94026eedf13
|
| 3 |
+
size 1208932
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/weights/diagnostic_head.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b906387b3693f2c26cc18e4d086304dfa013aee5ff30461f0e8c026f3d3edb54
|
| 3 |
+
size 133580
|
pentachora-adaptive-encoded/PathMNIST/20250817-055333/weights/encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dbeb3933b95dd42edf997ae8ebb5190e331743ce62f84bc394ed481a8f266d2
|
| 3 |
+
size 9098220
|