gpt2 vs Qwen3-VL-4B-Instruct

Try Try

gpt2 has 137M parameters (137M active per token) and takes 548 MB on disk; Qwen3-VL-4B-Instruct has 4.44B (4.02B active) and takes 8.88 GB. Compare them layer by layer.

At a glance

openai-community/gpt2Qwen/Qwen3-VL-4B-Instruct
Repo createdMar 2, 2022updated Feb 19, 2024Oct 11, 2025updated Oct 15, 2025
Model typeDenseFull attention (MHA)DenseFull attention (GQA)
InputsTextText + images415M vision encoder
Total parameters137M32× less4.44B32× more
Active per token137M29× less100% of the model4.02B29× more91% of the model
ExpertsNone (dense)None (dense)
Max context (from config)1K tokens256× less256K tokens256× more
Layers123.0× less363.0× more
On disk548 MB16× less1 file8.88 GB16× more2 files
PrecisionFP32 (100%)BF16 (100%)
QuantizationNoneoriginal precision (FP32)Noneoriginal precision (BF16)
Fewest GPUs1× RTX 4060a single 8 GB card · weights only1× RTX 3060 12 GBa single 12 GB card · weights only
Licensemitapache-2.0
GitHubopenai/gpt-2Not linked