Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ base_model:
|
|
8 |
---
|
9 |
Checks whether the image is real or fake (AI-generated).
|
10 |
|
|
|
|
|
|
|
|
|
11 |
See https://www.kaggle.com/code/dima806/cifake-ai-generated-image-detection-vit for more details.
|
12 |
|
13 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/bbtmz7duMA6o4HfEp_vjz.png)
|
|
|
8 |
---
|
9 |
Checks whether the image is real or fake (AI-generated).
|
10 |
|
11 |
+
**Note to users who want to use this model in production:**
|
12 |
+
|
13 |
+
Beware that this model is trained on a dataset collected about 2 years ago. Since then, there is a remarkable progress in generating deepfake images with common AI tools, resulting in a significant concept drift. To mitigate that, I urge you to retrain the model using the latest available labeled data. As a quick-fix approach, simple reducing the threshold (say from default 0.5 to 0.1 or even 0.01) of labelling image as a fake may suffice. However, you will do that at your own risk, and retraining the model is the better way of handling the concept drift.
|
14 |
+
|
15 |
See https://www.kaggle.com/code/dima806/cifake-ai-generated-image-detection-vit for more details.
|
16 |
|
17 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/bbtmz7duMA6o4HfEp_vjz.png)
|