File size: 724 Bytes
ac07c51
 
3b9f636
 
9f627b6
 
3b9f636
9f627b6
3b9f636
ac07c51
 
3b9f636
ac07c51
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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.