Commit
·
15b8547
1
Parent(s):
1fe00ad
Add space in the model card
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ tags:
|
|
12 |
|
13 |
## Table of Contents
|
14 |
- [Model Description](#model-description)
|
|
|
15 |
- [Model Performance Comparison](#model-performance-comparison)
|
16 |
- [Global Performance](#global-performance)
|
17 |
- [Accuracy by AI Content](#accuracy-by-ai-content)
|
@@ -31,6 +32,10 @@ to detect **four categories** (neutral, low, medium, high) of visual content usi
|
|
31 |
|
32 |
The model can be used as a **binary (true/false) classifier if desired, or you can obtain the full output probabilities.**. It **outperforms other excellent publicly available models** such as [Falconsai/nsfw_image_detection](https://huggingface.co/Falconsai/nsfw_image_detection) or [AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) in our internal benchmarks adding the enrichment of being able to select the NSFW level that suits your use case.
|
33 |
|
|
|
|
|
|
|
|
|
34 |
## Model Performance Comparison
|
35 |
|
36 |
### Global Performance
|
|
|
12 |
|
13 |
## Table of Contents
|
14 |
- [Model Description](#model-description)
|
15 |
+
- [Try it Online!](#try-it-online-)
|
16 |
- [Model Performance Comparison](#model-performance-comparison)
|
17 |
- [Global Performance](#global-performance)
|
18 |
- [Accuracy by AI Content](#accuracy-by-ai-content)
|
|
|
32 |
|
33 |
The model can be used as a **binary (true/false) classifier if desired, or you can obtain the full output probabilities.**. It **outperforms other excellent publicly available models** such as [Falconsai/nsfw_image_detection](https://huggingface.co/Falconsai/nsfw_image_detection) or [AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) in our internal benchmarks adding the enrichment of being able to select the NSFW level that suits your use case.
|
34 |
|
35 |
+
## Try it Online! 🚀
|
36 |
+
|
37 |
+
You can try this model directly in your browser through our [Hugging Face Space](https://huggingface.co/spaces/ccabrerafreepik/nsfw_image_detector). Upload any image and get instant NSFW classification results without any installation required.
|
38 |
+
|
39 |
## Model Performance Comparison
|
40 |
|
41 |
### Global Performance
|