What problem does it solve? Fine-tuning large language models requires navigating complex training configurations, quantization methods, dataset formats, and distributed setups. This Skill provides expert guidance from official LLaMA-Factory documentation so you can configure, train, evaluate, and export models without memorizing every parameter. ## Core Features & Use Cases - Training Configuration Guidance: Covers supervised fine-tuning, pre-training, reward modeling, PPO, DPO, and KTO with LoRA, QLoRA (2-8 bit), Freeze, and full-parameter methods across 100+ models like Llama, Qwen, and Gemma. - WebUI No-Code Workflows: Explains how to train, evaluate, chat, and export models through the Gradio-based WebUI without writing code. - Advanced Topics: Details quantization (GPTQ, AWQ, bitsandbytes, HQQ, EETQ), distributed training (DDP, DeepSpeed, FSDP), NPU support, multimodal datasets, and monitoring with TensorBoard, Wandb, or SwanLab. - Use Case: You want to fine-tune Llama-3-8B on a custom Alpaca-format dataset using 4-bit QLoRA on a single GPU, then merge and export the adapter. This Skill walks you through dataset_info.json setup, the YAML training config, and the merge command. ## Quick Start Ask how to fine-tune a model with LLaMA-Factory, for example: show me the LoRA SFT configuration for Llama-3 on my custom dataset.