Fix pipeline tag, add library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- google/siglip-so400m-patch14-384
|
5 |
-
|
|
|
|
|
6 |
---
|
|
|
7 |
# Model Card for CoMP-MM-1B
|
8 |
|
9 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- google/siglip-so400m-patch14-384
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: image-text-to-text
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
+
|
9 |
# Model Card for CoMP-MM-1B
|
10 |
|
11 |
<!-- Provide a quick summary of what the model is/does. -->
|