AbstractPhil commited on
Commit
4d83a41
Β·
verified Β·
1 Parent(s): 698af20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 paired prompts. ~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
 
 
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