datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
CounterStrike-1K-360-wds
CounterStrike-1K — 360p WebDataset shards
This repo contains the 360p shards of CounterStrike-1K. Use the main repo to browse the manifest, schema, and subsets.
360p is the recommended resolution for most training pipelines — the actions/state/events/metadata sidecars are identical to the 720p shards, so you can swap resolutions without touching downstream code.
Quickstart
Start a fresh uv project and add the loader:
mkdir cs1k-demo && cd cs1k-demo
uv init
uv add… See the full description on the dataset page: https://huggingface.co/datasets/ArnieRamesh/CounterStrike-1K-360-wds.CounterStrike-1K
CounterStrike-1K
1,490 rendered POV-hours · 7,347 synchronized rounds · 73,470 POV clips · 7 maps · 720p + audio
Synchronized 10-POV rounds with per-frame action overlays
Seven active-duty maps
Ancient · Anubis · Dust2 · Inferno · Mirage · Nuke · Overpass
CounterStrike-1K is the first grounded, professional-grade Counter-Strike 2 dataset with 10 synchronized first-person perspectives per round, captured from professional match demos. It is designed for video… See the full description on the dataset page: https://huggingface.co/datasets/ArnieRamesh/CounterStrike-1K.CounterStrike-1K-sample
CounterStrike-1K Sample
This is the reviewer/developer sample for CounterStrike-1K. It contains one Dust2 match-map, 16 released rounds, all 10 synchronized player POVs per round, 160 clips total, and about 2 GB of 360p media. It is intended for inspecting video/audio quality, validating the v12 schema, building loaders, and running quick local experiments without downloading the full release.
How this sample was created
The sample was created from the same public v12… See the full description on the dataset page: https://huggingface.co/datasets/ArnieRamesh/CounterStrike-1K-sample.CounterStrike-1K-720-wds
CounterStrike-1K — 720p WebDataset shards
This repo contains the 720p shards of CounterStrike-1K. Use the main repo to browse the manifest, schema, and subsets.
Quickstart
Start a fresh uv project and add the loader:
mkdir cs1k-demo && cd cs1k-demo
uv init
uv add datasets "counterstrike1k @ git+https://github.com/AnirudhhRamesh/counterstrike1k"
Using pip instead
mkdir cs1k-demo && cd cs1k-demo
python -m venv .venv && source .venv/bin/activate
pip install datasets… See the full description on the dataset page: https://huggingface.co/datasets/ArnieRamesh/CounterStrike-1K-720-wds.
