Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
base_model:
|
7 |
+
- Qwen/Qwen2-VL-2B-Instruct
|
8 |
pipeline_tag: image-text-to-text
|
9 |
+
library_name: transformers
|
10 |
+
tags:
|
11 |
+
- caption
|
12 |
+
- text-generation-inference
|
13 |
+
- flux
|
14 |
---
|