Add task category metadata and link to code repository
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# VGI-Bench | Data
|
| 2 |
|
| 3 |
-
[](https://arxiv.org/abs/2608.19583) [](https://hexuan21.github.io/VGI-Bench/)
|
| 4 |
|
| 5 |
This repository holds the **data** of VGI-Bench, in two subtrees:
|
| 6 |
|
|
@@ -25,4 +30,4 @@ eval_res/
|
|
| 25 |
video_model_res/<model>/<task>/<task>_<lv>_<id>.mp4
|
| 26 |
image_model_res/<model>/<task>/<task>_<lv>_<id>.png
|
| 27 |
_preview/... 640px previews
|
| 28 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-to-video
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# VGI-Bench | Data
|
| 7 |
|
| 8 |
+
[](https://arxiv.org/abs/2608.19583) [](https://hexuan21.github.io/VGI-Bench/) [](https://github.com/hexuan21/VGI-Bench)
|
| 9 |
|
| 10 |
This repository holds the **data** of VGI-Bench, in two subtrees:
|
| 11 |
|
|
|
|
| 30 |
video_model_res/<model>/<task>/<task>_<lv>_<id>.mp4
|
| 31 |
image_model_res/<model>/<task>/<task>_<lv>_<id>.png
|
| 32 |
_preview/... 640px previews
|
| 33 |
+
```
|