GPT2VL (Stackformer V2)
Gated sparse cross-attention Vision-Language model: a frozen GPT-2 small backbone
with a Perceiver-style visual resampler and gated cross-attention blocks
(spliced before layers 3, 6, 9), trained on Trickxter/COCO2017-captions.
Important: model_trainable.safetensors contains ONLY the trained weights
(resampler.* and cross_blocks.*). It does NOT include the frozen GPT-2
backbone or ViT vision encoder weights. To use this model you need:
- The base
gpt2weights (loaded viaGPT2LMHeadModel.from_pretrained("gpt2")) - The
stackformerpackage / this repo'sGPT2VLmodel definition - This checkpoint's
config.jsonfor architecture hyperparameters model_trainable.safetensorsloaded withstrict=Falseon top of the assembled model
- Downloads last month
- 35