Add benchmark split files
Browse files- .gitattributes +1 -0
- benchmark/split_config.json +55 -0
- benchmark/test.csv +0 -0
- benchmark/train.csv +3 -0
- benchmark/validation.csv +0 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
benchmark/train.csv filter=lfs diff=lfs merge=lfs -text
|
benchmark/split_config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"benchmark_name": "shanse001_rebuilt_entity_split",
|
| 3 |
+
"num_selected_entities": 7,
|
| 4 |
+
"num_branches": 12,
|
| 5 |
+
"target_interval_minutes": 1,
|
| 6 |
+
"base_interval_minutes": 10,
|
| 7 |
+
"train_source": "combined",
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"dropped_zero_signal_datasets": [],
|
| 10 |
+
"train": {
|
| 11 |
+
"entity_count": 5,
|
| 12 |
+
"entity_names": [
|
| 13 |
+
"shanse001_aug_chunk_01_1min",
|
| 14 |
+
"shanse001_aug_chunk_02_1min",
|
| 15 |
+
"shanse001_aug_chunk_06_1min",
|
| 16 |
+
"shanse001_aug_chunk_03_1min",
|
| 17 |
+
"shanse001_aug_chunk_05_1min"
|
| 18 |
+
],
|
| 19 |
+
"combined_rows": 104835,
|
| 20 |
+
"base_rows": 34945,
|
| 21 |
+
"combined_hours": 1747.25,
|
| 22 |
+
"base_hours": 582.4166666666666,
|
| 23 |
+
"train_source": "combined"
|
| 24 |
+
},
|
| 25 |
+
"val": {
|
| 26 |
+
"entity_count": 1,
|
| 27 |
+
"entity_names": [
|
| 28 |
+
"shanse001_aug_chunk_04_1min"
|
| 29 |
+
],
|
| 30 |
+
"combined_rows": 21273,
|
| 31 |
+
"base_rows": 7091,
|
| 32 |
+
"combined_hours": 354.55,
|
| 33 |
+
"base_hours": 118.18333333333334,
|
| 34 |
+
"train_source": "base"
|
| 35 |
+
},
|
| 36 |
+
"test": {
|
| 37 |
+
"entity_count": 1,
|
| 38 |
+
"entity_names": [
|
| 39 |
+
"shanse001_jul_chunk_01_1min"
|
| 40 |
+
],
|
| 41 |
+
"combined_rows": 35973,
|
| 42 |
+
"base_rows": 11991,
|
| 43 |
+
"combined_hours": 599.55,
|
| 44 |
+
"base_hours": 199.85,
|
| 45 |
+
"train_source": "base"
|
| 46 |
+
},
|
| 47 |
+
"train_csv_path": "train.csv",
|
| 48 |
+
"val_csv_path": "validation.csv",
|
| 49 |
+
"test_csv_path": "test.csv",
|
| 50 |
+
"notes": [
|
| 51 |
+
"Entity-level split. The same entity never appears in more than one split.",
|
| 52 |
+
"Training entities may use combined synthetic CSVs; validation and test use base CSVs only.",
|
| 53 |
+
"All downstream methods should reuse this benchmark bundle unchanged."
|
| 54 |
+
]
|
| 55 |
+
}
|
benchmark/test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
benchmark/train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53678158e7deb2caedf1d9e4b142b059ff4b46ff5361ae98594ec787b51550cd
|
| 3 |
+
size 37384715
|
benchmark/validation.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|