farrag402/charades-siglip-tokens
Charades SigLIP Token Cache (Stage 1) This is derived data (SigLIP embeddings of video frames), not a redistribution of the source dataset's raw video. Source: Charades (Allen Institute for AI), via the community mirror jinyoungkim/Charades; ~30 s average indoor activity videos. Subset: 5000 videos, stratified over the 157 Charades action classes (multi-label) with fixed seed 42 (exact IDs in manifest.json). Processing: google/siglip-so400m-patch14-384, fully frozen… See the full description on the dataset page: https://huggingface.co/datasets/farrag402/charades-siglip-tokens.
0109
Charades SigLIP Token Cache (Stage 1)
*This is derived data (SigLIP embeddings of video frames), not a redistribution of the source dataset's raw video.*
- Source: Charades (Allen Institute for AI), via the community mirror `jinyoungkim/Charades`; ~30 s average indoor activity videos.
- Subset: 5000 videos, stratified over the 157 Charades action classes (multi-label) with fixed seed 42 (exact IDs in
manifest.json). - Processing:
google/siglip-so400m-patch14-384, fully frozen, penultimate transformer layer (final layer deleted,post_layernormbypassed), 2×2-style bilinear pooling 729 → 196 tokens/frame, 1 fps sampling (capped frames spread uniformly over the full video). No temporal chunking — the flat token sequence carries per-frame timestamps; windowing is left to the consumer. - File format: one
.ptper video containing{"tokens": float16 [T, 196, 1152], "metadata": {...}}— metadata carries row-aligned frame indices/timestamps. The.jsonfiles mirror the metadata for quick inspection only; the.ptis the source of truth. - Intended use: Stage 1 self-supervised pretraining targets for a video compressor project. This is not a general-purpose mirror of the source dataset; captions/QA annotations were deliberately not processed.
