Improve model card with metadata and project link
Browse filesThis PR adds the necessary metadata to the model card, including the `license`, `pipeline_tag`, and `library_name`. It also ensures a link to the project page is present. This improves discoverability and usability of the model on the Hugging Face Hub.
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
<div align=center>
|
3 |
<img src="assets/teaser.jpg" width=800 >
|
@@ -403,4 +408,4 @@ ChatRex is licensed under the IDEA License 1.0, Copyright (c) IDEA. All Rights R
|
|
403 |
primaryClass={cs.CV},
|
404 |
url={https://arxiv.org/abs/2503.08507},
|
405 |
}
|
406 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
|
7 |
<div align=center>
|
8 |
<img src="assets/teaser.jpg" width=800 >
|
|
|
408 |
primaryClass={cs.CV},
|
409 |
url={https://arxiv.org/abs/2503.08507},
|
410 |
}
|
411 |
+
```
|