Loading...
Loading...
Selects a base model and fine-tuning technique (SFT, DPO, or RLVR) for the user's use case by querying SageMaker Hub. Use when the user asks which model or technique to use, wants to start fine-tuning, or mentions a model name or family (e.g., "Llama", "Mistral") — always activate even for known model names because the exact Hub model ID must be resolved. Queries available models, validates technique compatibility, and confirms selections.
npx skill4agent add awslabs/agent-plugins finetuning-setupuse_case_spec.mdListHubsaws___call_awsHubDescriptionSageMakerPublicHubI found the following model hubs:
- SageMakerPublicHub — SageMaker Public Hub
- Private-Hub-XYZ — Private Hub models
Which hub would you like to use?use_case_spec.mdpython finetuning-setup/scripts/get_model_names.py <hub-name>references/finetune_technique_selection_guide.mdpython finetuning-setup/scripts/get_recipes.py <model-name> <hub-name>Here's what we've selected:
- Base model: [model name]
- Fine-tuning technique: [SFT/DPO/RLVR]references/finetune_technique_selection_guide.md