Skip to main content
StarForge datasets page

Dataset versions with file manifests and quality metrics.

What you see

The quality report

Computed once, at push time, over the full dataset — sampled only for very large ones. It counts what a machine can count and does not pretend to judge content.
Field drift is the one that catches real bugs. A few hundred records missing the field your loss reads will not fail the job; they will quietly train on nothing and drag the curve.

Protected datasets

A dataset can be governed so that a trainer may use it without being able to read it. On such a dataset the console shows identity, version, schema, lineage and authorisation state — and no preview, no sample records, and no download. That is enforced on the server, not by hiding buttons. Logs, validation samples and artifacts are covered by the same policy, so they cannot become an alternative export path.

What you can do

  • Reference a version in a config or with --train-dataset.
  • Push a new version with sf dataset push.
  • Check quality before pushing with sf dataset check and sf dataset quality.
See datasets for the full workflow.