nielsr HF Staff commited on
Commit
f037bc6
·
verified ·
1 Parent(s): 71575ec

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

Browse files

This PR improves the model card by:
- Linking the model to its paper: [AIGVE-MACS: Unified Multi-Aspect Commenting and Scoring Model for AI-Generated Video Evaluation](https://huggingface.co/papers/2507.01255).
- Adding the `video-to-text` pipeline tag, ensuring better discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=video-to-text).
- Specifying `transformers` as the `library_name` as the model is compatible with it.

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.