Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ Three encoders tested against the same pipeline:
|
|
| 41 |
| `bert_vae/` | bert-base-uncased | 768 | [CLS] token | bidirectional MLM |
|
| 42 |
| `beatrix_vae/` | bert-beatrix-2048 | 768 | mean pool | nomic_bert + categorical tokens |
|
| 43 |
|
| 44 |
-
Each VAE has identical architecture: `encoder (text_dim β 1024 β 1024) β ΞΌ,Ο (256d bottleneck) β decoder (256 β 1024 β 1024 β 2048) β reshape (8, 16, 16)`. Trained to reconstruct adapted FLUX VAE latents from
|
| 45 |
|
| 46 |
The geometric analyzer is a pretrained `SuperpositionPatchClassifier` from [AbstractPhil/grid-geometric-multishape](https://huggingface.co/AbstractPhil/grid-geometric-multishape) (epoch 200), frozen during evaluation. It extracts gate vectors (64Γ17 explicit geometric properties) and patch features (64Γ256 learned representations) from any (8, 16, 16) input.
|
| 47 |
|
|
|
|
| 41 |
| `bert_vae/` | bert-base-uncased | 768 | [CLS] token | bidirectional MLM |
|
| 42 |
| `beatrix_vae/` | bert-beatrix-2048 | 768 | mean pool | nomic_bert + categorical tokens |
|
| 43 |
|
| 44 |
+
Each VAE has identical architecture: `encoder (text_dim β 1024 β 1024) β ΞΌ,Ο (256d bottleneck) β decoder (256 β 1024 β 1024 β 2048) β reshape (8, 16, 16)`. Trained to reconstruct identical-scale as the adapted FLUX VAE latents from the earlier Image VAE experiments. ~4.5M parameters each.
|
| 45 |
|
| 46 |
The geometric analyzer is a pretrained `SuperpositionPatchClassifier` from [AbstractPhil/grid-geometric-multishape](https://huggingface.co/AbstractPhil/grid-geometric-multishape) (epoch 200), frozen during evaluation. It extracts gate vectors (64Γ17 explicit geometric properties) and patch features (64Γ256 learned representations) from any (8, 16, 16) input.
|
| 47 |
|