Update README.md
Browse files
README.md
CHANGED
|
@@ -9,81 +9,80 @@ tags:
|
|
| 9 |
- counter-strike
|
| 10 |
- esports
|
| 11 |
- demos
|
| 12 |
-
- game-theory
|
| 13 |
- sports-analytics
|
|
|
|
|
|
|
| 14 |
pretty_name: CounterQuant CS2 Demos
|
| 15 |
size_categories:
|
| 16 |
- n>1T
|
| 17 |
---
|
| 18 |
|
| 19 |
-
---
|
| 20 |
# CounterQuant CS2 Demos
|
| 21 |
|
| 22 |
-
**
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
**
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
---
|
| 35 |
|
| 36 |
-
##
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|------|--------------------------------------|-------------|-------------------------|--------------|
|
| 40 |
-
| T1 | Majors & S-tier (Top 20) | 2024–present | Active — daily updates | ~XX TB |
|
| 41 |
-
| T2 | A-tier (Top 50) | 2024–present | Active — daily updates | ~XX TB |
|
| 42 |
-
| T3 | B-tier & Regional | 2024–present | In progress | Growing |
|
| 43 |
-
| Historical | CS:GO T1/T2 | 2012–2023 | Planned | — |
|
| 44 |
|
| 45 |
-
**
|
| 46 |
|
| 47 |
---
|
| 48 |
|
| 49 |
-
## File Structure
|
| 50 |
|
| 51 |
```bash
|
| 52 |
data/
|
| 53 |
├── 2024/
|
| 54 |
│ ├── tier1/
|
| 55 |
-
│ │ └── {match_id}/
|
| 56 |
-
│ │ └── {map_name}.dem
|
| 57 |
│ └── tier2/
|
| 58 |
├── 2025/
|
| 59 |
│ ├── tier1/
|
| 60 |
│ └── tier2/
|
| 61 |
-
└──
|
|
|
|
|
|
|
| 62 |
```
|
| 63 |
|
| 64 |
-
**Example**:
|
| 65 |
-
|
| 66 |
|
| 67 |
---
|
| 68 |
|
| 69 |
-
## Quick
|
| 70 |
|
| 71 |
-
###
|
| 72 |
|
| 73 |
```python
|
| 74 |
from huggingface_hub import snapshot_download
|
| 75 |
|
| 76 |
-
# Download
|
| 77 |
-
|
| 78 |
repo_id="KEDevO/CounterQuant-CS2-Demos",
|
| 79 |
repo_type="dataset",
|
| 80 |
allow_patterns="data/2025/tier1/**",
|
| 81 |
local_dir="./cs2_demos",
|
| 82 |
-
|
| 83 |
)
|
| 84 |
```
|
| 85 |
|
| 86 |
-
###
|
| 87 |
|
| 88 |
```python
|
| 89 |
from demoparser2 import DemoParser
|
|
@@ -94,43 +93,23 @@ kills = parser.parse_event("player_death")
|
|
| 94 |
rounds = parser.parse_ticks(["total_rounds_played", "cash_spent_t", "cash_spent_ct"])
|
| 95 |
```
|
| 96 |
|
| 97 |
-
### 3. Download single file
|
| 98 |
-
|
| 99 |
-
```python
|
| 100 |
-
from huggingface_hub import hf_hub_download
|
| 101 |
-
|
| 102 |
-
hf_hub_download(
|
| 103 |
-
repo_id="KEDevO/CounterQuant-CS2-Demos",
|
| 104 |
-
filename="data/2025/tier1/2401337/vitality-vs-g2-inferno.dem",
|
| 105 |
-
repo_type="dataset"
|
| 106 |
-
)
|
| 107 |
-
```
|
| 108 |
-
|
| 109 |
---
|
| 110 |
|
| 111 |
-
## What You Can Build
|
| 112 |
|
| 113 |
-
- Advanced
|
| 114 |
-
-
|
| 115 |
-
-
|
| 116 |
-
-
|
| 117 |
-
- Custom rating systems (better than HLTV Rating 2.0)
|
| 118 |
- Tactical & game-theory research
|
|
|
|
| 119 |
|
| 120 |
---
|
| 121 |
|
| 122 |
-
##
|
| 123 |
-
|
| 124 |
-
New demos are added **within 24–48 hours** after match completion. The ingestion pipeline runs 24/7.
|
| 125 |
-
|
| 126 |
-
**Last updated**: May 20, 2026
|
| 127 |
-
|
| 128 |
-
---
|
| 129 |
-
|
| 130 |
-
## Related Datasets
|
| 131 |
|
| 132 |
-
- **[CounterQuant Bronze](https://huggingface.co/datasets/KEDevO/CounterQuant-CS2-Bronze)** — Structured
|
| 133 |
-
- [CounterQuant Platform](https://counterquant.com) — Live analytics dashboard
|
| 134 |
|
| 135 |
---
|
| 136 |
|
|
@@ -138,17 +117,19 @@ New demos are added **within 24–48 hours** after match completion. The ingesti
|
|
| 138 |
|
| 139 |
```bibtex
|
| 140 |
@dataset{kulbe2026counterquant,
|
| 141 |
-
author
|
| 142 |
-
title
|
| 143 |
-
year
|
| 144 |
-
publisher
|
| 145 |
-
url
|
| 146 |
-
note
|
| 147 |
}
|
| 148 |
```
|
| 149 |
|
|
|
|
|
|
|
| 150 |
## License
|
| 151 |
|
| 152 |
-
**CC BY 4.0** —
|
| 153 |
|
| 154 |
-
---
|
|
|
|
| 9 |
- counter-strike
|
| 10 |
- esports
|
| 11 |
- demos
|
|
|
|
| 12 |
- sports-analytics
|
| 13 |
+
- game-theory
|
| 14 |
+
- esports-research
|
| 15 |
pretty_name: CounterQuant CS2 Demos
|
| 16 |
size_categories:
|
| 17 |
- n>1T
|
| 18 |
---
|
| 19 |
|
|
|
|
| 20 |
# CounterQuant CS2 Demos
|
| 21 |
|
| 22 |
+
**The largest open collection of professional CS2 demo files (.dem)**
|
| 23 |
|
| 24 |
+
Raw competitive Counter-Strike 2 demos collected from HLTV.org — focused on Tier 1 & Tier 2 matches.
|
| 25 |
|
| 26 |
+
Curated and maintained by **[Eimantas Kulbe (KEDevO)](https://cs2quant.kedevo.com)** as part of the **CounterQuant** esports analytics project.
|
| 27 |
|
| 28 |
+
---
|
| 29 |
|
| 30 |
+
## 📊 Dataset Overview
|
| 31 |
|
| 32 |
+
- **Total Size**: **3.74 TB+** (and continuously growing)
|
| 33 |
+
- **Time Period**: January 2024 – Present
|
| 34 |
+
- **Focus**: Tier 1 & Tier 2 professional matches
|
| 35 |
+
- **Update Frequency**: New demos added within 24–48 hours after matches
|
| 36 |
+
- **Last Updated**: May 20, 2026
|
| 37 |
|
| 38 |
---
|
| 39 |
|
| 40 |
+
## 🎯 Goal & Philosophy
|
| 41 |
|
| 42 |
+
To provide the global research, analytics, and esports community with **unrestricted access** to high-quality professional CS2 demo files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
+
**Philosophy**: Raw data only. No gatekeeping. Parse it, analyze it, and build whatever you want.
|
| 45 |
|
| 46 |
---
|
| 47 |
|
| 48 |
+
## 📁 File Structure
|
| 49 |
|
| 50 |
```bash
|
| 51 |
data/
|
| 52 |
├── 2024/
|
| 53 |
│ ├── tier1/
|
|
|
|
|
|
|
| 54 |
│ └── tier2/
|
| 55 |
├── 2025/
|
| 56 |
│ ├── tier1/
|
| 57 |
│ └── tier2/
|
| 58 |
+
└── 2026/
|
| 59 |
+
├── tier1/
|
| 60 |
+
└── tier2/
|
| 61 |
```
|
| 62 |
|
| 63 |
+
**Example filepath**:
|
| 64 |
+
`data/2025/tier1/2401337/vitality-vs-g2-inferno.dem`
|
| 65 |
|
| 66 |
---
|
| 67 |
|
| 68 |
+
## 🚀 Quick Start
|
| 69 |
|
| 70 |
+
### Download specific year + tier (Recommended)
|
| 71 |
|
| 72 |
```python
|
| 73 |
from huggingface_hub import snapshot_download
|
| 74 |
|
| 75 |
+
# Example: Download all 2025 Tier 1 demos
|
| 76 |
+
snapshot_download(
|
| 77 |
repo_id="KEDevO/CounterQuant-CS2-Demos",
|
| 78 |
repo_type="dataset",
|
| 79 |
allow_patterns="data/2025/tier1/**",
|
| 80 |
local_dir="./cs2_demos",
|
| 81 |
+
resume_download=True
|
| 82 |
)
|
| 83 |
```
|
| 84 |
|
| 85 |
+
### Parse a demo
|
| 86 |
|
| 87 |
```python
|
| 88 |
from demoparser2 import DemoParser
|
|
|
|
| 93 |
rounds = parser.parse_ticks(["total_rounds_played", "cash_spent_t", "cash_spent_ct"])
|
| 94 |
```
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
---
|
| 97 |
|
| 98 |
+
## What You Can Build
|
| 99 |
|
| 100 |
+
- Advanced win probability & clutch models
|
| 101 |
+
- Player chemistry & synergy analysis
|
| 102 |
+
- Utility usage and trade efficiency metrics
|
| 103 |
+
- New generation rating systems
|
|
|
|
| 104 |
- Tactical & game-theory research
|
| 105 |
+
- ML models for movement, positioning, and decision making
|
| 106 |
|
| 107 |
---
|
| 108 |
|
| 109 |
+
## Related Projects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
+
- **[CounterQuant Bronze](https://huggingface.co/datasets/KEDevO/CounterQuant-CS2-Bronze)** — Structured & parsed version (Parquet/JSON)
|
| 112 |
+
- **[CounterQuant Platform](https://counterquant.com)** — Live analytics dashboard & API
|
| 113 |
|
| 114 |
---
|
| 115 |
|
|
|
|
| 117 |
|
| 118 |
```bibtex
|
| 119 |
@dataset{kulbe2026counterquant,
|
| 120 |
+
author = {Eimantas Kulbe},
|
| 121 |
+
title = {CounterQuant CS2 Demos},
|
| 122 |
+
year = {2026},
|
| 123 |
+
publisher = {Hugging Face},
|
| 124 |
+
url = {https://huggingface.co/datasets/KEDevO/CounterQuant-CS2-Demos},
|
| 125 |
+
note = {Continuously updated professional CS2 demo collection}
|
| 126 |
}
|
| 127 |
```
|
| 128 |
|
| 129 |
+
---
|
| 130 |
+
|
| 131 |
## License
|
| 132 |
|
| 133 |
+
This dataset is licensed under **CC BY 4.0** — you are free to use, modify, and build upon it with proper attribution.
|
| 134 |
|
| 135 |
+
---
|