Commit
·
c77de62
1
Parent(s):
923b6d3
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ This model is trained on 2,224,000 images scraped from Google Safesearch, Reddit
|
|
6 |
It predicts the likelihood of an image being nsfw_gore, nsfw_suggestive, and safe.
|
7 |
After 20 epochs on PyTorch's InceptionV3, the model achieves 94% accuracy on both train and test data.
|
8 |
|
9 |
-
Using this instead of the stable diffusion safety checker allows users to save 1
|
10 |
|
11 |
<br>
|
12 |
|
|
|
6 |
It predicts the likelihood of an image being nsfw_gore, nsfw_suggestive, and safe.
|
7 |
After 20 epochs on PyTorch's InceptionV3, the model achieves 94% accuracy on both train and test data.
|
8 |
|
9 |
+
Using this instead of the stable diffusion safety checker allows users to save 1.12GB of RAM and disk space.
|
10 |
|
11 |
<br>
|
12 |
|