nielsr HF staff commited on
Commit
513b82f
·
verified ·
1 Parent(s): 2daa1d2

Add dataset card

Browse files

This PR adds a dataset card for the MJ-VIDEO dataset.

Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - video-text-to-text
4
+ license: mit
5
+ tags:
6
+ - video-generation
7
+ - reward-modeling
8
+ ---
9
+
10
+ This repository contains the implementation of the paper "MJ-VIDEO: Fine-Grained Benchmarking and Rewarding Video Preferences in Video Generation".
11
+
12
+ Paper: https://arxiv.org/abs/2502.01719
13
+ Code: https://github.com/aiming-lab/MJ-Video
14
+ Project Page: https://aiming-lab.github.io/MJ-VIDEO.github.io/
15
+
16
+ This repository contains the implementation of the paper "MJ-VIDEO: Fine-Grained Benchmarking and Rewarding Video Preferences in Video Generation". We create a fine-grained video preference dataset **MJ-BENCH-VIDEO** and a MoE-structured video reward model **MJ-VIDEO**.