Correct pipeline tag, add library and license
Browse filesThis PR corrects the `pipeline_tag` to `image-text-to-text` to accurately reflect the model's multimodal capabilities. It also adds the `library_name` as `transformers` and specifies the `license` as `apache-2.0`. This improves the model card's accuracy and discoverability.
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pipeline_tag: text-generation
|
3 |
datasets:
|
4 |
- liupf/ChEBI-20-MM
|
5 |
- BAAI/CMMU
|
@@ -7,6 +6,9 @@ datasets:
|
|
7 |
language:
|
8 |
- en
|
9 |
- zh
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## Citation
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- liupf/ChEBI-20-MM
|
4 |
- BAAI/CMMU
|
|
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
9 |
+
pipeline_tag: image-text-to-text
|
10 |
+
library_name: transformers
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
## Citation
|