Add ML Training Recipes skill#31
Open
dailycafi wants to merge 1 commit intoOrchestra-Research:mainfrom
Open
Conversation
Battle-tested PyTorch training patterns covering all domains: - LLMs, vision, diffusion, medical imaging, protein/drug discovery - Muon optimizer, hybrid MuonAdamW, per-group LR scaling - Autonomous experiment loop (autoresearch-style keep/discard/revert) - DGX Spark bandwidth optimization - Comprehensive debugging checklist (Karpathy's recipe) - 319-line SKILL.md + 6 reference files (96KB total) Sources: Karpathy autoresearch/nanochat, modern optimizer research, production training best practices.
Collaborator
|
exciting direction on autoresearch. thanks for the proposal! will take a look |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a comprehensive ML training recipes skill to
10-optimization/, covering battle-tested PyTorch training patterns across all domains.What's included
architecture.md— Transformer/LLM architecture patterns, weight initoptimizers.md— Muon, AdamW hybrid, per-group LR, compiled stepsdomain-specific.md— Vision, diffusion, data loading, architecture tablesscaling-and-selection.md— Chinchilla scaling, compute budgets, DGX Sparkbiomedical.md— Drug discovery, protein LMs, medical imaging, genomics, spatial omics, clinical NLPexperiment-loop.md— Autonomous experiment loop (autoresearch-style keep/discard/revert)Key differentiators from existing skills
This skill fills gaps not covered by existing optimization skills (which focus on quantization/inference):
Sources
Complementary to existing skills
This skill focuses on training methodology while existing 10-optimization skills focus on inference optimization:
Quality checklist