基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/natolambert/rlhf-book --skill run-rlhf-code-experiment命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | run-rlhf-code-experiment |
| description | Plan, run, and report a small RLHF Book code experiment. |
| allowed-tools | Bash(uv:*), Bash(git:*), Read, Edit |
Use this skill when the user wants to run, adapt, compare, or document an experiment from code/.
code/instruction_tuning/README.md.code/policy_gradients/README.md.code/reward_models/README.md.code/direct_alignment/README.md.code/rejection_sampling/README.md.code/distillation/README.md.cd code/.cd code/ && uv sync only when needed.uv run python, never bare python.--samples and --epochs.--max_samples or copy a YAML with a smaller sample count.data.size before changing algorithm logic.max_train_samples, max_test_samples, or num_completions_per_prompt in a copied YAML.[1 background task] [1 monitor]). Keep checking the monitor periodically for loss, metrics, W&B URLs, OOMs, dataset download errors, and stalled output.WANDB_MODE=disabled or use the module's no-W&B flag when available.Report enough detail for another reader to reproduce the result:
avg_correctness, avg_format, avg_binary, loss, and whether sampled groups contain reward contrast.accuracy, margins, chosen_rewards, rejected_rewards, and sample generations. IPO loss scale is not directly comparable to DPO loss scale.If the run exposes a new setup requirement, failure mode, or useful workflow shortcut, update the relevant README, code/CLAUDE.md, or this skill before finishing.
Turn the first page of a paper (arXiv or any PDF) into a slide-ready PNG for a colloquium deck's 30-40% right column. Use when a slide cites a landmark paper and a screenshot of the paper itself is the best visual.
Extract per-question (MM:SS) timestamps from a recorded course video by OCR-ing the slide counter, then add YouTube deep links to the course page's Q&A question lists. Use after a Q&A or lecture recording is published, or when adding/refreshing "Show questions" timestamp links in book/templates/course.html.
Start or verify live preview for RLHF Book course lecture slides without breaking relative image assets. Use when serving, opening, checking, or debugging `teach/course/lec*.md` slides.