vit-base-nsfw-detectorModel45/100 via “vision transformer-based nsfw image classification”
image-classification model by undefined. 11,33,319 downloads.
Unique: Uses Vision Transformer patch-based architecture (16x16 patches) instead of CNN-based approaches like ResNet, enabling global context modeling across the entire image through self-attention mechanisms. Distributed in both ONNX and safetensors formats with quantization, allowing deployment flexibility from browser (transformers.js) to edge devices to cloud inference.
vs others: Faster inference than full-precision ViT models and more semantically robust than traditional CNN-based NSFW detectors due to transformer attention, while remaining open-source and deployable without external APIs unlike commercial solutions (AWS Rekognition, Google Vision API).