Video Classification
PEFT
Safetensors
Chinese
qwen3_vl
qwen3-vl
lora
image-classification
content-moderation
video-safety
nsfw
Eval Results (legacy)
Instructions to use helloworldzzr/Qwen3-VL-2B-Video-Moderation-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use helloworldzzr/Qwen3-VL-2B-Video-Moderation-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "helloworldzzr/Qwen3-VL-2B-Video-Moderation-LoRA") - Notebooks
- Google Colab
- Kaggle
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card