What problem does it solve? Fine-tuning large language models involves complex configuration of training methods, dataset formats, distributed training, and optimization techniques. This Skill provides expert guidance on Axolotl so you can write correct YAML configs and debug training issues without digging through hundreds of documentation pages. ## Core Features & Use Cases - YAML Config Guidance: Covers LoRA/QLoRA, full fine-tuning, FSDP, DeepSpeed, mixed precision (FP16/BF16/FP8), and quantization with torchao. - Dataset Format Support: Explains pre-training, instruction, conversation (chat_template), template-free, and preference dataset formats for DPO, KTO, ORPO, and GRPO. - API & Troubleshooting Reference: Includes 150+ API pages plus an FAQ covering NCCL, DeepSpeed, chat template, and tokenization errors. - Use Case: When setting up QLoRA fine-tuning of a Llama model on a custom chat dataset, use this Skill to generate the correct YAML config with chat_template, roles_to_train, and FSDP settings. ## Quick Start Ask the agent to write an Axolotl YAML config for QLoRA fine-tuning of a Llama model on your instruction dataset.