Improve model card with metadata and project link (#1)
Browse files- Improve model card with metadata and project link (c9bb180bddbc94ba92364fd0f918570d0439ec44)
Co-authored-by: Niels Rogge <[email protected]>
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 |
+
```
|