Add SWIFT coding agent probe experiment scripts
This commit is contained in:
16
scripts/run_all_experiments.sh
Executable file
16
scripts/run_all_experiments.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "${ROOT_DIR}"
|
||||
|
||||
./scripts/download_dataset.py
|
||||
./scripts/download_models.sh
|
||||
|
||||
./scripts/train_qwen35_9b_lora.sh
|
||||
./scripts/train_qwen35_9b_full.sh
|
||||
./scripts/train_qwen36_27b_lora.sh
|
||||
./scripts/train_qwen36_27b_full.sh
|
||||
|
||||
echo "All experiments finished."
|
||||
echo "TensorBoard: tensorboard --logdir runs --host 0.0.0.0 --port 6006"
|
||||
Reference in New Issue
Block a user