EPS
← All tasks·#49Completed

Standardize all huggingface uploads and wandb results logging

kind: infra
track:

Highlight text on any card (body, plan, or an event) to anchor a comment, or leave a whole-task comment here. Mention @claude to summon a reply.

No comments yet.

Summary

Audit and fix HuggingFace uploads and WandB results logging in the main training/eval code to ensure everything is consistently uploaded and logged.

Motivation: Recent experiments had problems with uploads/logging not happening consistently.

Scope: Check that the main code paths (orchestrate/hub.py, orchestrate/runner.py, train_stage_sft.py, train_stage_dpo.py, scripts/train.py, scripts/eval.py) consistently:

  1. Upload models to HF Hub (superkaiba1/explore-persona-space) with consistent naming
  2. Upload eval results to WandB Artifacts
  3. Log metrics to WandB consistently
  4. Make upload/logging automatic so you don't have to think about it when writing new experiment scripts

Out of scope: Periodic eval callbacks during training (moved to #51).

Activity