Quick Training

December 19, 2024 ยท View on GitHub

Preparation

cd ${YOUR_PATH_TO_SEER}
conda activate seer

Download related checkpoints from the checkpoint repository.

:sparkles: Fine-tuning

  • For single-node fine-tuning:
bash scripts/REAL/single_node_ft.sh

:sparkles: Training from Scratch

  • For single-node training from scratch:
bash scripts/REAL/single_node_scratch.sh

Contents

  1. 1:sparkles: Fine-tuning
  2. 2:sparkles: Training from Scratch