mcpbeat

Finetuning

aiskillstore/finetuning

Fine-tune models on Azure AI Foundry using SFT (supervised), DPO (preference), or RFT (reinforcement with graders). Covers dataset preparation, training job submission, deployment, and evaluation. USE FOR: fine-tune, SFT, DPO, RFT, training data, grader, distillation, fine-tuned model, training job, large file upload, calibrate grader, deploy fine-tuned model, evaluate fine-tuned model. DO NOT USE FOR: general model deployment without fine-tuning (use deploy-model), agent creation (use agents), prompt optimization without training (use prompt-optimizer).

This is a copy. The original lives at microsoft/finetuning.

47k tokens
context cost
the whole folder, loaded on every use
34
files
ships runnable scripts
3
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill finetuning

Repackaged in 3 other repositories

same content, different owner
microsoft/azure-skills open on GitHub →
microsoft/GitHub-Copilot-for-Azure open on GitHub →
microsoft/skills open on GitHub →

How to use it

Copy the folder

Take aiskillstore/finetuning from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.