Add pipeline tag and library name
Browse filesThis PR adds the missing `pipeline_tag` and `library_name` to the model card metadata. This will improve discoverability of the model on the Hugging Face Hub. The `pipeline_tag` is set to `image-to-video` reflecting the model's functionality as described in the paper. The `library_name` is set to `transformers` based on the code examples and file structure.
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
<div align="center">
|
| 5 |
<img src="assets/index_icon.png" width="250"/>
|
| 6 |
|
|
@@ -70,7 +73,8 @@ Specialized evaluation models and scoring algorithms for anime video generation,
|
|
| 70 |
- Standard test dataset aligned with ACG aesthetics
|
| 71 |
- Human Preference Alignment
|
| 72 |
|
| 73 |
-
The benchmark dataset contains 948 animation video clips are collected and labeled
|
|
|
|
| 74 |
Fill the form and send PDF format to [email protected] or [email protected] (links provided after agreeing with Bilibili)
|
| 75 |
|
| 76 |
|
|
@@ -207,4 +211,4 @@ Fill the <a href="assets/anisora_benchmark_agreement_form.doc">form</a> and sen
|
|
| 207 |
journal={arXiv preprint arXiv:2412.10255},
|
| 208 |
year={2024}
|
| 209 |
}
|
| 210 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-to-video
|
| 5 |
---
|
| 6 |
+
|
| 7 |
<div align="center">
|
| 8 |
<img src="assets/index_icon.png" width="250"/>
|
| 9 |
|
|
|
|
| 73 |
- Standard test dataset aligned with ACG aesthetics
|
| 74 |
- Human Preference Alignment
|
| 75 |
|
| 76 |
+
The benchmark dataset contains 948 animation video clips are collected and labeled
|
| 77 |
+
with different actions. Each label contains 10-30 video clips. The corresponding text prompt is generated by Qwen-VL2 at first, then is corrected manually to guarantee the text-video alignment.
|
| 78 |
Fill the form and send PDF format to [email protected] or [email protected] (links provided after agreeing with Bilibili)
|
| 79 |
|
| 80 |
|
|
|
|
| 211 |
journal={arXiv preprint arXiv:2412.10255},
|
| 212 |
year={2024}
|
| 213 |
}
|
| 214 |
+
```
|