Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
tags:
|
3 |
- image-classification
|
4 |
- pytorch
|
5 |
-
-
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
@@ -18,6 +18,9 @@ model-index:
|
|
18 |
datasets:
|
19 |
- deepghs/nsfw_detect
|
20 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# 🚫 NSFW Classifier - Keep Your Platform Safe and Secure!
|
@@ -74,4 +77,4 @@ Want a model that's **even more powerful and accurate**? We've got a **premium v
|
|
74 |
|
75 |
---
|
76 |
|
77 |
-
Let's build something amazing together. 💡
|
|
|
2 |
tags:
|
3 |
- image-classification
|
4 |
- pytorch
|
5 |
+
- not-for-all-audiences
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
|
|
18 |
datasets:
|
19 |
- deepghs/nsfw_detect
|
20 |
license: cc-by-nc-nd-4.0
|
21 |
+
base_model:
|
22 |
+
- google/vit-base-patch16-224-in21k
|
23 |
+
pipeline_tag: image-classification
|
24 |
---
|
25 |
|
26 |
# 🚫 NSFW Classifier - Keep Your Platform Safe and Secure!
|
|
|
77 |
|
78 |
---
|
79 |
|
80 |
+
Let's build something amazing together. 💡
|