Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.osmosis.ai/llms.txt

Use this file to discover all available pages before exploring further.

The platform dashboard at platform.osmosis.ai provides real-time visibility into your training runs.

Training Runs

The Training Runs page lists each run with its name, status, dataset, base model, rollout, reward, start time, and creator. You can search and filter runs, open a run detail page, rename a run, stop an in-progress run, or delete runs that are safe to remove.

Run Metrics

Each training run detail page includes an Overview tab with summary cards and metric charts. The dashboard exposes the following metrics when they are available for the run:
MetricDescription
DurationRuntime for the training run.
RewardCurrent training reward value.
ImprovementChange from the baseline reward.
SamplesNumber of processed examples.
Training RewardTraining reward over training steps.
Validation RewardValidation reward over training steps.
Model EntropyModel entropy over training steps.
Response LengthResponse length over training steps.
Total LengthTotal length over training steps.
Truncation RatioTruncation ratio over training steps.
You can refresh individual charts and download chart data as CSV from the dashboard.

Checkpoints and Outputs

The run detail page also includes:
  • Checkpoints — view saved checkpoints, checkpoint step, reward, deployment status, Hugging Face upload status, uploader, and checkpoint actions.
  • Configuration — inspect the training configuration used for the run.
  • Outputs — inspect output artifacts when they are available.
You can also check run details, checkpoints, and metrics from the CLI:
osmosis train info my-run
osmosis train info my-run --output results/my-run.json