training-optimization
CommunityOptimize LLM fine-tuning with expert strategies.
AuthorScientiaCapital
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured approach to optimizing LLM fine-tuning, helping teams achieve better model performance with efficient use of compute and data.
Core Features & Use Cases
- Learning rate optimization: Select schedulers, warmup, and values that promote stable convergence.
- LoRA configuration: Tune rank, alpha, and target modules to balance capacity and efficiency.
- Batch size, sequence length, and precision: Balance memory and throughput for different hardware.
- Hyperparameter tuning workflows: Grid search and Bayesian optimization to find strong defaults.
- Monitoring & reproducibility: Integrate with WandB/TensorBoard to compare runs and track experiments.
- Use Case: Fine-tune a 7B model on a budget GPU while achieving target eval metrics.
Quick Start
- Install dependencies: pip install transformers trl wandb accelerate
- Prepare a small dataset and a baseline model checkpoint
- Run a starter training script with recommended defaults (lr=2e-4, r=16, target_modules all, cosine warmup)
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: training-optimization Download link: https://github.com/ScientiaCapital/unsloth-mcp-server/archive/main.zip#training-optimization Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.