Autogenerated by HuggingPics Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo.
Search public pages, research tools, and SAVRN solutions.
Open-weight model · Image classification
by Falcons.ai Falconsai/nsfw_image_detection
The Fine-Tuned Vision Transformer (ViT) is a variant of the transformer encoder architecture, similar to BERT, that has been adapted for image classification tasks.
What it takes to serve nsfw_image_detection (86M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.
| Precision | Weights | Memory needed | Cheapest setup | Per hour | Also fits |
|---|---|---|---|---|---|
| 16-bit | 0.2 GB | 0.2 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 8-bit | 0.1 GB | 0.1 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 4-bit | 0.0 GB | 0.1 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.
A moderation gate does not get its own accelerator; it rides along with the pipeline it protects. Falcons.ai fine-tuned the google/vit-base-patch16-224-in21k Vision Transformer, pre-trained on ImageNet-21k, to detect NSFW images at 224 by 224 pixels. With 86M parameters it needs 0.2 GB at 16-bit and 0.1 GB at 8-bit or 4-bit. The table's one MI300X with 192 GB at $1.85 an hour on-demand is there because the table has to name something; in practice it shares whatever accelerator already handles the images.
Under Apache 2.0 you can embed it in a commercial product, modify it and redistribute the result, provided the notices travel with it and you state significant changes. Check the files against the table: the stored precision is float32 and the nine files total 1.46 GB, well above the 0.2 GB row. Released in October 2023, it was last updated in September 2026.
By Falcons.ai, published under apache-2.0, revision 96cb0d0342c7.
The Fine-Tuned Vision Transformer (ViT) is a variant of the transformer encoder architecture, similar to BERT, that has been adapted for image classification tasks. This specific model, named "google/vit-base-patch16-224-in21k," is pre-trained on a substantial collection of images in a supervised manner, leveraging the ImageNet-21k dataset. The images in the pre-training dataset are resized to a resolution of 224x224 pixels, making it suitable for a wide range of image recognition tasks.
During the training phase, meticulous attention was given to hyperparameter settings to ensure optimal model performance. The model was fine-tuned with a judiciously chosen batch size of 16. This choice not only balanced computational efficiency but also allowed for the model to effectively process and learn from a diverse array of images.
9 files, 1.5 GB in total. The weights are 4 files totalling 1.5 GB in bin, pt, safetensors.
| File | Type | Size | SHA-256 |
|---|---|---|---|
| falconsai_yolov9_nsfw_model_quantized.pt | Weights | 87.1 MB | ad6659b81050 |
| model.safetensors | Weights | 343.2 MB | 97b2ce64ec14 |
| optimizer.pt | Weights | 686.5 MB | 02ff26c6fe3d |
| pytorch_model.bin | Weights | 343.3 MB | 2a6b06faec56 |
| config.json | Configuration | 724 B | — |
| labels.json | Configuration | 38 B | — |
| preprocessor_config.json | Configuration | 325 B | — |
| README.md | Documentation | 10.6 KB | — |
| .gitattributes | Repository | 1.5 KB | — |
Released by Falcons.ai through its official repository on Hugging Face. Read the license.
| Precision | Weights in memory |
|---|---|
| As published | 1.5 GB |
| 16-bit | 0.2 GB |
| 8-bit | 0.1 GB |
| 4-bit | 0.0 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
About 0.2 GB at 16-bit and 0.1 GB at 4-bit: the weights (86M parameters) plus a working margin. A long context needs more.
At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
Yes. nsfw_image_detection is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.
Autogenerated by HuggingPics Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo.
This model is a fine-tuned version of google/vit-base-patch16-224-in21k on the imagefolder dataset. It achieves the following results on the evaluation set: The following hyperparameters were used during training: - learningrate: 2e-05 - trainbatchsize: 8 - evalbatchsize: 8 - lrschedulertype: linear - numepochs: 5.0 - Transformers 4.36.0.dev0 - Pytorch 2.1.1+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
Autogenerated by HuggingPics Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo.
In today's digital world, user-generated content is a double-edged sword. While it fosters creativity and engagement, it also opens the door to inappropriate or illegal content being shared. Our NSFW Image Classifier is specifically designed to identify and filter out explicit images, including pornography, hentai, and sexually suggestive content, ensuring your platform remains safe, secure, and legally compliant. With more than 2M downloads, our NSFW Image Classifier has become the go-to solution for platforms looking to maintain a clean and safe environment for their users. Many developers and companies have already chosen our solution to protect their communities—will you be next? 1.…
Detects age group with about 59% accuracy based on an image. See https://www.kaggle.com/code/dima806/age-group-image-classification-vit for details.
A vision transformer finetuned to classify the age of a given person's face.