agentsclimarketplace

Ai finetuning

Skill ebarti/skills/ai-finetuning

πŸ“š Agent skills distilled from technical books β€” AI Engineering, Context Engineering, Designing Data-Intensive Applications, and more. Agent-agnostic, plain Markdown. Give your AI agent a bookshelf.

Install
npx -y skills add ebarti/skills --skill ai-finetuning

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Practical knowledge for finetuning foundation models. Covers when to finetune (vs prompt engineering or RAG), memory bottlenecks (backpropagation, quantization, numerical representations), parameter-efficient finetuning techniques (PEFT, LoRA, adapters), model merging strategies (summing, layer stacking, concatenation), and finetuning tactics (frameworks, hyperparameters). Use this skill when: - Deciding whether to finetune (vs prompt engineering or RAG) - Estimating memory requirements for finetuning - Implementing LoRA or other PEFT techniques - Merging multiple finetuned models - Choosing finetuning hyperparameters or frameworks - Quantizing models for inference or training

SKILL.md

1.8 KB, as published. Nobody here has run it

AI Finetuning

Knowledge from "AI Engineering" by Chip Huyen (Chapter 7). Practical guide to model finetuning with focus on parameter-efficient methods.

Quick Start

  1. Check guidelines.md to find which files to load for your task
  2. Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
  3. Apply guidance to your work

Contents

References

CategoryPurpose
finetuning-overviewWhen to finetune, reasons for/against, finetuning vs RAG
memory-bottlenecksBackpropagation memory, numerical representations, quantization
peft-techniquesParameter-efficient finetuning, LoRA, adapter methods
model-mergingSumming, layer stacking, concatenation for multi-task models
finetuning-tacticsFrameworks, base model selection, hyperparameters

Workflows

TaskWorkflow
Decide whether to finetuneworkflows/should-i-finetune.md
Set up a finetuning job (memory β†’ method β†’ params)workflows/setup-finetuning.md

Guidelines

See guidelines.md for task-based file selection.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.