nielsr HF Staff commited on
Commit
5b67902
·
verified ·
1 Parent(s): 69cf1af

Fix pipeline tag, add library name

Browse files

This PR fixes the pipeline tag, so that it corresponds to a multimodal model rather than only the visual modality.
The correct pipeline tag is `image-text-to-text`. This ensures that the model can be found at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.

It also adds the `library_name` to the metadata, which is `transformers` since it's compatible with the Transformers library.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - google/siglip-so400m-patch14-384
5
- pipeline_tag: image-feature-extraction
 
 
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. -->