Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

MarS Order Assets

Shared runtime assets and validation samples for the MarS order models.

converters/          Feature converters used by MarS
validation-samples/  Example model inputs and labels
stylized-facts/      Sample rollout data for stylized-fact reports

The validation file contains a list of (features, labels) tuples. Each feature array has shape (1024, 15).

The .zstd files contain Python pickle payloads and must only be loaded from a trusted source with the MarS utilities. Pickle data can execute arbitrary code during deserialization.

Download the assets with:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="Don-Don/mars-order-assets",
    repo_type="dataset",
    local_dir="/path/to/mars-open",
)

See the MarS repository for usage.

Downloads last month
-