"still_life": (
"A meticulously arranged still life painting in the Dutch Golden Age "
"style featuring a silver goblet overflowing with deep red wine next "
"to a half peeled lemon with its rind spiraling downward and a cracked "
"walnut revealing its inner flesh beside a porcelain plate holding "
"slices of rare roast beef garnished with fresh rosemary sprigs and "
"a small bouquet of wilting tulips in shades of pink and white all set "
"against a dark moody background with dramatic chiaroscuro lighting "
"that highlights the reflective surfaces and textures of each object "
"while casting deep shadows that add depth and mystery to the composition "
"with a single fly resting on the edge of the goblet and droplets of "
"condensation catching the light on the silver surface"
),
image
"castle": (
"A vast sweeping landscape of rolling green hills under dramatic "
"storm clouds with a lone oak tree in the foreground its branches "
"bent by wind casting long shadows across a field of wildflowers "
"in purple yellow and white while in the distance a medieval stone "
"castle sits atop a cliff overlooking a turbulent sea with waves "
"crashing against ancient rocks and seabirds wheeling overhead "
"against a sky painted in shades of grey and gold as the sun "
"breaks through the clouds illuminating the castle towers"
),
As you'll see below, the images do in fact suffer in sequences below 13 sequence if the system is accessed. I'll figure out a tweak later.
image
"short": "A medieval castle on a cliff overlooking the sea at sunset",
Usage
There is a full example for blending in the code here;
InfoNCE: student pooled ↔ ModernBERT-large pooled (alignment force)
Procrustes SVD: geometric regularizer on pooled output
Pentachoron CV: bottleneck regularizer on bank anchors
Sequence MSE + cosine: reconstructed 77 ↔ CLIP's own last_hidden_state
Key design decision: Sequence target is CLIP's own last_hidden_state, NOT ModernBERT's.
The UNet was trained on CLIP's sequence distribution. The reconstructor learns to produce
sequences in that distribution, enriched with the full 576-token context from the memory bank.
Hardware
NVIDIA RTX PRO 6000 Blackwell Server Edition (102 GB VRAM)