prithivMLmods / Qwen3-VL-4B-Thinking-abliterated

huggingface.co
Total runs: 2.7K
24-hour runs: 0
7-day runs: 278
30-day runs: 2.7K
Model's Last Updated: October 17 2025
image-text-to-text

Introduction of Qwen3-VL-4B-Thinking-abliterated

Model Details of Qwen3-VL-4B-Thinking-abliterated

15

Qwen3-VL-4B-Thinking-abliterated

Qwen3-VL-4B-Thinking-abliterated is an abliterated (v1.0) variant of Qwen3-VL-4B-Thinking, designed for Abliterated Reasoning and Captioning. This model generates detailed captions and reasoning outputs across a wide range of visual and multimodal contexts, including complex, sensitive, or nuanced content, and supports diverse aspect ratios and resolutions.

1

Key Highlights

  • Abliterated / Uncensored Captioning : Fine-tuned to bypass standard content filters while preserving factual, descriptive, and reasoning-rich outputs.
  • High-Fidelity Descriptions : Produces comprehensive captions and reasoning for general, artistic, technical, abstract, or low-context images.
  • Robust Across Aspect Ratios : Supports wide, tall, square, and irregular image dimensions with consistent accuracy.
  • Variational Detail Control : Generates outputs ranging from high-level summaries to fine-grained, intricate descriptions and reasoning.
  • Foundation on Qwen3-VL-4B-Thinking Architecture : Leverages Qwen3-VL-4B-Thinking’s multimodal reasoning and instruction-following capabilities.
  • Multilingual Output Capability : Primarily English, with adaptability for multilingual prompts via prompt engineering.

Quick Start with Transformers

from transformers import Qwen3VLForConditionalGeneration, AutoProcessor
from qwen_vl_utils import process_vision_info
import torch

model = Qwen3VLForConditionalGeneration.from_pretrained(
    "prithivMLmods/Qwen3-VL-4B-Thinking-abliterated", torch_dtype="auto", device_map="auto"
)

processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen3-VL-4B-Thinking-abliterated")

messages = [
    {
        "role": "user",
        "content": [
            {
                "type": "image",
                "image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg",
            },
            {"type": "text", "text": "Provide a detailed caption and reasoning for this image."},
        ],
    }
]

text = processor.apply_chat_template(
    messages, tokenize=False, add_generation_prompt=True
)
image_inputs, video_inputs = process_vision_info(messages)
inputs = processor(
    text=[text],
    images=image_inputs,
    videos=video_inputs,
    padding=True,
    return_tensors="pt",
)
inputs = inputs.to("cuda")

generated_ids = model.generate(**inputs, max_new_tokens=128)
generated_ids_trimmed = [
    out_ids[len(in_ids):] for in_ids, out_ids in zip(inputs.input_ids, generated_ids)
]
output_text = processor.batch_decode(
    generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
)
print(output_text)

Intended Use

This model is suited for:

  • Generating detailed, uncensored captions and reasoning for general-purpose or artistic datasets.
  • Research in content moderation, red-teaming, and generative safety evaluation.
  • Enabling descriptive captioning and reasoning for visual datasets typically excluded from mainstream models.
  • Creative applications such as storytelling, art generation, or multimodal reasoning tasks.
  • Captioning and reasoning for non-standard aspect ratios and stylized visual content.

Limitations

  • May produce explicit, sensitive, or offensive descriptions depending on image content and prompts.
  • Not recommended for production systems requiring strict content moderation.
  • Output style, tone, and reasoning can vary depending on input phrasing.
  • Accuracy may vary for unfamiliar, synthetic, or highly abstract visual content.

Runs of prithivMLmods Qwen3-VL-4B-Thinking-abliterated on huggingface.co

2.7K
Total runs
0
24-hour runs
58
3-day runs
278
7-day runs
2.7K
30-day runs

More Information About Qwen3-VL-4B-Thinking-abliterated huggingface.co Model

More Qwen3-VL-4B-Thinking-abliterated license Visit here:

https://choosealicense.com/licenses/apache-2.0

Qwen3-VL-4B-Thinking-abliterated huggingface.co

Qwen3-VL-4B-Thinking-abliterated huggingface.co is an AI model on huggingface.co that provides Qwen3-VL-4B-Thinking-abliterated's model effect (), which can be used instantly with this prithivMLmods Qwen3-VL-4B-Thinking-abliterated model. huggingface.co supports a free trial of the Qwen3-VL-4B-Thinking-abliterated model, and also provides paid use of the Qwen3-VL-4B-Thinking-abliterated. Support call Qwen3-VL-4B-Thinking-abliterated model through api, including Node.js, Python, http.

Qwen3-VL-4B-Thinking-abliterated huggingface.co Url

https://huggingface.co/prithivMLmods/Qwen3-VL-4B-Thinking-abliterated

prithivMLmods Qwen3-VL-4B-Thinking-abliterated online free

Qwen3-VL-4B-Thinking-abliterated huggingface.co is an online trial and call api platform, which integrates Qwen3-VL-4B-Thinking-abliterated's modeling effects, including api services, and provides a free online trial of Qwen3-VL-4B-Thinking-abliterated, you can try Qwen3-VL-4B-Thinking-abliterated online for free by clicking the link below.

prithivMLmods Qwen3-VL-4B-Thinking-abliterated online free url in huggingface.co:

https://huggingface.co/prithivMLmods/Qwen3-VL-4B-Thinking-abliterated

Qwen3-VL-4B-Thinking-abliterated install

Qwen3-VL-4B-Thinking-abliterated is an open source model from GitHub that offers a free installation service, and any user can find Qwen3-VL-4B-Thinking-abliterated on GitHub to install. At the same time, huggingface.co provides the effect of Qwen3-VL-4B-Thinking-abliterated install, users can directly use Qwen3-VL-4B-Thinking-abliterated installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Qwen3-VL-4B-Thinking-abliterated install url in huggingface.co:

https://huggingface.co/prithivMLmods/Qwen3-VL-4B-Thinking-abliterated

Url of Qwen3-VL-4B-Thinking-abliterated

Qwen3-VL-4B-Thinking-abliterated huggingface.co Url

Provider of Qwen3-VL-4B-Thinking-abliterated huggingface.co

prithivMLmods
ORGANIZATIONS

Other API from prithivMLmods