Skip to main content

Help System

The AITraining CLI has a comprehensive help system.

General Help

See all available commands:
Output shows:
  • Available subcommands
  • Global options
  • Usage examples

Command Help

Get help for a specific command:

Trainer-Specific Help

For LLM training, parameters vary by trainer. View trainer-specific help:

Preview Mode

Preview help for a trainer without setting it:
This shows DPO parameters without committing to DPO training.

Parameter Groups

Help output organizes parameters into groups:
  • Basic - Model, data, project settings
  • Data Processing - Text columns, chat templates, tokenization
  • Training Configuration - Trainer, logging, saving
  • Training Hyperparameters - LR, epochs, batch size
  • PEFT/LoRA - Adapter settings
  • DPO/ORPO - Preference learning params
  • Hub Integration - Push to Hugging Face
  • Knowledge Distillation - Teacher-student params
  • Hyperparameter Sweep - Auto-tuning options
  • Enhanced Evaluation - Advanced metrics
  • Advanced Features - Custom loss, custom metrics
  • Reinforcement Learning - PPO settings
  • Inference - Inference prompts and generation params

Finding Parameters

By Name

Search help output:

By Group

Look for section headers in help output:

Quick Reference

Next Steps

LLM Training

Train language models

YAML Configs

Configuration files