Reassign train/val split: 14 train rounds (0-13), 2 val rounds (14-15)
Browse files- README.md +2 -2
- manifest.parquet +1 -1
- metadata/match_b7638ebe5d27__r014__p00.json +1 -1
- metadata/match_b7638ebe5d27__r014__p01.json +1 -1
- metadata/match_b7638ebe5d27__r014__p02.json +1 -1
- metadata/match_b7638ebe5d27__r014__p03.json +1 -1
- metadata/match_b7638ebe5d27__r014__p04.json +1 -1
- metadata/match_b7638ebe5d27__r014__p05.json +1 -1
- metadata/match_b7638ebe5d27__r014__p06.json +1 -1
- metadata/match_b7638ebe5d27__r014__p07.json +1 -1
- metadata/match_b7638ebe5d27__r014__p08.json +1 -1
- metadata/match_b7638ebe5d27__r014__p09.json +1 -1
- round_index.parquet +1 -1
- subsets/sample.parquet +1 -1
README.md
CHANGED
|
@@ -56,8 +56,8 @@ The exact sample membership is listed in `subsets/sample.parquet`. This sample i
|
|
| 56 |
|
| 57 |
The `split` column in `manifest.parquet`, `round_index.parquet`, and each `metadata/<sample_key>.json` sidecar assigns rounds deterministically:
|
| 58 |
|
| 59 |
-
- **train** — rounds with `round_idx <
|
| 60 |
-
- **val** — rounds with `round_idx =
|
| 61 |
|
| 62 |
This split exists solely so downstream code can exercise its `split="train"` / `split="val"` loader branches against the sample. It is **not** a meaningful evaluation split — 160 clips from one match-map are too few and too correlated (same map, same players, sequential rounds) to support any generalization claim. For any actual evaluation, use the full release's official `val` / `test` splits.
|
| 63 |
|
|
|
|
| 56 |
|
| 57 |
The `split` column in `manifest.parquet`, `round_index.parquet`, and each `metadata/<sample_key>.json` sidecar assigns rounds deterministically:
|
| 58 |
|
| 59 |
+
- **train** — rounds with `round_idx < 14` · 14 rounds · 140 clips
|
| 60 |
+
- **val** — rounds with `round_idx >= 14` · 2 rounds · 20 clips
|
| 61 |
|
| 62 |
This split exists solely so downstream code can exercise its `split="train"` / `split="val"` loader branches against the sample. It is **not** a meaningful evaluation split — 160 clips from one match-map are too few and too correlated (same map, same players, sequential rounds) to support any generalization claim. For any actual evaluation, use the full release's official `val` / `test` splits.
|
| 63 |
|
manifest.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 29915
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:432a5fc3bbbe0063c9fe34d8958682762bf7e64efe5c86da68a6d9652673b165
|
| 3 |
size 29915
|
metadata/match_b7638ebe5d27__r014__p00.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p00",
|
| 56 |
"sample_kills_total": 2,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 2050,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p00",
|
| 56 |
"sample_kills_total": 2,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 2050,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p01.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p01",
|
| 56 |
"sample_kills_total": 7,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 50,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p01",
|
| 56 |
"sample_kills_total": 7,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 50,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p02.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
"sample_key": "match_b7638ebe5d27__r014__p02",
|
| 54 |
"sample_kills_total": 8,
|
| 55 |
"score_diff_start": 4,
|
| 56 |
-
"split": "
|
| 57 |
"start_armor": 100,
|
| 58 |
"start_balance": 0,
|
| 59 |
"start_has_bomb": false,
|
|
|
|
| 53 |
"sample_key": "match_b7638ebe5d27__r014__p02",
|
| 54 |
"sample_kills_total": 8,
|
| 55 |
"score_diff_start": 4,
|
| 56 |
+
"split": "val",
|
| 57 |
"start_armor": 100,
|
| 58 |
"start_balance": 0,
|
| 59 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p03.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p03",
|
| 56 |
"sample_kills_total": 4,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 150,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p03",
|
| 56 |
"sample_kills_total": 4,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 150,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p04.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p04",
|
| 56 |
"sample_kills_total": 4,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 150,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p04",
|
| 56 |
"sample_kills_total": 4,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 150,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p05.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p05",
|
| 56 |
"sample_kills_total": 6,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 50,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p05",
|
| 56 |
"sample_kills_total": 6,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 50,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p06.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
"sample_key": "match_b7638ebe5d27__r014__p06",
|
| 54 |
"sample_kills_total": 8,
|
| 55 |
"score_diff_start": 4,
|
| 56 |
-
"split": "
|
| 57 |
"start_armor": 100,
|
| 58 |
"start_balance": 1750,
|
| 59 |
"start_has_bomb": false,
|
|
|
|
| 53 |
"sample_key": "match_b7638ebe5d27__r014__p06",
|
| 54 |
"sample_kills_total": 8,
|
| 55 |
"score_diff_start": 4,
|
| 56 |
+
"split": "val",
|
| 57 |
"start_armor": 100,
|
| 58 |
"start_balance": 1750,
|
| 59 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p07.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p07",
|
| 56 |
"sample_kills_total": 8,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 350,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p07",
|
| 56 |
"sample_kills_total": 8,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 350,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p08.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p08",
|
| 56 |
"sample_kills_total": 2,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 2400,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p08",
|
| 56 |
"sample_kills_total": 2,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 2400,
|
| 61 |
"start_has_bomb": false,
|
metadata/match_b7638ebe5d27__r014__p09.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p09",
|
| 56 |
"sample_kills_total": 5,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
-
"split": "
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 2300,
|
| 61 |
"start_has_bomb": false,
|
|
|
|
| 55 |
"sample_key": "match_b7638ebe5d27__r014__p09",
|
| 56 |
"sample_kills_total": 5,
|
| 57 |
"score_diff_start": 4,
|
| 58 |
+
"split": "val",
|
| 59 |
"start_armor": 100,
|
| 60 |
"start_balance": 2300,
|
| 61 |
"start_has_bomb": false,
|
round_index.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 11402
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f33e3198ef8475e02d8709cea7f7acca07dc8b9e2deabc96f43e2c4de7776cf6
|
| 3 |
size 11402
|
subsets/sample.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6894b2d6110d465deb52cb8427a50b9ab333a143d8141aa7545525d5594f0f6
|
| 3 |
size 4592
|