AdamCodd commited on
Commit
14a51d3
•
1 Parent(s): dade703

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -32,6 +32,8 @@ It achieves the following results on the evaluation set:
32
  - Loss: 0.0937
33
  - Accuracy: 0.9654
34
 
 
 
35
  **Disclaimer**: This model wasn't made with generative images in mind! There is no generated image in the dataset used here, and it performs significantly worse on generative images, which will require another ViT model specifically trained on generative images. Here are the model's actual scores for generative images to give you an idea:
36
  - Loss: 0.3682 (↑ 292.95%)
37
  - Accuracy: 0.8600 (↓ 10.91%)
 
32
  - Loss: 0.0937
33
  - Accuracy: 0.9654
34
 
35
+ **<u>New [07/30]</u>**: I created a new ViT model specifically to detect NSFW/SFW images for stable diffusion usage (read the disclaimer below for the reason): [**AdamCodd/vit-nsfw-stable-diffusion**](https://huggingface.co/AdamCodd/vit-nsfw-stable-diffusion).
36
+
37
  **Disclaimer**: This model wasn't made with generative images in mind! There is no generated image in the dataset used here, and it performs significantly worse on generative images, which will require another ViT model specifically trained on generative images. Here are the model's actual scores for generative images to give you an idea:
38
  - Loss: 0.3682 (↑ 292.95%)
39
  - Accuracy: 0.8600 (↓ 10.91%)