Update README.md
Browse files
README.md
CHANGED
@@ -22,23 +22,30 @@ library_name: transformers
|
|
22 |
|
23 |
# **Qwen2.5-VL-7B-Abliterated-Caption-it**
|
24 |
|
25 |
-
> **Qwen2.5-VL-7B-Abliterated-Caption-it** is a fine-tuned version of **Qwen2.5-VL-7B-Instruct**,
|
26 |
|
27 |
-
# Key
|
28 |
|
29 |
-
* **
|
30 |
|
31 |
-
* **
|
32 |
|
33 |
-
* **
|
34 |
|
35 |
-
* **
|
36 |
|
37 |
-
* **
|
38 |
|
39 |
-
* **Multilingual
|
40 |
|
41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
# Quick Start with Transformers
|
44 |
|
@@ -60,7 +67,7 @@ messages = [
|
|
60 |
"type": "image",
|
61 |
"image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg",
|
62 |
},
|
63 |
-
{"type": "text", "text": "Describe this image."},
|
64 |
],
|
65 |
}
|
66 |
]
|
@@ -90,20 +97,17 @@ print(output_text)
|
|
90 |
|
91 |
# Intended Use
|
92 |
|
93 |
-
This model is
|
94 |
|
95 |
-
* Generating
|
96 |
-
*
|
97 |
-
*
|
98 |
-
*
|
99 |
-
*
|
100 |
-
* Multilingual caption generation for global image datasets.
|
101 |
-
* Vision-based interaction systems that need unrestricted and accurate scene understanding.
|
102 |
|
103 |
# Limitations
|
104 |
|
105 |
-
* May produce
|
106 |
-
*
|
107 |
-
*
|
108 |
-
* Accuracy
|
109 |
-
* As with most generative models, hallucination or context drift is possible in some scenarios.
|
|
|
22 |
|
23 |
# **Qwen2.5-VL-7B-Abliterated-Caption-it**
|
24 |
|
25 |
+
> The **Qwen2.5-VL-7B-Abliterated-Caption-it** model is a fine-tuned version of **Qwen2.5-VL-7B-Instruct**, tailored for **Abliterated Captioning** / **Uncensored Image Captioning**. This variant is designed to generate highly detailed and descriptive captions across a broad range of visual categories, including images with complex, sensitive, or nuanced content—across varying aspect ratios and resolutions.
|
26 |
|
27 |
+
# Key Highlights
|
28 |
|
29 |
+
* **Abliterated / Uncensored Captioning**: Fine-tuned to bypass common content filters while preserving factual and descriptive richness across diverse visual categories.
|
30 |
|
31 |
+
* **High-Fidelity Descriptions**: Generates comprehensive captions for general, artistic, technical, abstract, and low-context images.
|
32 |
|
33 |
+
* **Robust Across Aspect Ratios**: Capable of accurately captioning images with wide, tall, square, and irregular dimensions.
|
34 |
|
35 |
+
* **Variational Detail Control**: Produces outputs with both high-level summaries and fine-grained descriptions as needed.
|
36 |
|
37 |
+
* **Foundation on Qwen2.5-VL Architecture**: Leverages the strengths of the Qwen2.5-VL-7B multimodal model for visual reasoning, comprehension, and instruction-following.
|
38 |
|
39 |
+
* **Multilingual Output Capability**: Can support multilingual descriptions (English as default), adaptable via prompt engineering.
|
40 |
|
41 |
+
# Training Details
|
42 |
+
|
43 |
+
This model was fine-tuned using the following datasets:
|
44 |
+
|
45 |
+
* **[prithivMLmods/blip3o-caption-mini-arrow](https://huggingface.co/datasets/prithivMLmods/blip3o-caption-mini-arrow)**
|
46 |
+
* **Private/unlisted datasets** curated for uncensored and domain-specific image captioning tasks.
|
47 |
+
|
48 |
+
The training objective focused on enhancing performance in unconstrained, descriptive image captioning—especially for edge cases commonly filtered out in standard captioning benchmarks.
|
49 |
|
50 |
# Quick Start with Transformers
|
51 |
|
|
|
67 |
"type": "image",
|
68 |
"image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg",
|
69 |
},
|
70 |
+
{"type": "text", "text": "Describe this image in detail."},
|
71 |
],
|
72 |
}
|
73 |
]
|
|
|
97 |
|
98 |
# Intended Use
|
99 |
|
100 |
+
This model is suited for:
|
101 |
|
102 |
+
* Generating detailed and unfiltered image captions for general-purpose or artistic datasets.
|
103 |
+
* Content moderation research, red-teaming, and generative safety evaluations.
|
104 |
+
* Enabling descriptive captioning for visual datasets typically excluded from mainstream models.
|
105 |
+
* Use in creative applications (e.g., storytelling, art generation) that benefit from rich descriptive captions.
|
106 |
+
* Captioning for non-standard aspect ratios and stylized visual content.
|
|
|
|
|
107 |
|
108 |
# Limitations
|
109 |
|
110 |
+
* May produce explicit, sensitive, or offensive descriptions depending on image content and prompts.
|
111 |
+
* Not suitable for deployment in production systems requiring content filtering or moderation.
|
112 |
+
* Can exhibit variability in caption tone or style depending on input prompt phrasing.
|
113 |
+
* Accuracy for unfamiliar or synthetic visual styles may vary.
|
|