feat: Train › Results view — training run history and metrics #50

Closed
opened 2026-05-01 12:13:13 -07:00 by pyr0ball · 1 comment
Owner

Context

New view showing historical training runs and their metrics, replacing the inline results in the old BenchmarkView finetune section.

Work

  • TrainResultsView.vue at /train/results
  • List of completed runs (from job queue + training_info.json files)
  • Per-run: model name, base model, val_macro_F1, val_accuracy, sample count, training time, timestamp
  • Run comparison table (side-by-side metrics across runs)
  • "Register in Fleet" action — adds completed model to cf-orch node catalog
  • Inline per-run stats: label distribution bar chart, F1 per class

Acceptance

  • All past training runs visible (reads existing training_info.json files)
  • "Register in Fleet" triggers cf-orch catalog registration
  • Metrics display correctly for both classifier and llm-sft run types
## Context New view showing historical training runs and their metrics, replacing the inline results in the old BenchmarkView finetune section. ## Work - `TrainResultsView.vue` at `/train/results` - List of completed runs (from job queue + `training_info.json` files) - Per-run: model name, base model, val_macro_F1, val_accuracy, sample count, training time, timestamp - Run comparison table (side-by-side metrics across runs) - "Register in Fleet" action — adds completed model to cf-orch node catalog - Inline per-run stats: label distribution bar chart, F1 per class ## Acceptance - All past training runs visible (reads existing training_info.json files) - "Register in Fleet" triggers cf-orch catalog registration - Metrics display correctly for both classifier and llm-sft run types
pyr0ball added this to the v2 — Pipeline Architecture milestone 2026-05-01 12:13:13 -07:00
pyr0ball added the
frontend
label 2026-05-01 12:13:13 -07:00
Author
Owner

Shipped in the Apr 19–May 4 sprint. TrainResultsView (history table, Fleet registration links) landed.

Shipped in the Apr 19–May 4 sprint. TrainResultsView (history table, Fleet registration links) landed.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/avocet#50
No description provided.