Safetensors
nielsr HF Staff commited on
Commit
77b7767
·
verified ·
1 Parent(s): 1a428bf

Add model card and metadata

Browse files

This PR adds the `pipeline_tag` and `library_name` metadata, and provides a basic model card with links to the paper, project page, and code repository so that the model is easier to discover and understand.

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: video-text-to-text
5
  ---
6
+
7
+ This repository contains **VA-Judger**, a chain-of-thought omni-reward model for joint video-audio generation, presented in the paper [VA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation](https://huggingface.co/papers/2608.18607).
8
+
9
+ - Project page: https://sharelab-sii.github.io/VA-Judger/
10
+ - Code: https://github.com/ShareLab-SII/VA-Judger