prithivMLmods commited on
Commit
0b8c770
·
verified ·
1 Parent(s): 0a459a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -21,6 +21,9 @@ language:
21
 
22
  > `deepfake-detector-model` is a vision-language encoder model fine-tuned from [`siglip2-base-patch16-512`](https://huggingface.co/google/siglip-base-patch16-512) for binary deepfake image classification. It is trained to detect whether an image is real or generated using synthetic media techniques. The model uses the `SiglipForImageClassification` architecture.
23
 
 
 
 
24
  ```py
25
  Classification Report:
26
  precision recall f1-score support
 
21
 
22
  > `deepfake-detector-model` is a vision-language encoder model fine-tuned from [`siglip2-base-patch16-512`](https://huggingface.co/google/siglip-base-patch16-512) for binary deepfake image classification. It is trained to detect whether an image is real or generated using synthetic media techniques. The model uses the `SiglipForImageClassification` architecture.
23
 
24
+ > [!warning]
25
+ Experimental
26
+
27
  ```py
28
  Classification Report:
29
  precision recall f1-score support