ユーザーの用途に合わせて、微調整手法(SFT、DPO、RLVR、RLAIF)を選択し、選んだモデルで利用可能な手法として妥当性を検証します。 **次のような場合に使用:** - ユーザーが微調整(モデルの性質を特定の目的に合わせて改善する方法)を行うと決めており、手法を選ぶ必要がある場合 - 選んだ手法がモデルに対応しているか確認する必要がある場合 **必要条件:** 基となるモデルがあらかじめ選択されていることが必須です(モデル選択スキルで選定済み)。
Selects a fine-tuning technique (SFT, DPO, RLVR, or RLAIF) for the user's use case and validates it against the selected model's available recipes. Use when the user has decided to finetune and needs to choose a technique, or when the technique needs to be validated against a model. Requires a base model to already be selected (via model-selection skill).
ユーザーのユースケースに基づいてファインチューニング手法の選択をガイドし、選択したモデルとの互換性を検証します。
use_case_spec.md ファイルが存在すること。存在しない場合は、先に use-case-specification スキルを起動して生成してください。references/finetune_technique_selection_guide.md を参照し、ユースケースおよびユーザーのニーズに基づいて最適な手法(SFT・DPO・RLVR・RLAIF)を推奨します。
推奨内容とその根拠をユーザーに提示し、推奨手法で進めるか、別の手法を希望するかを確認します。
python finetuning-technique/scripts/get_recipes.py <model-name> <hub-name>
以下のサマリーをユーザーに提示します:
選択内容:
- ベースモデル: [モデル名]
- ファインチューニング手法: [SFT/DPO/RLVR/RLAIF]
references/finetune_technique_selection_guide.md — 手法ガイダンス(SFT/DPO/RLVR/RLAIF)Guides the user through selecting a fine-tuning technique based on their use case and validates compatibility with the selected model.
use_case_spec.md file exists. If not, activate the use-case-specification skill to generate it first.Consult references/finetune_technique_selection_guide.md to recommend the best-fit technique based on the use case and the user's needs (SFT, DPO, RLVR, RLAIF).
Present the recommendation and reasoning to the user. Ask if they'd like to go with the recommendation or prefer a different technique.
python finetuning-technique/scripts/get_recipes.py <model-name> <hub-name>
Present a summary to the user:
Here's what we've selected:
- Base model: [model name]
- Fine-tuning technique: [SFT/DPO/RLVR/RLAIF]
references/finetune_technique_selection_guide.md — Technique guidance (SFT/DPO/RLVR/RLAIF)原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。