gpt2 vs Qwen3.8-27B-TURBO-Fable-Cold-Fusion-735-882-Heretic-Uncensored-NEO-CODER-MAX-MTP-GGUF

Try Try

gpt2 has 137M parameters (137M active per token) and takes 548 MB on disk; Qwen3.8-27B-TURBO-Fable-Cold-Fusion-735-882-Heretic-Uncensored-NEO-CODER-MAX-MTP-GGUF has 27.3B (25.6B active) and takes 18.5 GB. Compare them layer by layer.

At a glance

openai-community/gpt2DavidAU/Qwen3.8-27B-TURBO-Fable-Cold-Fusion-735-882-Heretic-Uncensored-NEO-CODER-MAX-MTP-GGUF
Repo createdMar 2, 2022updated Feb 19, 2024Sep 1, 2026updated Sep 16, 2026
Model typeDenseFull attention (MHA)DenseHybrid attention: 48 linear + 17 full (GQA)
InputsTextText + imagesvision encoder in a separate mmproj file, not counted here
Total parameters137M199× less27.3B199× more
Active per token137M187× less100% of the model25.6B187× more94% of the model
ExpertsNone (dense)None (dense)
Max context (from config)1K tokens256× less256K tokens256× more
Layers125.3× less645.3× more48 linear + 17 full attention · plus 1 extra prediction layer
On disk548 MB34× less1 file18.5 GB34× more1 file
PrecisionFP32 (100%)Q4_K (65%), Q6_K (18%), BF16 (14%), Q8_0 (2.4%)
QuantizationNoneoriginal precision (FP32)Q4_K_M (GGUF)mix of Q4_K, Q6_K, Q8_0 · blocks of 256 / blocks of 32 · 95% of parameters
Fewest GPUs1× RTX 4060a single 8 GB card · weights only1× RTX 4090a single 24 GB card · weights only
Licensemitapache-2.0
GitHubopenai/gpt-2Not linked