nightfury commited on
Commit
77ec6c2
1 Parent(s): 7d82119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -17,3 +17,37 @@ widget:
17
  co2_eq_emissions:
18
  emissions: 7.940487247386902
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  co2_eq_emissions:
18
  emissions: 7.940487247386902
19
  ---
20
+
21
+ *__NOTE__:
22
+ To detect pictures generated using older models such as VQGAN+CLIP, please use the [updated version](https://huggingface.co/Organika/sdxl-detector) of this detector instead.*
23
+
24
+ In this model i'm using a ViT model to predict whether an artistic image was generated using AI or not.
25
+
26
+ The training dataset didn't include any samples generated from Midjourney 5, SDXL, or DALLE-3. But was trained on outputs of their predecessors.
27
+
28
+ Scope of this tool is artistic images; that is to say, it is not a deepfake photo detector, and general computer imagery (webcams, screenshots, etc.) may throw it off.
29
+
30
+ The potential indicator for this tool is to serve to detect whether an image was AI-generated or not.
31
+
32
+ Images scoring as very probably artificial (e.g. 90% or higher) could be referred to a human expert for further investigation, if needed.
33
+
34
+ # Model Trained Using AutoTrain
35
+
36
+ - Problem type: Binary Classification
37
+ - Model ID: 151965872
38
+ - CO2 Emissions (in grams): 7.9405
39
+
40
+ ## Validation Metrics
41
+
42
+ - Loss: 0.163
43
+ - Accuracy: 0.942
44
+ - Precision: 0.938
45
+ - Recall: 0.978
46
+ - AUC: 0.980
47
+ - F1: 0.958
48
+
49
+ # License Notice
50
+
51
+ This work is licensed under a [Creative Commons Attribution-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nd/4.0/).
52
+
53
+ You may distribute and make this model available to others as part of your own web page, app, or service so long as you provide attribution. However, use of this model within text-to-image systems to evade AI image detection would be considered a "derivative work" and as such prohibited by the license terms.