Datasets:
license: mit | |
task_categories: | |
- video-classification | |
configs: | |
- config_name: loss_only | |
data_files: boundaries.jsonl | |
- config_name: loss+info | |
data_files: boundaries_with_info.jsonl | |
This is the segmented datasets of the [SkillDiscovery](https://github.com/CraftJarvis/SkillDiscovery/) project ([arXiv](https://huggingface.co/papers/2503.10684), [project page](https://craftjarvis.github.io/SkillDiscovery/)). | |
Each line of the jsonl file consists of the video file name and the boundaries [begin1, end1], [begin2, end2], ... | |
Events information is also included in the "with info" file. | |
The video files can be downloaded [here](https://github.com/openai/Video-Pre-Training). Notice that we use the **7.x** version. |