Skip to content

Train a Model

workflow

Training Run

Move from a validated dataset to a runner-backed training job, metrics, and exportable artifact.

DatasetModel templateRunnerTraining runMetricsArtifact export

Model Builder selects repository, runner, dataset, model template, and mode, then triggers a workflow run. The Training Dashboard reports run status, job steps, duration, artifacts, run history, and model comparison data.

Model Builder choices

Queued Queued Running Running Succeeded Ready Failed Error

Training curve placeholder

Example loss and accuracy trend for a short model run.

012345
  • Loss
  • Accuracy
Data table
Series012345
Loss1.20.940.720.580.470.41
Accuracy0.420.550.680.740.80.84

Model comparison placeholder

Compare candidate metrics before choosing an export artifact.

TinyBaseTuned
  • Validation score
Data table
SeriesTinyBaseTuned
Validation score0.71 score0.79 score0.86 score

WavesFM path

Form input

The Model Builder form captures dataset, template, runner, and mode choices.

Handler

The backend handler generates the training workflow and connects it to repository state.

Python template

The generated Python path adapts datasets, applies transforms, and trains the model.

Actions runner

The runner executes steps and produces metrics plus artifacts for export.

  • Package the model — Take the exported artifact to Package an Application to connect it into a deployable pipeline.
  • Run live inference — If working with the Conductor fingerprinting workflow, load the ONNX model into the Zone Fingerprinting Demo.