row_id string | match_id int32 | map_name string | round int32 | player int32 | chunk_index int32 | preview_path string | preview_video video | primary_weapon string | player_side string | survived_chunk bool | duration_s float32 | fps float32 | width int32 | height int32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2393129-de_dust2-round_00002-player_00003-chunk_000000 | 2,393,129 | de_dust2 | 2 | 3 | 0 | previews/chunk_000000/preview.mp4 | ak47 | T | false | 2 | 20 | 320 | 180 | |
2393129-de_dust2-round_00002-player_00003-chunk_000001 | 2,393,129 | de_dust2 | 2 | 3 | 1 | previews/chunk_000001/preview.mp4 | m4a1_silencer | CT | true | 2 | 20 | 320 | 180 |
CS2 Render Path Video Format Test
Tiny smoke dataset for validating path-only Hugging Face Video rows.
The preview Parquet is stored at:
data/match_id=2393129/map_name=de_dust2/player=3/chunks-preview-testing-format.parquet
Each row has preview_video = {bytes: null, path: "data/.../previews/chunk_XXXXXX/preview.mp4"}.
The MP4 files are loose repo files next to the Parquet under previews/chunk_XXXXXX/preview.mp4.
Also includes a chunks config where video and audio are path-only media fields using hf://datasets/... URIs.
External Sidecar Probe
chunks_external_sidecars keeps video and audio as path-only HF media fields and stores inputs.jsonl / worlds.jsonl as loose files. The Parquet rows include both repo-relative paths and direct Hub resolve URLs for those JSONL files.
json_feature_probe checks what the HF viewer does with a Json feature containing an hf:// URI object; it is not expected to fetch and render the JSONL file automatically.
- Downloads last month
- -