Add model card
Browse filesThis PR adds a model card for the paper [Multi-Agent Forensic Reasoning for Generalizable Deepfake Video Detection](https://huggingface.co/papers/2608.06865). It also adds the `video-text-to-text` pipeline tag and links to the project page and code repository.
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: video-text-to-text
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
This repository contains the model described in [Multi-Agent Forensic Reasoning for Generalizable Deepfake Video Detection](https://huggingface.co/papers/2608.06865).
|
| 6 |
+
|
| 7 |
+
Project page: https://xavierjiezou.github.io/ARGUS
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/XavierJiezou/ARGUS
|