Data API

Maturity: verified

Source module: rffm.data

Symbol

Contract

CanonicalBundlePaths

resolve canonical artifact paths under one root

CanonicalSplitIndex

validated manifest, ordered split IDs, metadata lookup, and split fingerprint

load_split_index

load one bundle split without constructing model inputs

CanonicalRFDataset

map-style PyTorch dataset returning semantic RF samples

CanonicalDatasetSource

selected registry name and canonical location

load_canonical_dataset_source

read only datasets.<name>.canonical_gcs_prefix

rf_collate

right-pad semantic samples without tokenizing them

CanonicalRFDataset exposes name, snapshot_id, split_info(), and fingerprint_digest(). It intentionally has no remote-download, normalization, patching, or training methods.

See Also