Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,9 @@ tags:
|
|
16 |
- image-to-text
|
17 |
pipeline_tag: image-text-to-text
|
18 |
library_name: transformers
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |

|
@@ -43,6 +46,7 @@ library_name: transformers
|
|
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.
|
|
|
16 |
- image-to-text
|
17 |
pipeline_tag: image-text-to-text
|
18 |
library_name: transformers
|
19 |
+
datasets:
|
20 |
+
- prithivMLmods/blip3o-caption-mini-arrow
|
21 |
+
- prithivMLmods/Caption3o-Opt-v2
|
22 |
---
|
23 |
|
24 |

|
|
|
46 |
This model was fine-tuned using the following datasets:
|
47 |
|
48 |
* **[prithivMLmods/blip3o-caption-mini-arrow](https://huggingface.co/datasets/prithivMLmods/blip3o-caption-mini-arrow)**
|
49 |
+
* **[prithivMLmods/Caption3o-Opt-v2](https://huggingface.co/datasets/prithivMLmods/Caption3o-Opt-v2)**
|
50 |
* **Private/unlisted datasets** curated for uncensored and domain-specific image captioning tasks.
|
51 |
|
52 |
The training objective focused on enhancing performance in unconstrained, descriptive image captioning—especially for edge cases commonly filtered out in standard captioning benchmarks.
|