Open as a pull request to the main branch
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- laion/laion-art
|
5 |
+
- rafaelpadilla/coco2017
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- bleu
|
10 |
+
- rouge
|
11 |
+
- meteor
|
12 |
+
base_model:
|
13 |
+
- Salesforce/blip-image-captioning-base
|
14 |
+
- HuggingFaceTB/SmolLM3-3B
|
15 |
+
pipeline_tag: image-to-text
|
16 |
+
library_name: transformers
|
17 |
+
tags:
|
18 |
+
- image-to-text,
|
19 |
+
- image-captioning
|
20 |
+
- AI,
|
21 |
+
---
|