What problem does it solve? Fine-tuning open-weights models like Llama, Mistral, and Gemma locally involves confusing choices around data formats, hyperparameters, VRAM limits, and tooling. This Skill walks users through the entire process so they can adapt a base model to their task without wasting GPU time on misconfigured runs. ## Core Features & Use Cases - Dataset Preparation Guidance: Explains JSONL formats (Alpaca, ShareGPT, OpenAI messages, completion) with conversion and validation scripts, plus a data quality checklist. - Hyperparameter Recommendations: Provides concrete LoRA/QLoRA settings (rank, alpha, dropout, learning rate, batch size) tuned to dataset size and model scale, with VRAM requirement tables. - Tool Selection Advice: Compares Unsloth, Axolotl, and raw Transformers/PEFT workflows with ready-to-use sample configurations. - Use Case: A user wants to teach Llama-3-8B a specific output format using 800 examples on a single consumer GPU. The Skill recommends the Alpaca JSONL format, a QLoRA config with r=16 and 4-bit quantization, and flags overfitting risks. ## Quick Start Ask the assistant to help you fine-tune a Llama or Mistral model on your dataset, and it will recommend the data format, hyperparameters, and tooling for your hardware.