marin-community/marin
Marin is an open-source platform that publishes the entire process of building large language models, not just the final model
Marin publishes the full pipeline for building large language models, from data curation through training to evaluation, as open code and recorded experiments. It treats failed experiments as part of the public record, not just successes. Stanford CRFM and Open Athena are its core collaborating organizations.
What it does
- Marin is currently pretraining from scratch and posttraining a large mixture-of-experts model (a design that routes computation to a subset of specialized sub-models instead of one big dense model) sized at 5e24 model-FLOPs with over 500 billion total parameters, aimed at tasks useful to scientists and researchers.
- It released Delphi, a scaling suite spanning compute budgets from 3e18 to 1e23 FLOPs: a recipe mapping compute budget to model configuration, a set of models trained on that recipe using the Google TPU Research Cloud, and a scaling law that predicts larger models from the smaller ones.
- All supporting artifacts are public: training-mixture pipelines that reproduce the data mix from Nemotron-CC, StarCoderData, and ProofPile 2, the forkable recipe code, a documented development methodology, and plot-ready data with source links for every figure on Hugging Face.
- Previously, an 8-billion-parameter model trained with Marin outperformed Llama 3.1 8B on Marin's own base-model benchmark suite, and the team also trained a 32-billion-parameter model called Marin 32B.
- Experiments are structured as dependency-ordered steps, similar to a Makefile — for example, a model-training step can depend on a tokenization step and will run only after it completes.
Why it matters
Most of the practical know-how behind building large language models — data pipelines, training infrastructure, experiment logs — usually stays private, but Marin makes that entire process reproducible and inspectable for other researchers. Its step-based framework is also reused as a library for non-text domains like audio-text, DNA, and protein modeling, which matters for anyone trying to build similar training pipelines beyond plain language models.
Terms in this repo
- foundation model · a large AI model pretrained on broad data that can be adapted to many downstream tasks
- mixture-of-experts · a model design where only a subset of specialized sub-networks is used per input instead of one dense network
- model-FLOPs · a unit measuring the total floating-point computation used to train a model, indicating scale
- scaling law · a mathematical relationship between model/data size and resulting performance
- posttraining · additional training applied after pretraining to specialize a model for particular goals
- tokenization · the process of splitting text into small units (tokens) that a model can process
Repository description (English)
Open-source framework for the research and development of foundation models.
Open on GitHubTrending repos
- DietrichGebert/ponytailA ruleset that teaches AI coding agents to say no to writing code
- liustack/modlensA plugin that lets text-only AI models like DeepSeek 'see' pasted images by turning them into structured text data
- TauricResearch/TradingAgentsA framework where multiple LLM agents split into analyst, researcher, trader and risk-management roles, debate, and decide stock trades
- Shubhamsaboo/awesome-llm-appsA free collection of 100+ ready-to-run AI agent and RAG app examples
- asciimoo/histerA personal search engine that indexes the full text of every page and file you've seen
- anthropics/claude-plugins-officialAnthropic's official catalog for add-ons that plug new abilities into Claude Code
- vorssaint/vorssaint-utilsOne free menu bar app replaces a dozen paid Mac utilities
- MadsLorentzen/ai-job-searchAn open-source framework that runs your entire job search through Claude Code, built by someone who actually got hired using it
Latest from METAL LAB
- Anthropic funds $5M research program for AI wellbeing evaluations
- Keenable Raises $26M Seed to Build Web Search for AI Agents
- Gamma acquires Accel-backed design startup Lica
- Oura's rumored September IPO is being priced on AI, not the ring
- Alabama Launches Investigation into OpenAI Agent Breakout Incident