giacomoarienti
commited on
Commit
•
19f8d87
1
Parent(s):
83a4794
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ tags:
|
|
5 |
- huggingpics
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
|
9 |
model-index:
|
10 |
- name: nsfw-classifier
|
11 |
results:
|
@@ -13,9 +12,11 @@ model-index:
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
metrics:
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# nsfw-classifier
|
@@ -25,4 +26,4 @@ Autogenerated by HuggingPics🤗🖼️
|
|
25 |
|
26 |
Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
|
27 |
|
28 |
-
Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
|
|
|
5 |
- huggingpics
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
8 |
model-index:
|
9 |
- name: nsfw-classifier
|
10 |
results:
|
|
|
12 |
name: Image Classification
|
13 |
type: image-classification
|
14 |
metrics:
|
15 |
+
- name: Accuracy
|
16 |
+
type: accuracy
|
17 |
+
value: 0.9200000166893005
|
18 |
+
datasets:
|
19 |
+
- deepghs/nsfw_detect
|
20 |
---
|
21 |
|
22 |
# nsfw-classifier
|
|
|
26 |
|
27 |
Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
|
28 |
|
29 |
+
Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
|