Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
|
5 |
+
tags:
|
6 |
+
- image-to-text
|
7 |
+
- image-captioning
|
8 |
+
|
9 |
+
license: apache-2.0
|
10 |
+
|
11 |
+
datasets:
|
12 |
+
- conceptual-captions-3m
|
13 |
+
|
14 |
+
---
|
15 |
+
Flamingo Model (tiny version) pretrained on Image Captioning on the Conceptual Captions (3M) dataset.
|
16 |
+
Source Code: https://github.com/dhansmair/flamingo-mini
|
17 |
+
Demo Space: https://huggingface.co/spaces/dhansmair/flamingo-tiny-cap
|
18 |
+
|
19 |
+
Flamingo-mini: https://huggingface.co/spaces/dhansmair/flamingo-mini-cap
|