nanochat/scripts
William Thurston b1d49aade5 Add scripts for running evaluations and training with W&B integration
- Added `dev/runmps_evals.sh` for evaluating checkpoints and logging results to W&B.
- Introduced `dev/runmps.sh` for orchestrating training stages with W&B support.
- Updated `.gitignore` to include `wandb/` and `.runmps_wandb_ids`.
- Changed permissions for `dev/runcpu.sh` and added executable flag.
- Enhanced existing scripts to log metrics to W&B during training and evaluation processes.
2025-11-05 11:49:50 -08:00
..
base_eval.py Add scripts for running evaluations and training with W&B integration 2025-11-05 11:49:50 -08:00
base_loss.py Add scripts for running evaluations and training with W&B integration 2025-11-05 11:49:50 -08:00
base_train.py Add scripts for running evaluations and training with W&B integration 2025-11-05 11:49:50 -08:00
chat_cli.py upgrading all other files to be able to use cpu/mps as well as cuda. various minor other changes ,e.g. changing max_iterations to num_iterations in sft script for consistency in naming 2025-10-20 10:15:17 -07:00
chat_eval.py Add scripts for running evaluations and training with W&B integration 2025-11-05 11:49:50 -08:00
chat_rl.py initial commit 2025-10-13 06:49:24 -07:00
chat_sft.py Add scripts for running evaluations and training with W&B integration 2025-11-05 11:49:50 -08:00
chat_web.py upgrading all other files to be able to use cpu/mps as well as cuda. various minor other changes ,e.g. changing max_iterations to num_iterations in sft script for consistency in naming 2025-10-20 10:15:17 -07:00
mid_train.py Add scripts for running evaluations and training with W&B integration 2025-11-05 11:49:50 -08:00
tok_eval.py initial commit 2025-10-13 06:49:24 -07:00
tok_train.py initial commit 2025-10-13 06:49:24 -07:00