Add countix compatibility subset mapping manifests
Browse files
README.md
CHANGED
|
@@ -33,3 +33,14 @@ This repository contains **RepCountA/LLSP split data in Lance format**.
|
|
| 33 |
## Notes
|
| 34 |
|
| 35 |
This package is built from local archive `RepCountA.tar.gz` (LLSP structure).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
## Notes
|
| 34 |
|
| 35 |
This package is built from local archive `RepCountA.tar.gz` (LLSP structure).
|
| 36 |
+
|
| 37 |
+
## Countix Compatibility Subset
|
| 38 |
+
|
| 39 |
+
For internal compatibility use, this repository provides a **Countix-compatible subset alias** based on the full RepCountA package:
|
| 40 |
+
|
| 41 |
+
- `countix_compat_all` = union of `train` + `validation` + `test` (all rows, no filtering)
|
| 42 |
+
- Total rows: 1041
|
| 43 |
+
- Manifest: `subsets/countix_compat_all.tsv`
|
| 44 |
+
- Video IDs only: `subsets/countix_compat_video_ids.tsv`
|
| 45 |
+
|
| 46 |
+
Note: this is a compatibility alias for workflow integration and is not the official Countix benchmark release.
|