一键导入
ml-training
ML model training on cloud GPU — platform selection, LoRA/QLoRA fine-tuning, cost estimation, human-AI collaboration via browser MCP
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ML model training on cloud GPU — platform selection, LoRA/QLoRA fine-tuning, cost estimation, human-AI collaboration via browser MCP
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
TAD Solution Lead (Agent A). Use for new features (>3 files), architecture changes, complex multi-step requirements, multi-module refactoring. Supports modes: *bug, *discuss, *idea, *learn, *publish, *sync, *playground.
TAD Solution Lead (Agent A). Use for new features (>3 files), architecture changes, complex multi-step requirements, multi-module refactoring. Supports modes: *bug, *discuss, *idea, *learn, *publish, *sync, *playground.
TAD Execution Master (Agent B). Use when there is an active handoff from Alex, user says 'start implementation', or for release execution.
Comprehensive help guide for TAD Framework usage, commands, and workflows.
GitHub Awesome-List Registry — discover, browse, and create deep-research notebooks from GitHub repos. 6 commands for Alex research phase.
Hardware circuit design capability pack. Covers component selection with supply-chain risk rating, KiCad schematic design with ERC, PCB layout/routing with DRC and manufacturing export, dual-supplier BOM management with cost analysis, power architecture and battery-life budgeting, 4-phase design review with anti-pattern scanning, and design documentation with decision records. Use for any circuit design, schematic, PCB layout, BOM, power budget, or hardware design review task.
| name | ml-training |
| description | ML model training on cloud GPU — platform selection, LoRA/QLoRA fine-tuning, cost estimation, human-AI collaboration via browser MCP |
| version | 0.1.0 |
| type | reference-based |
| keywords | ["fine-tune","微调","LoRA","QLoRA","train model","训练模型","Colab","Kaggle","RunPod","cloud GPU","云GPU","云训练","training data","训练数据","GPU hours","model training","模型训练","personality clone","个性克隆"] |
Cross-agent portable judgment for ML model training on cloud GPU. Covers platform selection, LoRA/QLoRA fine-tuning for LLM and voice models, data preparation, cost estimation, and human-AI collaboration workflows. CONSUMES: Training data (JSONL/ShareGPT/audio+transcript pairs), base model name, hardware constraints, budget. PRODUCES: Platform recommendation, tool selection, training configuration, cost estimate. INTERFACE: ai-voice-production pack defers voice training platform selection to this pack's
platform-selection.md. This pack defers voice-specific tool selection (GPT-SoVITS, VoxCPM2 configs, audio quality thresholds) to ai-voice-production pack. When both packs load for voice training: this pack takes precedence for platform/cost decisions; ai-voice-production takes precedence for tool selection and audio quality.
Verify: python3 --version
| User Signal | Load Reference |
|---|---|
| fine-tune, 微调, LoRA, QLoRA, train model, 训练模型 | references/lora-finetune.md |
| Colab, Kaggle, RunPod, Vast.ai, cloud GPU, 云GPU, 云训练 | references/platform-selection.md |
| training data, 训练数据, chat logs, 聊天记录, data prep | references/data-preparation.md |
| cost, 成本, pricing, 多少钱, budget, GPU hours | references/cost-estimation.md |
| browser automation, MCP, Colab操作, 人机协作 | references/mcp-collaboration.md |
| personality clone, 个性克隆, sound like, 像某人 | references/lora-finetune.md + references/data-preparation.md |
Multi-signal: Load all matched references. Cross-reference links are provided within files.
Q1 — What type of model?
lora-finetune.mdplatform-selection.md for GPU choiceQ2 — What hardware do you have locally?
Q3 — What's your budget?
platform-selection.md)$50/mo → RunPod Secure / Lambda (if uptime critical)
Q4 — What tool?
Read matched reference(s) and apply rules directly. Rules are concrete decision parameters — not step-by-step tutorials.
references/platform-selection.md)references/lora-finetune.md)references/data-preparation.md)references/mcp-collaboration.md)references/cost-estimation.md)| Shortcut Attempt | Required Action |
|---|---|
| "I'll just use Colab Free" | MUST read platform-selection.md gotchas — anti-abuse termination kills SSH/remote desktop, Drive I/O errors after 10K files, idle quota burn |
| "200 examples should be enough for everything" | MUST check task-type threshold in lora-finetune.md — classification 100-500, generation 500-2K, personality needs AI bootstrap to reach target |
| "I'll fine-tune first, test later" | MUST check fine-tune vs prompting/RAG threshold in lora-finetune.md — if <50 examples, use few-shot prompting first |
| "My Mac can handle it" | MUST check VRAM requirements in lora-finetune.md — 7B LoRA 16-bit needs 16GB VRAM, 8GB Mac = cloud mandatory for anything above 2-bit QLoRA |
| "I'll skip data cleaning" | MUST read data-preparation.md quality rule — 117 clean segments outperformed 248 dirty segments at same step count (Colin dogfood) |