Commit
·
d5f5334
1
Parent(s):
43ece56
Rearrange gallery contents
Browse files
README.md
CHANGED
|
@@ -1,24 +1,25 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: image-to-text
|
| 3 |
tags:
|
| 4 |
-
- image-captioning
|
| 5 |
-
- visual-question-answering
|
| 6 |
datasets:
|
| 7 |
-
- sbu_captions
|
| 8 |
-
- visual_genome
|
| 9 |
-
- HuggingFaceM4/VQAv2
|
| 10 |
-
- ChristophSchuhmann/MS_COCO_2017_URL_TEXT
|
| 11 |
-
widget:
|
| 12 |
-
- text: "The living room is cozy, featuring a red leather chair and a white table. The chair is in the center, and the table is on the left side. A lamp on the left side illuminates the space. A large picture hangs on the wall, adding artistic flair. A vase on the table adds a decorative touch. The room is well-lit, creating a warm and inviting atmosphere."
|
| 13 |
-
src: "https://github.com/ashvardanian/usearch-images/blob/main/assets/uform-gen-interior.png?raw=true"
|
| 14 |
-
- text: "A young girl stands in a grassy field, holding an umbrella to shield herself from the rain. She dons a yellow dress and seems to relish her time outdoors. The umbrella is open, offering protection from the rain. The field is bordered by trees, fostering a tranquil and natural ambiance"
|
| 15 |
-
src: "https://github.com/ashvardanian/usearch-images/blob/main/assets/uform-gen-umbrella.png?raw=true"
|
| 16 |
language:
|
| 17 |
-
- en
|
| 18 |
license: apache-2.0
|
| 19 |
base_model: unum-cloud/uform-vl-english
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
-
|
| 22 |
<Gallery />
|
| 23 |
|
| 24 |
<h1 align="center">UForm</h1>
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: image-to-text
|
| 3 |
tags:
|
| 4 |
+
- image-captioning
|
| 5 |
+
- visual-question-answering
|
| 6 |
datasets:
|
| 7 |
+
- sbu_captions
|
| 8 |
+
- visual_genome
|
| 9 |
+
- HuggingFaceM4/VQAv2
|
| 10 |
+
- ChristophSchuhmann/MS_COCO_2017_URL_TEXT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
language:
|
| 12 |
+
- en
|
| 13 |
license: apache-2.0
|
| 14 |
base_model: unum-cloud/uform-vl-english
|
| 15 |
+
widget:
|
| 16 |
+
- src: preview-interior.png
|
| 17 |
+
output:
|
| 18 |
+
text: "The living room is cozy, featuring a red leather chair and a white table. The chair is in the center, and the table is on the left side. A lamp on the left side illuminates the space. A large picture hangs on the wall, adding artistic flair. A vase on the table adds a decorative touch. The room is well-lit, creating a warm and inviting atmosphere."
|
| 19 |
+
- src: preview-girl.png
|
| 20 |
+
output:
|
| 21 |
+
text: "A young girl stands in a grassy field, holding an umbrella to shield herself from the rain. She dons a yellow dress and seems to relish her time outdoors. The umbrella is open, offering protection from the rain. The field is bordered by trees, fostering a tranquil and natural ambiance"
|
| 22 |
---
|
|
|
|
| 23 |
<Gallery />
|
| 24 |
|
| 25 |
<h1 align="center">UForm</h1>
|