Add pipeline tag, library name, and paper link to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: video-to-text
4
+ library_name: transformers
5
+ ---
6
+
7
+ This repository contains the AIGVE-MACS model, a unified model for AI-Generated Video Evaluation (AIGVE), as presented in the paper [AIGVE-MACS: Unified Multi-Aspect Commenting and Scoring Model for AI-Generated Video Evaluation](https://huggingface.co/papers/2507.01255).
8
+
9
+ AIGVE-MACS is designed to provide both numerical scores and multi-aspect language comment feedback for AI-generated videos. It leverages Vision-Language Models with a novel token-wise weighted loss and a dynamic frame sampling strategy to align with human evaluators.
10
+
11
+ This model is compatible with the Hugging Face `transformers` library.