Ouzhang's picture
Add files using upload-large-folder tool
8e29a6e verified
Raw
History Blame Contribute Delete
293 Bytes
"""
VEFX-Reward: A reward model for video editing quality assessment.
Evaluates video edits on three dimensions (1–4 scale):
- IF (Instructional Following)
- RQ (Render Quality)
- EE (Edit Exclusivity)
"""
__version__ = "0.1.0"
from .inference import VEFXReward
__all__ = ["VEFXReward"]