Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: image-to-text
|
7 |
+
tags:
|
8 |
+
- caption
|
9 |
+
- image caption
|
10 |
+
- captioning
|
11 |
+
- img2txt
|
12 |
+
- image-to-text
|
13 |
+
---
|