📊
Dataset

Counterquant Cs2 Demos

by KEDevO hf-dataset--kedevo--counterquant-cs2-demos
Free2AITools Nexus Index
60.1 Top 100%
S: Semantic 50
A: Authority 61
P: Popularity 51
R: Recency 98
Q: Quality 50
Tech Context
Vital Performance
0 DL / 30D
0.0%
Data Integrity 60.1 FNI Score
- Size
- Rows
Parquet Format
- Tokens
Dataset Information Summary
Entity Passport
Registry ID hf-dataset--kedevo--counterquant-cs2-demos
License CC-BY-4.0
Provider huggingface
📜

Cite this dataset

Academic & Research Attribution

BibTeX
@misc{hf_dataset__kedevo__counterquant_cs2_demos,
  author = {KEDevO},
  title = {Counterquant Cs2 Demos Dataset},
  year = {2026},
  howpublished = {\url{https://huggingface.co/datasets/KEDevO/CounterQuant-CS2-Demos}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
KEDevO. (2026). Counterquant Cs2 Demos [Dataset]. Free2AITools. https://huggingface.co/datasets/KEDevO/CounterQuant-CS2-Demos

đŸ”ŦTechnical Deep Dive

Full Specifications [+]

âš–ī¸ Free2AITools Nexus Index V2.0

Semantic (S) 50
Authority (A) 61
Popularity (P) 51
Recency (R) 98
Quality (Q) 50

đŸ’Ŧ Index Insight

FNI V2.0 for Counterquant Cs2 Demos: Semantic (S:50), Authority (A:61), Popularity (P:51), Recency (R:98), Quality (Q:50).

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
âŦ‡ī¸
Downloads
31,092

đŸ‘ī¸ Data Preview

📊

Row-level preview not available for this dataset.

Schema structure is shown in the Field Logic panel when available.

🔗 Explore Full Dataset ↗

đŸ§Ŧ Field Logic

đŸ§Ŧ

Schema not yet indexed for this dataset.

Dataset Specification

CounterQuant CS2 Demos

The largest open collection of professional CS2 demo files (.dem)

Raw competitive Counter-Strike 2 demos collected from HLTV.org — focused on Tier 1 & Tier 2 matches.

Curated and maintained by Eimantas Kulbe (KEDevO) as part of the CounterQuant esports analytics project.


📊 Dataset Overview

  • Total Size: 3.74 TB+ (and continuously growing)
  • Time Period: January 2024 – Present
  • Focus: Tier 1 & Tier 2 professional matches
  • Update Frequency: New demos added within 24–48 hours after matches
  • Last Updated: May 20, 2026

đŸŽ¯ Goal & Philosophy

To provide the global research, analytics, and esports community with unrestricted access to high-quality professional CS2 demo files.

Philosophy: Raw data only. No gatekeeping. Parse it, analyze it, and build whatever you want.


📁 File Structure

bash
data/
├── 2024/
│   ├── tier1/
│   └── tier2/
├── 2025/
│   ├── tier1/
│   └── tier2/
└── 2026/
    ├── tier1/
    └── tier2/

Example filepath: data/2025/tier1/2401337/vitality-vs-g2-inferno.dem


🚀 Quick Start

python
from huggingface_hub import snapshot_download

# Example: Download all 2025 Tier 1 demos
snapshot_download(
    repo_id="KEDevO/CounterQuant-CS2-Demos",
    repo_type="dataset",
    allow_patterns="data/2025/tier1/**",
    local_dir="./cs2_demos",
    resume_download=True
)

Parse a demo

python
from demoparser2 import DemoParser

parser = DemoParser("data/2025/tier1/2401337/vitality-vs-g2-inferno.dem")

kills = parser.parse_event("player_death")
rounds = parser.parse_ticks(["total_rounds_played", "cash_spent_t", "cash_spent_ct"])

What You Can Build

  • Advanced win probability & clutch models
  • Player chemistry & synergy analysis
  • Utility usage and trade efficiency metrics
  • New generation rating systems
  • Tactical & game-theory research
  • ML models for movement, positioning, and decision making


Citation

bibtex
@dataset{kulbe2026counterquant,
  author       = {Eimantas Kulbe},
  title        = {CounterQuant CS2 Demos},
  year         = {2026},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/KEDevO/CounterQuant-CS2-Demos},
  note         = {Continuously updated professional CS2 demo collection}
}

License

This dataset is licensed under CC BY 4.0 — you are free to use, modify, and build upon it with proper attribution.


Social Proof

HuggingFace Hub
31.1KDownloads
🔄 Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

📊 FNI Methodology 📚 Knowledge Baseâ„šī¸ Verify with original source

đŸ›Ąī¸ Dataset Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

🆔 Identity & Source

id
hf-dataset--kedevo--counterquant-cs2-demos
slug
kedevo--counterquant-cs2-demos
source
huggingface
author
KEDevO
license
CC-BY-4.0
tags
task_categories:other, language:en, license:cc-by-4.0, size_categories:n>1t, region:us, cs2, counter-strike, esports, demos, sports-analytics, game-theory, esports-research

âš™ī¸ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag

📊 Engagement & Metrics

downloads
31,092
stars
0
forks
null

Data indexed from public sources. Updated daily.