gpt2 vs Qwen3-32B

Try Try

gpt2 has 137M parameters (137M active per token) and takes 548 MB on disk; Qwen3-32B has 32.8B (32.0B active) and takes 65.5 GB. Compare them layer by layer.

At a glance

openai-community/gpt2Qwen/Qwen3-32B
Repo createdMar 2, 2022updated Feb 19, 2024Apr 27, 2025updated Jul 26, 2025
Model typeDenseFull attention (MHA)DenseFull attention (GQA)
InputsTextText
Total parameters137M239× less32.8B239× more
Active per token137M233× less100% of the model32.0B233× more98% of the model
ExpertsNone (dense)None (dense)
Max context (from config)1K tokens40× less40K tokens40× more
Layers125.3× less645.3× more
On disk548 MB120× less1 file65.5 GB120× more17 files
PrecisionFP32 (100%)BF16 (100%)
QuantizationNoneoriginal precision (FP32)Noneoriginal precision (BF16)
Fewest GPUs1× RTX 4060a single 8 GB card · weights only1× NVIDIA H100a single 80 GB card · weights only
Licensemitapache-2.0
GitHubopenai/gpt-2QwenLM/Qwen3