一键导入
training-orchestrator
Orchestrate personal model training — SFT, DPO, and STT fine-tuning via mlx-tune on Apple Silicon.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate personal model training — SFT, DPO, and STT fine-tuning via mlx-tune on Apple Silicon.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Collaborate over x0x — contacts, messages, spaces, boards, files, presence, trusted-machine port forwards, and replicated stores. Use for sharing cards, connecting people, or cross-device work.
Guide for surfacing one relevant Fae capability that the user hasn't set up yet. Warm, specific, one thing at a time.
Deep pipeline diagnostic — every model, system specs, audio config, speaker state. Flags missing or broken components. Use for diagnose, debug, or health check.
Extract training signals from Fae's memory — SFT examples, DPO correction pairs, engagement scores, and interest-weighted sampling.
Set up (or turn off) a cloud brain for harder questions via OpenRouter — privacy-first, plain language. Use when the user wants a bigger or smarter brain or mentions the cloud.
A warm first conversation for someone meeting Fae for the first time — getting to know their name, where they live, and what they care about, showing one thing live, and explaining how to talk to her.
| name | training-orchestrator |
| description | Orchestrate personal model training — SFT, DPO, and STT fine-tuning via mlx-tune on Apple Silicon. |
| tags | ["training","self-improvement"] |
| metadata | {"author":"fae","version":"2.0"} |
This skill manages the personal model training pipeline using mlx-tune — a native MLX fine-tuning library with Unsloth-compatible API.
| Mode | Script | Purpose |
|---|---|---|
| SFT | train | Supervised fine-tuning on conversation episodes |
| DPO | train_dpo | Preference learning from user corrections |
| STT | train_stt | Speech-to-text adaptation for Qwen3-ASR |
| Keyword | train_keyword | Barge-in keyword classifier (micro 1D-CNN) |
| Speech Verifier | train_speech_verifier | Speech/music/noise classifier (micro 1D-CNN) |
| Preset | Model | RAM Requirement |
|---|---|---|
| tiny | Qwen3.5-2B-4bit | <16 GB |
| small | Qwen3.5-4B-4bit | ≥16 GB |
| medium | Qwen3.5-9B-unsloth-mlx | ≥32 GB |
| large | Qwen3.5-35B-A3B-4bit | ≥48 GB |
Auto-selection matches Fae's production LLM model tier.
export_data to prepare training dataset from recent conversationstrain with preset (smoke/light/standard/deep)evaluate to benchmark the new checkpointpropose to generate upgrade proposaldeploy to switch modelsextract_corrections to build DPO pairstrain_dpo with preset (smoke/light/standard)evaluate to benchmarkpropose → deploy if approvedtrain_stt to fine-tune Qwen3-ASR with correction pairsevaluate → propose → deploy| Preset | Steps | Batch | Grad Accum | LR | LoRA Rank | Seq Length |
|---|---|---|---|---|---|---|
| smoke | 10 | 1 | 1 | 1e-4 | 8 | 512 |
| light | 50 | 2 | 2 | 5e-5 | 16 | 1024 |
| standard | 200 | 4 | 4 | 2e-5 | 16 | 2048 |
| deep | 500 | 4 | 4 | 1e-5 | 32 | 2048 |