Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

MindsEye — Mux Assets Ledger Dataset

This repo is a ledger-style dataset for tracking Mux video assets as append-only records.

Instead of treating media as a one-off upload, we store every asset snapshot as an auditable entry:

  • playback IDs
  • track IDs (video/audio)
  • encoding + resolution metadata
  • status + progress
  • full raw payload for provenance

This aligns with the MindsEye principle:

Don’t overwrite intelligence. Record it.


Dataset Goal

Create a Hugging Face dataset where each row = one Mux asset snapshot.

You can later append new rows when:

  • audio is replaced
  • subtitles/transcripts are generated
  • new playback IDs appear
  • encoding tiers/resolutions change
  • policy changes occur

Folder Structure

mindseye-mux-assets-ledger/
  README.md
  data/
    mux_assets.jsonl
  scripts/
    build_dataset.py
    validate_schema.py
Downloads last month
26