fatty-belly nielsr HF staff commited on
Commit
3b9f636
·
verified ·
1 Parent(s): 9f627b6

Add link to paper, project page, and task category (#2)

Browse files

- Add link to paper, project page, and task category (235112e356f9691a7747cb32103f98340faeef94)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
  license: mit
3
-
 
4
  configs:
5
  - config_name: loss_only
6
- data_files: "boundaries.jsonl"
7
  - config_name: loss+info
8
- data_files: "boundaries_with_info.jsonl"
9
  ---
10
 
11
- This is the segmented datasets of the [SkillDiscovery](https://github.com/CraftJarvis/SkillDiscovery/) project ([arXiv](arxiv.org/abs/2503.10684)).
12
  Each line of the jsonl file consists of the video file name and the boundaries [begin1, end1], [begin2, end2], ...
13
  Events information is also included in the "with info" file.
14
  The video files can be downloaded [here](https://github.com/openai/Video-Pre-Training). Notice that we use the **7.x** version.
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - video-classification
5
  configs:
6
  - config_name: loss_only
7
+ data_files: boundaries.jsonl
8
  - config_name: loss+info
9
+ data_files: boundaries_with_info.jsonl
10
  ---
11
 
12
+ 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/)).
13
  Each line of the jsonl file consists of the video file name and the boundaries [begin1, end1], [begin2, end2], ...
14
  Events information is also included in the "with info" file.
15
  The video files can be downloaded [here](https://github.com/openai/Video-Pre-Training). Notice that we use the **7.x** version.