byawslabs· 90 skills
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).
$npx -y skills add awslabs/agent-plugins --skill finetuning-techniqueInstalls into the current project.
Run `npx skills use "https://github.com/awslabs/agent-plugins" --skill "awslabs/agent-plugins/finetuning-technique"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/awslabs/agent-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/awslabs/agent-plugins"` and select the relevant skills, then follow their instructions.