SadraCoding commited on
Commit
ca7b070
·
verified ·
1 Parent(s): b694fec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SDXL-Deepfake-Detector
2
  ### Detecting AI-Generated Faces with Precision and Purpose
3
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - image-classification
5
+ - deepfake-detection
6
+ - computer-vision
7
+ - vision-transformer
8
+ - sdxl
9
+ - fake-face-detection
10
+ datasets:
11
+ - xhlulu/140k-real-and-fake-faces
12
+ metrics:
13
+ - accuracy
14
+ - f1
15
+ - precision
16
+ - recall
17
+ model-index:
18
+ - name: SDXL-Deepfake-Detector
19
+ results:
20
+ - task:
21
+ type: image-classification
22
+ name: Image Classification
23
+ dataset:
24
+ name: 140k Real and Fake Faces
25
+ type: xhlulu/140k-real-and-fake-faces
26
+ metrics:
27
+ - type: accuracy
28
+ value: 0.91
29
+ name: Accuracy
30
+ ---
31
+
32
  # SDXL-Deepfake-Detector
33
  ### Detecting AI-Generated Faces with Precision and Purpose
34