Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

ML Training Recipes

Skill Verifiziert Aktiv

Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing GPU throughput.

Zweck

To offer expert-level, production-ready PyTorch training patterns and debugging strategies, enabling users to efficiently train and fine-tune neural networks.

Funktionen

  • PyTorch training recipes for LLMs, vision, diffusion, and biomedical domains
  • Covers training loops, optimizer selection (AdamW, Muon), and LR scheduling
  • Includes mixed precision, debugging techniques, and systematic experimentation patterns
  • Provides reference files for detailed architecture, scaling laws, and optimizer configurations

Anwendungsfälle

  • Training or fine-tuning neural networks with PyTorch
  • Debugging common training issues like loss spikes or out-of-memory errors
  • Selecting appropriate model architectures and optimizers for specific data types and scales
  • Optimizing GPU throughput and resource utilization during training

Nicht-Ziele

  • Providing pre-trained models
  • Handling deployment or inference-specific optimizations
  • Offering recipes for frameworks other than PyTorch

Workflow

  1. Understand data type and scale
  2. Select appropriate architecture based on decision trees
  3. Configure optimizer and LR schedule
  4. Implement training loop with mixed precision and EMA
  5. Debug issues using provided checklists and patterns
  6. Track experiments systematically for comparison

Praktiken

  • Code Quality
  • Reproducibility
  • Best Practices

Voraussetzungen

  • PyTorch (>=2.0.0)
  • Python environment with necessary libraries (e.g., transformers, torchvision, monai, etc.)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add Orchestra-Research/AI-Research-SKILLs
/plugin install AI-Research-SKILLs@ai-research-skills

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit17 days ago
Sterne8.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Arize Prompt Optimization

100

Optimizes, improves, and debugs LLM prompts using production trace data, evaluations, and annotations. Extracts prompts from spans, gathers performance signal, and runs a data-driven optimization loop using the ax CLI. Use when the user mentions optimize prompt, improve prompt, make AI respond better, improve output quality, prompt engineering, prompt tuning, or system prompt improvement.

Skill
github

Implementing Llms Litgpt

100

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.

Skill
davila7

Unsloth

100

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

Skill
davila7

Prompt Optimization

100

Wendet Prompt-Wiederholung an, um die Genauigkeit für LLMs ohne Schlussfolgerungsfähigkeit zu verbessern

Skill
asklokesh

Pytorch Lightning

99

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

Skill
Orchestra-Research

Open Targets Platform Query Skill

100

Query Open Targets Platform for target-disease associations, drug target discovery, tractability/safety data, genetics/omics evidence, known drugs, for therapeutic target identification. Part of the AlterLab Academic Skills suite.

Skill
AlterLab-IEU