Add library name and project page link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- facebook/dinov2-large
|
|
|
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. -->
|
@@ -15,7 +17,7 @@ This is an VFM that supports <b>native image resolution inputs</b>, continually
|
|
15 |
|
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 |
|
@@ -49,7 +51,6 @@ print(output_feat)
|
|
49 |
|
50 |
## Citation
|
51 |
|
52 |
-
|
53 |
**BibTeX:**
|
54 |
|
55 |
```bibtex
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- facebook/dinov2-large
|
4 |
+
license: apache-2.0
|
5 |
pipeline_tag: image-feature-extraction
|
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. -->
|
|
|
17 |
|
18 |
- **Repository:** https://github.com/SliMM-X/CoMP-MM
|
19 |
- **Paper:** https://arxiv.org/abs/2503.18931
|
20 |
+
- **Project Page:** https://slimm-x.github.io/comp
|
21 |
|
22 |
## How to Get Started with the Model
|
23 |
|
|
|
51 |
|
52 |
## Citation
|
53 |
|
|
|
54 |
**BibTeX:**
|
55 |
|
56 |
```bibtex
|