Train

Stage: Build · What it does: launch a training run from your explored data and ship the resulting model to Ship.


Why it matters


How to use

  1. In Build, launch NN Training from the Launch a run actions.
  2. Define the source input — e.g. a pretraining corpus like FineWeb, or a file/glob from your connected sources.
  3. Configure the training steps.
  4. See the cost estimate, optionally tick GPU smoke, and launch.
  5. Track status in the run list; the completed model appears in Ship's deploy dropdown.

CLI users: the guided flow maps to a CLI command — the console is a visual front-end for the same job.


Real-world examples

🏦 Financial services — nightly credit-risk refresh

A bank retrains a scoring model every night before market open. A GPU smoke run before the full retrain catches a malformed data day at pennies instead of hours.

🏭 Manufacturing — morning quality model

An IIoT team retrains a quality model each morning over the previous day's sensor telemetry. An interrupted run resumes from its checkpoint, so a 5-minute network blip doesn't restart 40 minutes of processing.


Gotchas