Add `library_name` to metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-0.5B-Instruct
 
5
  pipeline_tag: image-text-to-text
 
6
  ---
 
7
  # Model Card for CoMP-MM-1B
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
- This is an LMM that supports <b>native image resolution inputs</b>, composed of [CoMP-SigLIP](https://huggingface.co/SliMM-X/CoMP-SigLIP-So400M) and [Qwen2.5](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct).
11
 
12
  ## Model Sources
13
 
@@ -16,7 +18,6 @@ This is an LMM that supports <b>native image resolution inputs</b>, composed of
16
  - **Repository:** https://github.com/SliMM-X/CoMP-MM
17
  - **Paper:** https://arxiv.org/abs/2503.18931
18
 
19
-
20
  ## How to Get Started with the Model
21
 
22
  Install the github repo, and use the code below to get started with the model.
@@ -72,10 +73,8 @@ output_text = processor.batch_decode(
72
  print(output_text)
73
  ```
74
 
75
-
76
  ## Citation
77
 
78
-
79
  **BibTeX:**
80
 
81
  ```bibtex
@@ -85,4 +84,4 @@ print(output_text)
85
  year={2025},
86
  journal={arXiv preprint arXiv:2503.18931},
87
  }
88
- ```
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen2.5-0.5B-Instruct
4
+ license: apache-2.0
5
  pipeline_tag: image-text-to-text
6
+ library_name: slimm
7
  ---
8
+
9
  # Model Card for CoMP-MM-1B
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
+ This is an LMM that supports **native image resolution inputs**, composed of [CoMP-SigLIP](https://huggingface.co/SliMM-X/CoMP-SigLIP-So400M) and [Qwen2.5](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct).
13
 
14
  ## Model Sources
15
 
 
18
  - **Repository:** https://github.com/SliMM-X/CoMP-MM
19
  - **Paper:** https://arxiv.org/abs/2503.18931
20
 
 
21
  ## How to Get Started with the Model
22
 
23
  Install the github repo, and use the code below to get started with the model.
 
73
  print(output_text)
74
  ```
75
 
 
76
  ## Citation
77
 
 
78
  **BibTeX:**
79
 
80
  ```bibtex
 
84
  year={2025},
85
  journal={arXiv preprint arXiv:2503.18931},
86
  }
87
+ ```