Image Classification
Transformers
Safetensors
English
siglip
Content Safety
Mature
Content
Detection
Enticing
Sensual
Neutral
Anime
ViT
multi-label
digital spaces
SigLIP2
vision-language encoder
single-label
2e-4
Instructions to use prithivMLmods/Mature-Content-Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Mature-Content-Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Mature-Content-Detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Mature-Content-Detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Mature-Content-Detection", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ceed7df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:77f0ca87b3994c04b4f018469a0d2842d64d1c9897f79e494161c2d4afdb6510
size 5304
|