Add pipeline tag and library_name, link to code
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# VideoHallu: Evaluating and Mitigating Multi-modal Hallucinations for Synthetic Videos
|
@@ -8,7 +10,7 @@ license: apache-2.0
|
|
8 |
|
9 |
[[๐ Paper](https://arxiv.org/abs/2505.01481)] [[๐ค Dataset](https://huggingface.co/datasets/zli12321/VideoHalluB)][[๐Website](https://smashedpython.github.io/videohallu.github.io/)]
|
10 |
|
11 |
-
|
12 |
|
13 |
## ๐ About VideoHallu
|
14 |
|
@@ -94,4 +96,4 @@ If you find our work helpful for your research, please consider citing our work.
|
|
94 |
primaryClass={cs.CV},
|
95 |
url={https://arxiv.org/abs/2406.10900},
|
96 |
}
|
97 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: video-question-answering
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
|
7 |
# VideoHallu: Evaluating and Mitigating Multi-modal Hallucinations for Synthetic Videos
|
|
|
10 |
|
11 |
[[๐ Paper](https://arxiv.org/abs/2505.01481)] [[๐ค Dataset](https://huggingface.co/datasets/zli12321/VideoHalluB)][[๐Website](https://smashedpython.github.io/videohallu.github.io/)]
|
12 |
|
13 |
+
Code: https://github.com/zli12321/VideoHallu
|
14 |
|
15 |
## ๐ About VideoHallu
|
16 |
|
|
|
96 |
primaryClass={cs.CV},
|
97 |
url={https://arxiv.org/abs/2406.10900},
|
98 |
}
|
99 |
+
```
|