Add pipeline tag and library_name, link to code
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=video-question-answering&sort=trending,
and also adds the library name tag, ensuring the proper "how to use" button appears on the top right.
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 |
+
```
|