Add model card, pipeline tag, link to paper
Browse filesThis PR ensures the model can be found at https://huggingface.co/papers/2412.05983 as well as at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.
Feel free to update the other models too!
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the Chimera-Extractor-1B model described in [Chimera: Improving Generalist Model with Domain-Specific Experts](https://huggingface.co/papers/2412.05983).
|