New to Claude Skills? Learn how to install them →

Model Training skills

Free agent skills tagged model training, ready to install into any SKILL.md-compatible agent.

M

Megatron Bridge Recipe Recommender

nvidia

Streamline your model training with tailored recipe suggestions.

Developer ToolsintermediatePython · Shell2.8k repo
P

Parallelism Strategy Selection

nvidia

Optimize parallelism for Megatron Bridge models effectively.

Developer ToolsintermediateShell2.8k repo

Activation Recompute

nvidia

Optimize GPU memory usage with activation recompute.

Developer ToolsintermediatePython · Shell2.8k repo
M

MoE Optimization Workflow

nvidia

Streamline MoE model training with systematic guidance.

Developer Toolsadvanced2.8k repo

GRPO & RLVR Training

wshobson

Enhance model reasoning with verifiable rewards.

Developer Toolsintermediate38.7k repo
T

Trace To Training Data

wshobson

Transform evaluation traces into training data efficiently.

AI & Agentsintermediate38.7k repo

Hugging Face LLM Trainer

huggingface

Train and fine-tune models on Hugging Face Jobs effortlessly.

Developer ToolsintermediatePython · Shell10.9k repo

Uni-Mol Tools

hkuds

Interactive CLI for molecular property prediction workflows.

Developer ToolsintermediatePython · Shell46.9k repo

Simple Preference Optimization

nousresearch

Optimize preferences without reference models.

Developer ToolsintermediatePython · Shell228.5k repo

Cloud Backtest for Neural Trader

ruvnet

Run intensive trading simulations in the cloud.

Data & AnalyticsintermediateNode · Shell67.6k repo

Megatron FSDP

nvidia

Optimize distributed training with Megatron FSDP.

Developer ToolsintermediatePython · Shell2.8k repo
A

Add Training Support

civitai

Integrate ecosystems into LoRA training seamlessly.

Developer ToolsintermediateShell7.2k repo
U

Unsloth

nousresearch

Accelerate LoRA/QLoRA fine-tuning with less VRAM.

Developer Toolsintermediate228.5k repo

Masked Autoencoder Training

Masked Auto-Encoder (MAE) for self-supervised pretraining and fine-tuning. Masks random patches and reconstructs them to learn visual representations; supports pretrain and finetune stages. Use when training, evaluating, exporting, or running inference for a TAO MAE backbone. Trigger phrases include "pretrain MAE", "self-supervised vision pretraining", "Masked Autoencoder", "Mask Auto-Encoder", "MAE fine-tune".

PyTorch Lightning

Deep learning framework (PyTorch Lightning / lightning package). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard, MLflow), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.

F

Fine-Tuning Expert

Use when fine-tuning LLMs, training custom models, or adapting foundation models for specific tasks. Invoke for configuring LoRA/QLoRA adapters, preparing JSONL training datasets, setting hyperparameters for fine-tuning runs, adapter training, transfer learning, finetuning with Hugging Face PEFT, OpenAI fine-tuning, instruction tuning, RLHF, DPO, or quantizing and deploying fine-tuned models. Trigger terms include: LoRA, QLoRA, PEFT, finetuning, fine-tuning, adapter tuning, LLM training, model training, custom model.

TRL Training

Train and fine-tune transformer language models using TRL (Transformers Reinforcement Learning). Supports SFT, DPO, GRPO, KTO, RLOO and Reward Model training via CLI commands.

Train Sentence Transformers

Train or fine-tune sentence-transformers models across `SentenceTransformer` (bi-encoder; dense or static embedding model; for retrieval, similarity, clustering, classification, paraphrase mining, dedup, multimodal), `CrossEncoder` (reranker; pair scoring for two-stage retrieval / pair classification), and `SparseEncoder` (SPLADE, sparse embedding model; for learned-sparse retrieval). Covers loss selection, hard-negative mining, evaluators, distillation, LoRA, Matryoshka, and Hugging Face Hub publishing. Use for any sentence-transformers training task.