Discover and explore top open-source AI tools and projects—updated daily.
Framework for reproducible foundation model research and development
Top 67.9% on SourcePulse
Marin is an open-source framework designed for the reproducible research and development of foundation models, particularly large language models. It targets researchers and engineers by providing a transparent and auditable workflow, tracking every experimental step from raw data to final model, including failed attempts.
How It Works
Marin structures experiments as a directed acyclic graph (DAG) of steps, similar to a Makefile. Each step represents a distinct operation (e.g., data curation, tokenization, training, evaluation) and can depend on the output of previous steps. This dependency management ensures a reproducible and auditable workflow, allowing users to trace the lineage of their models and understand the impact of each experimental decision.
Quick Start & Requirements
pip install marin
docs/
folder.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
17 hours ago
Inactive