{
"caption": "A white off-road race car, number 4470, is captured mid-air performing an impressive jump over a rocky terrain in a dry, grassy outdoor environment.",
"is_nsfw": false,
"reason": "The image depicts a standard off-road vehicle action shot featuring a dirt bike and a truck-like vehicle jumping over rocks. The subject is clearly visible wearing a full-body white racing suit with sponsor logos and protective gear. There is no evidence of nudity, revealing clothing, suggestive poses, or any elements that would indicate a sexual or fetish-based theme.",
"nsfw": 0,
"safe": 1
}
{
"caption": "A blonde woman is posed on a light gray sofa, showcasing her bare back and buttocks. She has a visible tattoo on her upper back and is looking over her shoulder with a soft expression. The setting appears to be indoors near a large window with blue light filtering through.",
"is_nsfw": true,
"reason": "The image is classified as NSFW due to significant nudity, substantial skin exposure, and a revealing presentation.",
"nsfw": 1,
"safe": 0
}
{
"caption": "A man in a red life vest is rowing a boat on a calm body of water. In the distance, there is a large white ferry or tour boat and a tree-lined shore with houses. The sky is clear and blue.",
"is_nsfw": false,
"reason": "The image depicts a standard outdoor scene of boating. The subject is wearing a standard life vest, and the clothing is functional and appropriate for the activity. There is no evidence of nudity, revealing swimwear, suggestive poses, or any other content that would trigger the NSFW classification.",
"nsfw": 0,
"safe": 1
}
---
## **Training Details**
| Setting | Value |
| :------------------------- | :-------------------------------------------------------------------------------------------------------------- |
| **Base Model** | **Qwen/Qwen3-VL-2B-Instruct** |
| **Model Type** | **Multimodal Content-Safety Classifier** |
| **Training Dataset** | **[ImageShield-Guardrail](https://huggingface.co/datasets/prithivMLmods/ImageShield-Guardrail-Multimodal-20K)** |
| **Training Samples** | Approximately **20,000 multimodal samples** |
| **Training Objective** | Content-safety guardrail classification |
| **Primary Classification** | **Safe / Unsafe** |
| **Safety Focus** | **Not Safe for Work (NSFW) Sensual Content** |
| **Training Framework** | **TRL** |
## **Intended Use**
* **Content Safety Classification**: Classifying visual media as safe or unsafe.
* **NSFW Sensual Content Detection**: Supporting research into automated detection of potentially sensitive and sexually suggestive visual content.
* **Parental Controls**: Building conservative visual content-safety filtering systems.
* **Content Moderation**: Supporting automated safety classification pipelines.
* **Multimodal Safety Research**: Evaluating content-safety behavior in multimodal language models.
* **Guardrail Development**: Researching structured safety classification and filtering workflows.
## **Limitations**
* **Experimental Model**: The model may produce incorrect or inconsistent classifications.
* **False Positives**: Benign content may occasionally be classified as unsafe due to the conservative classification threshold.
* **False Negatives**: Unsafe content may occasionally be missed.
* **Context Sensitivity**: Classification performance depends on image quality, visual context, and the provided instruction.
* **Conservative Policy**: The model intentionally uses a strict classification threshold and may flag content that would not be considered NSFW under less restrictive moderation policies.
* **Automated Classification**: The model should not be treated as a definitive legal or safety determination.
## **Acknowledgements**
* **[Qwen/Qwen3-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct)**: Base multimodal model used for this project.
* **[ImageShield-Guardrail](https://huggingface.co/datasets/prithivMLmods/ImageShield-Guardrail-Multimodal-20K)**: Multimodal content-safety dataset used to train this model.
* **TRL – [Transformers Reinforcement Learning](https://huggingface.co/docs/trl/en/index)**: TRL is a full-stack library providing tools for training transformer models with methods including Supervised Fine-Tuning (SFT), Group Relative Policy Optimization (GRPO), Direct Preference Optimization (DPO), Reward Modeling, and more.
* **[Transformers](https://huggingface.co/docs/transformers/en/index)**: Transformers provides state-of-the-art machine learning models for text, computer vision, audio, video, and multimodal tasks, supporting both inference and training.