thu-huangzc
commited on
Commit
•
49858bb
1
Parent(s):
e94253c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
base_model:
|
8 |
+
- liuhaotian/llava-v1.6-mistral-7b
|
9 |
+
pipeline_tag: image-classification
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- llm
|
13 |
+
- mllm
|
14 |
+
- deepfake
|
15 |
+
---
|
16 |
+
# FFAA Model Card
|
17 |
+
## Model details
|
18 |
+
**Model type**: Face Forgery Analysis Assistant (FFAA) consists of a fine-tuned MLLM and Multi-answer Intelligent Decision System (MIDS).
|
19 |
+
It is a Multi-modal Large Language Model dedicated to the face forgery analysis.
|
20 |
+
Base MLLM: [liuhaotian/llava-v1.6-mistral-7b](https://huggingface.co/liuhaotian/llava-v1.6-mistral-7b)
|
21 |
+
|
22 |
+
**Paper or resources for more information**: [https://ffaa-vl.github.io/](https://ffaa-vl.github.io/)
|
23 |
+
|
24 |
+
**Where to send questions or comments about the model**: [https://github.com/thu-huangzc/FFAA/issues](https://github.com/thu-huangzc/FFAA/issues)
|
25 |
+
|
26 |
+
## Intended use
|
27 |
+
**Primary intended uses**: The primary use of FFAA is research on the applications of MLLMs in face forgery analysis, which is essential
|
28 |
+
for understanding the model’s decision-making process and advancing real-world face forgery analysis.
|
29 |
+
|
30 |
+
**Primary intended users**: The primary intended users of the model are researchers and hobbyists in computer vision,
|
31 |
+
natural language processing, machine learning, and artificial intelligence.
|
32 |
+
|
33 |
+
## Training dataset
|
34 |
+
* 20K face forgery analysis VQA (FFA-VQA) dataset, captioned by GPT-4o.
|
35 |
+
|
36 |
+
* 90K historical answer data generated by the MLLM fine-tuned on FFA-VQA.
|
37 |
+
|
38 |
+
## Evaluation dataset
|
39 |
+
Open-World Face Forgery Analysis Benchmark (OW-FFA-Bench), including 6 face forgery generalization test sets.
|
40 |
+
The download link is [Google driver](https://drive.google.com/file/d/1867ZKwFCh_OLm-uUsiIiI9RjrUv0JMZX/view?usp=drive_link)
|