LLM Finetuning

Fine-tune small open-weight LLMs locally with Unsloth + QLoRA for text tasks (classification, extraction, translation). Use when input is raw text (not tabular features), user has labeled examples, and wants model ownership without API costs. Default to Gemma-4 E2B; scale up based on VRAM. Always compare zero-shot vs fine-tuned, log every run to MLflow, export to GGUF for llama.cpp.

brojonat Updated

File contents

brojonat/manager-packs/tree/main/bundles/llm-finetuning commit a80de2387d

Frequently asked questions

npx skillmds@latest add brojonat/llm-finetuning-2