Understand the Alignment Handbook project structure
mainThe project is organized into several key directories that define how you interact with the training pipeline:
scripts/: Contains the actual scripts used to train and evaluate chat models. These scripts support distributed training via DeepSpeed ZeRO-3 or parameter-efficient fine-tuning using LoRA/QLoRA.recipes/: Contains YAML configuration files for training runs. Each recipe defines all parameters for a specific model reproduction (e.g., Zephyr 7B).src/: The core source code for the project.chapters/: Educational content.tests/: Unit tests for the codebase.