mwxely commited on
Commit ·
cb72ded
1
Parent(s): 1728be3
card: correct selfqa.zip size from ~6 GB to ~3 GB (actual: 3.27 GB)
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ Files are grouped by sentinel bucket (matching the path scheme used by [`paravt.
|
|
| 34 |
| `longvt_source/videor1_<N>/...` *(images)* | Auxiliary image files (`.png` / `.jpg`) referenced by the multi-modal interleaved rows in `paravt_sft_videor1_50k.parquet` | `videor1_<N>_images.zip` (one per `videor1_<N>` bucket) |
|
| 35 |
| `museg/charades/` | Charades-STA clips used by the `charades` SFT split and the `charades_tvg` RL split | `charades_<idx>.zip` |
|
| 36 |
| `museg/et_instruct_164k/` | MuSeG `et_instruct_164k` clips used by the `museg` SFT split | `et_instruct_<idx>.zip` |
|
| 37 |
-
| `selfqa/` | Self-curated open-ended QA clips (HACS- and Ego4D-derived UUIDs / YouTube IDs) used by the `hacs` and `ego4d_naq` RL splits | `selfqa.zip` (single archive, ~
|
| 38 |
|
| 39 |
Each archive is sized to stay below 10 GB on disk so that LFS pointer + Cloudflare CDN serving stays well-behaved. The `<src>_<idx>.zip` and `videor1_<N>_images.zip` archives that share a `videor1_<N>` prefix unzip into disjoint subdirectories of the same `videor1_<N>/` tree (videos under `CLEVRER/`, `LLaVA-Video-178K/`, … and images under `Chart/`, `Math/`, `Knowledge/`, `OCR/`, …), so they don't overwrite each other.
|
| 40 |
|
|
|
|
| 34 |
| `longvt_source/videor1_<N>/...` *(images)* | Auxiliary image files (`.png` / `.jpg`) referenced by the multi-modal interleaved rows in `paravt_sft_videor1_50k.parquet` | `videor1_<N>_images.zip` (one per `videor1_<N>` bucket) |
|
| 35 |
| `museg/charades/` | Charades-STA clips used by the `charades` SFT split and the `charades_tvg` RL split | `charades_<idx>.zip` |
|
| 36 |
| `museg/et_instruct_164k/` | MuSeG `et_instruct_164k` clips used by the `museg` SFT split | `et_instruct_<idx>.zip` |
|
| 37 |
+
| `selfqa/` | Self-curated open-ended QA clips (HACS- and Ego4D-derived UUIDs / YouTube IDs) used by the `hacs` and `ego4d_naq` RL splits | `selfqa.zip` (single archive, ~3 GB) |
|
| 38 |
|
| 39 |
Each archive is sized to stay below 10 GB on disk so that LFS pointer + Cloudflare CDN serving stays well-behaved. The `<src>_<idx>.zip` and `videor1_<N>_images.zip` archives that share a `videor1_<N>` prefix unzip into disjoint subdirectories of the same `videor1_<N>/` tree (videos under `CLEVRER/`, `LLaVA-Video-178K/`, … and images under `Chart/`, `Math/`, `Knowledge/`, `OCR/`, …), so they don't overwrite each other.
|
| 40 |
|