nielsr HF Staff commited on
Commit
5a25fdd
·
verified ·
1 Parent(s): 255b2ff

Add dataset card with metadata and links

Browse files

This PR adds the missing `image-to-video` task category to the dataset metadata and includes links to the paper, project page, and GitHub repository, along with a brief description of the dataset.

Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - image-to-video
5
+ ---
6
+
7
+ # OpenVE-3M
8
+
9
+ This repository contains the large-scale, high-quality dataset for instruction-guided video editing presented in the paper [OpenVE-3M: A Large-Scale High-Quality Dataset for Instruction-Guided Video Editing](https://huggingface.co/papers/2512.07826).
10
+
11
+ **Project page:** [https://lewandofskee.github.io/projects/OpenVE](https://lewandofskee.github.io/projects/OpenVE)
12
+ **Code:** [https://github.com/OpenVE-Team/OpenVE-3M](https://github.com/OpenVE-Team/OpenVE-3M)
13
+
14
+ The dataset comprises two primary categories of edits:
15
+ - **Spatially-aligned edits:** Global Style, Background Change, Local Change, Local Remove, Local Add, and Subtitles Edit
16
+ - **Non-spatially-aligned edits:** Camera Multi-Shot Edit and Creative Edit
17
+
18
+ All edit types are generated via a meticulously designed data pipeline with rigorous quality filtering. The dataset is intended for training and evaluating instruction-based video editing models.