Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,9 @@ library_name: transformers
|
|
| 10 |
tags:
|
| 11 |
- text-generation-inference
|
| 12 |
- image-caption
|
|
|
|
|
|
|
|
|
|
| 13 |
datasets:
|
| 14 |
- prithivMLmods/blip3o-caption-mini-arrow
|
| 15 |
- prithivMLmods/Caption3o-Opt-v2
|
|
@@ -92,6 +95,14 @@ output_text = processor.batch_decode(
|
|
| 92 |
print(output_text)
|
| 93 |
```
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
# Intended Use
|
| 96 |
|
| 97 |
* High precision captioning and reasoning for general purpose or non standard visual data.
|
|
|
|
| 10 |
tags:
|
| 11 |
- text-generation-inference
|
| 12 |
- image-caption
|
| 13 |
+
- abliterated
|
| 14 |
+
- uncensored
|
| 15 |
+
- llama.cpp
|
| 16 |
datasets:
|
| 17 |
- prithivMLmods/blip3o-caption-mini-arrow
|
| 18 |
- prithivMLmods/Caption3o-Opt-v2
|
|
|
|
| 95 |
print(output_text)
|
| 96 |
```
|
| 97 |
|
| 98 |
+
## Run with llama.cpp on Jan, Ollama, LM Studio, and other platforms.
|
| 99 |
+
|
| 100 |
+
| Preview 1 | Preview 2 |
|
| 101 |
+
|-----------|-----------|
|
| 102 |
+
|  |  |
|
| 103 |
+
|
| 104 |
+
> Find the Quants (GGUF) here: https://huggingface.co/prithivMLmods/Qwen3-VisionCaption-2B-GUFF
|
| 105 |
+
|
| 106 |
# Intended Use
|
| 107 |
|
| 108 |
* High precision captioning and reasoning for general purpose or non standard visual data.
|