openai/parameter-golf

Train the smallest LM you can that fits in 16MB. Best model wins!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 13th, 2026
Created on February 9th, 2026
Open Issues & Pull Requests: 1,432 (+0)
GitHub issues: Enabled
Number of forks: 3,273
Total Stargazers: 5,184 (+0)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 hours
Mean response time: 2.6 days
90th percentile: 4.8 days
Tracked items: 66

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 98% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 2% of issues opened in the past year have been closed. Three people close 54% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 59
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 156 days
Stale 30+ days: 59
Stale 90+ days: 57

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Parameter Golf is a machine learning competition that challenges participants to train the smallest language model possible within a 16MB size constraint.

The challenge optimizes for model quality under strict parameter limits. Participants train language models evaluated by compression performance on the FineWeb validation set, measured in bits per byte. The constraint forces exploration of unconventional approaches: test-time compute, aggressive parameter tying, depth recurrence, low-rank training, novel compression schemes like low precision and quantization-aware training, and creative techniques such as test-time training or long context handling. This framing differs from related speedrunning challenges that optimize for training time or dataset efficiency; here the objective is extracting maximum performance from a fixed parameter budget regardless of data or compute resources.

The competition suits researchers and engineers interested in model compression, efficient architectures, and pushing the boundaries of what neural networks can achieve under resource constraints. It appeals to those who enjoy optimization puzzles and want to explore unconventional model designs. The challenge provides compute credits to reduce barriers to entry, making it accessible beyond those with personal GPU resources. Participants range from students to experienced researchers, with OpenAI explicitly targeting early-career talent through the competition format.

The project maintains an active leaderboard accepting submissions that meet the official constraints of 10 minutes on 8xH100s, while also welcoming non-record submissions that explore parameter-limited performance without compute restrictions. The challenge runs for a defined period with a structured participant form for attribution and outreach. OpenAI frames the competition as a talent identification mechanism aligned with their hiring and research priorities, positioning exceptional performance as a pathway to professional opportunities.