mignonjia/acav100m
ACAV100M Video+Caption Dataset Dataset Structure The dataset is split into sharded .tar.gz archives (~1000 video+caption pairs each). Each shard has the following structure: shard_XXXX.tar.gz └── shard_XXXX/ ├── videos/ │ ├── <video_id>_clip.mp4 │ └── ... └── captions/ ├── <video_id>_clip.txt └── ... videos/: 5-second 1080p MP4 clips with audio captions/: Corresponding text caption for each video clip Only videos with a… See the full description on the dataset page: https://huggingface.co/datasets/mignonjia/acav100m.
ACAV100M Video+Caption Dataset
Dataset Structure
The dataset is split into sharded .tar.gz archives (~1000 video+caption pairs each).
Each shard has the following structure:
shard_XXXX.tar.gz
└── shard_XXXX/
├── videos/
│ ├── <video_id>_clip.mp4
│ └── ...
└── captions/
├── <video_id>_clip.txt
└── ...- videos/: 5-second 1080p MP4 clips with audio
- captions/: Corresponding text caption for each video clip
Only videos with a matching caption are included. Video and caption files share the same stem (e.g. abc123_clip.mp4 and abc123_clip.txt).
Usage
Download and extract a shard:
# Download a single shard
huggingface-cli download mignonjia/acav100m shard_0001.tar.gz --repo-type dataset
# Extract
tar xzf shard_0001.tar.gzStatistics
- Total pairs: 115k video+caption pairs
- Shards: 115
- Shard size: ~2 GB (1000 pairs) per shard
- Video format: MP4, 1080p, 5 seconds, 24fps, 1920 * 1088, with audio
