ibm-research / text-generation updated 1 year ago

PowerLM-3b

PowerLM-3B is a 3B state-of-the-art small language model trained with the Power learning rate scheduler. It is trained on a mix of open-source and proprietary datasets. PowerLM-3B has shown promising results compared to other models in the size categories across various benchmarks, including natural language multi-choices, code generation, and math reasoning. Paper: https://arxiv.org/abs/2408.13359

Params
3.5 B
Context
4,096
Downloads 30d
203 K
Likes
21
Commercial use: allowed apache-2.0 Not gated SAFETENSORS View on Hugging Face ↗

Download history

daily snapshots · 10 days
211 K195 K
Jul 28Jul 31Aug 3Aug 6

Can you run it?

Estimated VRAM at 8K context unless noted. Pick your hardware to see the verdict per quantization.

FileQuantSizeEst. VRAMVerdict on RTX 4090 · 24 GB
model.safetensors f32 14.0 GB 16.5 GB ✅ Runs comfortably
Estimate: file size × 1.1 + KV cache at 8K + 0.5 GB overhead. Not a benchmark — how we calculate this.

Run it

copy-paste, exact tags checked against the Hub
~ · curl · api/v1
$ curl -s https://aimodelscomparison.com/api/v1/models/powerlm-3b
{
  "hf_id": "ibm-research/PowerLM-3b",
  "params_b": 3.51,
  "context_length": 4096,
  "license": { "id": "apache-2.0", "commercial": "yes" },
  "downloads_30d": 202930,
  "vram_estimates": [
    { "quant": "f32", "gb": 16.5 }
  ],
  "updated_at": "2026-07-28T18:08:02Z"
}
est. VRAM —on RTX 4090 · 24 GBJSON API →

Specifications

Architecture
GraniteForCausalLM
Parameters
3.5 B
Tensor type
F32
Context length
4,096
Vocabulary
49,152
Layers / heads
40 / 36
Licence
apache-2.0
First seen on the Hub
2024-08-14
Training datasets
undisclosed
ARC (reported)
60.5
MBPP (reported)
33.6
PIQA (reported)
79.9
BoolQ (reported)
72
Hellaswag (reported)
74.6
humaneval (reported)
26.8
OpenBookQA (reported)
43.6
Winogrande (reported)
70
MMLU (5 shot) (reported)
49.2
math (4 shot) (reported)
15.2
GSM8k (5 shot) (reported)
34.9
Added to our catalog
2026-07-28